summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/rev6
Commit message (Expand)AuthorAgeFilesLines
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+5
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
* Remove matrix size defines (#19581)Ryan2023-02-171-6/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-7/+3
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-191-1/+1
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-1/+1
|/
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-202-5/+7
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-202-5/+7
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Planck swap hand matrix for rev6, fixing issue #17388 (#17389)Jens-Petter Sandvik2022-07-171-0/+19
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-3/+0
* 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 `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 '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-7/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-7/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-012-76/+66
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-162-21/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre2021-07-241-3/+1
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-241-27/+0
* Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre2021-07-011-3/+3
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-091-1/+1
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-081-0/+3
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-292-19/+2
* Add RGB matrix suspend wake function for Planck/rev6 (#12290)Albert Y2021-04-252-0/+14
* VIA support for Planck Rev6 (#9144)George Wietor2021-04-221-0/+1
* Document LED physical location index for Planck and Preonic (#12147)Albert Y2021-03-131-0/+5
* remove keyboard_folder from info.jsonZach White2021-02-271-1/+0
* Audio system overhaul (#11820)Drashna Jaelre2021-02-151-2/+4
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-271-3/+0
|\
| * Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
* | ChibiOS conf migrations... take 11 (#11646)Nick Brassel2021-01-211-5/+13
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-231-1/+0
|\|
| * Remove comments about custom ldscript for Teensy LC (#11224)Ryan2020-12-231-1/+0
* | Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-031-0/+1
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+2
* [Keyboard] Fix Planck/Rev6 compiler issue (#9953)Drashna Jaelre2020-08-152-2/+3
* planck/rev6: Enable WS2812 LED matrix with pwm driversRiley Inman2020-07-165-11/+83