summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* planck/rev7: Fix build without AUDIO_ENABLE (#21408)Sergey Vlasov2023-07-031-0/+1
|
* [Keymap] Add peterfalken planck/rev7 keymap (#21328)Luis Garcia2023-06-304-0/+147
|
* [Keymap] Add lindgrenj6 planck layout (#21155)lindgrenj62023-06-213-0/+276
|
* Planck Matrix Fixes (#21196)Jack Humbert2023-06-205-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix non-default keymap compiling, initial matrix state, watchdog options * fix: allow planck/rev7 to be used with ENCODER_ENABLE = no * chore: update function name on all cases. * remove old midi tone option Co-authored-by: Ryan <fauxpark@gmail.com> * fixes abhixec's planck keymap * add audio enable condition to abhixec's planck keymap * add audio enable condition to all muse includes * Revert "add audio enable condition to all muse includes" This reverts commit 9779e908970dbf7cf81b1a3f968ef2e85ae2b76f. * Revert "add audio enable condition to abhixec's planck keymap" This reverts commit 24c742a5e8ddd55c45ce9f1917b0cb237d4bf721. * Revert "fixes abhixec's planck keymap" This reverts commit 4bb085d1ff00febc92ff6211da4fb776c6379fad. --------- Co-authored-by: Peter.Falken <luis@bitjester.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Typo Correction in planck/rev7 readme.md (#21194)Jared2023-06-091-2/+2
| | | Corrected typo explaining encoder requirements.
* Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation (#21175)Jack Humbert2023-06-0815-130/+1164
| | | | | | | | | | | | | * adds planck/rev7 * Remove config.h include Co-authored-by: Drashna Jaelre <drashna@live.com> * convert planck matrices to lite implementation --------- Co-authored-by: Drashna Jaelre <drashna@live.com>
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-157-15/+4
|
* Remove use of layout macros for `music_map` (#20634)Ryan2023-04-3011-8/+82
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-11/+0
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-088-4/+12
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-4/+4
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-054-0/+151
|\
| * Add peterfalken userspace & keymaps (#19897)Luis Garcia2023-04-054-0/+151
| | | | | | | | Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-0315-19/+0
| |
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
| |
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2932-1897/+1359
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
| |
* | Remove more empty headers (#20155)Ryan2023-03-173-44/+0
| |
* | Move matrix config to info.json, part 4 (#20001)Ryan2023-03-1116-78/+50
| |
* | Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-0812-0/+0
| |
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-282-188/+188
|/
* Move encoder config to data driven (#19923)Ryan2023-02-268-16/+21
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-268-6/+18
|
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-233-4/+3
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-232-5/+6
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-2/+2
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
|
* Add some missing `#pragma once`s (#19902)Ryan2023-02-212-0/+4
|
* Remove matrix size defines (#19581)Ryan2023-02-174-22/+0
|
* Refactor Leader key feature (#19632)Ryan2023-02-136-258/+220
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0820-76/+21
|
* Remove `DEBOUNCE` macro usage (#19750)jack2023-02-061-0/+4
|
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-053-15/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-034-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-303-63/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3111-11/+0
|
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-301-1/+1
|
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-2022-41/+41
| | | | | * Fix functions with empty params * Found a bunch more
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-193-3/+3
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-193-3/+3
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-133-32/+32
|\|
| * Updates to gitdrik Planck keymap (#19585)gitdrik2023-01-133-32/+32
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-104-0/+471
|\|
| * [Keymap] Kbdfans Tiger 80 keymap & Planck keymap (#19428)squarecut2023-01-104-0/+471
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Abhishek Malavalli <abhishek.malavalli@fphcare.co.nz>
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1020-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Align definition of unicode_map (#19452)Joel Challis2023-01-013-3/+3
| |