summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Unicodemap keycodes rename (#21092)Ryan2023-06-012-31/+31
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-157-15/+4
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-11/+0
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+2
|
* 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-0314-17/+0
| |
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
| |
* | Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-0812-0/+0
|/
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-232-2/+2
|
* 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>
* Refactor Leader key feature (#19632)Ryan2023-02-136-258/+220
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-318-8/+0
|
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-301-1/+1
|
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
|
* 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-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>
* | 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-2289-176/+176
| |
* | 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
| |
* | 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
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-2011-12/+12
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy Debug keycode (#18769)Ryan2022-10-1973-84/+84
| | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core