summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/light
Commit message (Expand)AuthorAgeFilesLines
* Remove use of layout macros for `music_map` (#20634)Ryan2023-04-301-0/+7
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-293-144/+107
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-112-9/+5
* Move backlight config to data driven (#19910)Ryan2023-02-262-4/+3
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-1/+1
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
* Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-202-5/+6
* Planck swap hand matrix for rev6, fixing issue #17388 (#17389)Jens-Petter Sandvik2022-07-171-0/+13
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-3/+0
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-8/+58
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-211-1/+1
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-121-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-4/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-4/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-7/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-051-10/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-051-10/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-012-29/+20
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-1/+1
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* __flash? (#13799)Joel Challis2021-07-311-1/+1
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
* Remove KEYMAP and LAYOUT_kc (#12160)Zach White2021-05-111-18/+2
* VIA support for Planck Rev6 (#9144)George Wietor2021-04-221-2/+1
* remove keyboard_folder from info.jsonZach White2021-02-271-1/+0
* Audio system overhaul (#11820)Drashna Jaelre2021-02-151-2/+2
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+1
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-4/+4
* [Keyboard] fix OLKB layout macro aliases (#6761)noroadsleft2019-09-211-1/+1
* Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark2019-09-191-7/+8
* [Keyboard] Planck Layout Macro Refactor, Part II (#6156)noroadsleft2019-06-193-1/+173
* Cleanup/rgb matrix (#5811)XScorpion22019-05-101-1/+1
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...XScorpion22019-05-071-59/+28
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-291-35/+35
* Fix Planck and Preonic builds (#5658)noroadsleft2019-04-291-2/+33
* Make sure Planck light calls user suspend functions (#3568)Drashna Jaelre2018-08-041-0/+2
* planck/light/info.json fix (#3186)noroadsleft2018-06-141-1/+1
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-084-12/+156