| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 2025-07-11 | 4 | -10/+10 |
| | | | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff | ||||
| * | Deprecate some nonstandard mod & mod-tap keycode aliases (#25437) | Ryan | 2025-07-06 | 4 | -4/+4 |
| | | |||||
| * | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 2024-10-12 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge | ||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 2 | -91/+0 |
| | | |||||
| * | Change all RGB mode keycodes to short aliases (#23691) | Ryan | 2024-05-12 | 1 | -1/+1 |
| | | |||||
| * | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2024-05-11 | 1 | -1/+1 |
| | | |||||
| * | Add init function to RGBLight driver struct (#23076) | Ryan | 2024-03-18 | 4 | -31/+38 |
| | | |||||
| * | [Keymap Removal] keyboard with most keymaps (#23092) | Joel Challis | 2024-02-16 | 32 | -1998/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-12-20 | 43 | -6393/+0 |
| |\ | |||||
| | * | Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695) | Nick Brassel | 2023-12-18 | 43 | -6393/+0 |
| | | | |||||
| * | | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 2023-12-20 | 1 | -1/+1 |
| |/ | |||||
| * | [Keymap Removal] Planck and related keymaps. (#22683) | Nick Brassel | 2023-12-17 | 8 | -893/+0 |
| | | |||||
| * | Remove userspace keymaps (#22544) | Joel Challis | 2023-11-26 | 19 | -1809/+0 |
| | | |||||
| * | Remove requirement for `keymap_steno.h` include in keymaps (#22423) | Ryan | 2023-11-12 | 1 | -3/+0 |
| | | | | | | * Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being | ||||
| * | Migrate some common features to generic (#22403) | Joel Challis | 2023-11-09 | 1 | -1/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-09-21 | 1 | -1/+1 |
| |\ | |||||
| | * | keymaps: Fix hacker_dvorak build. (#22102) | Apteryks | 2023-09-21 | 1 | -1/+1 |
| | | | |||||
| * | | Add `mousekey.h` include to `quantum.h` (#21897) | Ryan | 2023-09-04 | 1 | -1/+0 |
| |/ | |||||
| * | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 2023-07-06 | 2 | -4/+6 |
| | | |||||
| * | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 1 | -12/+8 |
| | | |||||
| * | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 1 | -2/+0 |
| | | |||||
| * | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417) | Ryan | 2023-04-14 | 1 | -1/+1 |
| | | |||||
| * | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 7 | -13/+1 |
| | | |||||
| * | Reallocate SAFE_RANGE (#19909) | Joel Challis | 2023-02-22 | 3 | -6/+2 |
| | | |||||
| * | Refactor Leader key feature (#19632) | Ryan | 2023-02-12 | 4 | -47/+36 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 16 | -47/+47 |
| | | |||||
| * | Leader: remove `qk_` prefix (#19304) | Ryan | 2022-12-14 | 1 | -1/+1 |
| | | |||||
| * | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | 2022-12-13 | 2 | -4/+4 |
| | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | ||||
| * | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 3 | -23/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | [Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154) | Luc | 2022-12-12 | 1 | -507/+95 |
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net> | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-13 | 2 | -171/+2 |
| |\ | |||||
| | * | Eric Gebhart user space and keymaps (#17487) | Eric Gebhart | 2022-11-12 | 2 | -171/+2 |
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-04 | 3 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
| * | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-10-29 | 1 | -98/+0 |
| |\| | |||||
| | * | [Keymap] toshi0383 keymaps update (#18760) | Toshihiro Suzuki | 2022-10-28 | 1 | -98/+0 |
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | Remove rgblight_list.h (#18878) | Ryan | 2022-10-28 | 3 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
| * | | Remove `KC_DELT` (#18882) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 3 | -5/+5 |
| | | | |||||
| * | | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | 2022-10-21 | 2 | -2/+2 |
| | | | |||||
| * | | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 2 | -2/+2 |
| | | | |||||
| * | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | * `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 sendstring keycodes (#18749) | Ryan | 2022-10-17 | 2 | -5/+5 |
| | | | |||||
| * | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 13 | -150/+150 |
| | | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
| * | | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 6 | -11/+11 |
| | | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
| * | | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 1 | -1/+10 |
| | | | |||||
| * | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 12 | -85/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
| * | | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | 2022-10-13 | 5 | -919/+0 |
| | | | |||||
| * | | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 12 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS` | ||||
| * | | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 1 | -1/+1 |
| |/ | |||||
| * | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-22 | 10 | -10/+108 |
| | | |||||