summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove useless line continuations (#19399)Ryan2022-12-302-46/+46
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-1422-219/+219
| |
* | Leader: remove `qk_` prefix (#19304)Ryan2022-12-143-4/+4
| |
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-134-7/+9
| | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-128-24/+24
|/ | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-1/+1
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-233-0/+104
|\
| * [Keymap] komidore64 planck rev6 (#19036)Adam Price2022-11-233-0/+104
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Update use of legacy keycodes (#19120)Joel Challis2022-11-2290-177/+177
| |
* | Remove .noci functionality (#19122)Joel Challis2022-11-215-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-201-1/+1
|\|
| * [Keyboard] Add layer tap keys to dshields keymaps. (#18953)Daniel Shields2022-11-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-154-56/+78
|\|
| * Personal keymap updates (#18763)bghull2022-11-154-56/+78
| | | | | | | | | | | | | | * Latest updates * Aligning and cleaning up planck and babyv layouts * Added license, cleaned up errors
* | Fix some old keycodes (#19086)Ryan2022-11-151-1/+1
| |
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-062-3/+3
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove thermal printer. (#18959)Nick Brassel2022-11-064-343/+0
| |
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-034-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* | Normalise Unicode keycodes (#18898)Ryan2022-10-317-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* | Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-2/+2
| | | | | | | | | | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-2715-21/+21
| |
* | Remove some assumptions on sequential keycode ranges (#18838)Joel Challis2022-10-241-2/+9
| |
* | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-1/+1
| |
* | Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-2/+2
| |
* | Remove legacy fauxclicky and unicode keycodes (#18800)Ryan2022-10-211-1/+1
| |
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-2/+2
| |
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-217-13/+13
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-209-14/+14
| |
* | Fix build failures uncovered by #18753 (#18789)Ryan2022-10-212-2/+6
| |