| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 2025-07-11 | 2 | -7/+7 |
| | | | | | | | | | | * 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 | 1 | -1/+1 |
| | | |||||
| * | Remove some useless code from keymaps (#23787) | Ryan | 2024-05-23 | 1 | -6/+0 |
| | | |||||
| * | Remove RGB keycodes from boards with no RGB config (#23709) | Ryan | 2024-05-20 | 1 | -13/+4 |
| | | |||||
| * | Change all RGB mode keycodes to short aliases (#23691) | Ryan | 2024-05-12 | 1 | -1/+1 |
| | | |||||
| * | LED Matrix: replace backlight keycodes with newly added ones (#23455) | Ryan | 2024-04-13 | 1 | -2/+2 |
| | | |||||
| * | Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102) | Joel Challis | 2024-02-18 | 4 | -414/+0 |
| | | |||||
| * | Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084) | Joel Challis | 2024-02-15 | 2 | -221/+0 |
| | | |||||
| * | [Keymap Removal] Planck and related keymaps. (#22683) | Nick Brassel | 2023-12-17 | 2 | -556/+0 |
| | | |||||
| * | Remove userspace keymaps (#22544) | Joel Challis | 2023-11-26 | 14 | -1739/+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 | ||||
| * | Clean up Unicode API usage in user keymaps (#21849) | Ryan | 2023-08-27 | 1 | -18/+2 |
| | | |||||
| * | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 1 | -1/+0 |
| | | |||||
| * | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 1 | -1/+0 |
| | | |||||
| * | Refactor Leader key feature (#19632) | Ryan | 2023-02-12 | 1 | -30/+21 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 1 | -1/+1 |
| | | | | | | * Fix functions with empty params * Found a bunch more | ||||
| * | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-05 | 1 | -2/+2 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
| * | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 1 | -2/+2 |
| | | |||||
| * | Remove stale userspace/keymaps (#18700) | Joel Challis | 2022-10-21 | 3 | -425/+0 |
| | | |||||
| * | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | | * `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) | Ryan | 2022-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | * `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 | ||||
| * | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 5 | -18/+18 |
| | | | | | | | | | | * `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 | 1 | -1/+1 |
| | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
| * | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 4 | -13/+13 |
| | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
| * | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 3 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | * `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 remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | 2022-09-30 | 1 | -1/+1 |
| | | |||||
| * | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-22 | 8 | -12/+12 |
| | | |||||
| * | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-18 | 9 | -9/+9 |
| | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
| * | move input club keyboards into vendor folder (#15788) | peepeetee | 2022-02-06 | 31 | -0/+4384 |