| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix hhkb/jp - Restore previous matrix locations (#25724) | Joel Challis | 2025-10-23 | 1 | -14/+14 |
| | | |||||
| * | Fix hhkb/jp layout order (#25722) | Joel Challis | 2025-10-14 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 2025-07-11 | 1 | -3/+3 |
| | | | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff | ||||
| * | Remove empty `url` fields (#25181) | Joel Challis | 2025-04-22 | 3 | -3/+0 |
| | | |||||
| * | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915) | Joel Challis | 2025-02-16 | 2 | -2/+4 |
| | | |||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 5 | -125/+0 |
| | | |||||
| * | Update GPIO API usage in keyboard code (#23361) | Ryan | 2024-05-03 | 2 | -41/+41 |
| | | |||||
| * | Migrate build target markers to keyboard.json - Misc (#23612) | Joel Challis | 2024-04-25 | 4 | -22/+17 |
| | | |||||
| * | Migrate build target markers to keyboard.json - HI (#23540) | Joel Challis | 2024-04-17 | 3 | -0/+0 |
| | | |||||
| * | Data-Driven Keyboard Conversions: H, Part 1 (#23524) | James Young | 2024-04-15 | 4 | -17/+13 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 2024-03-30 | 1 | -1/+6 |
| | | |||||
| * | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 2024-03-30 | 2 | -0/+0 |
| | | |||||
| * | [Keymap Removal] keyboard with most keymaps (#23092) | Joel Challis | 2024-02-16 | 30 | -1719/+0 |
| | | |||||
| * | Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695) | Nick Brassel | 2023-12-18 | 5 | -317/+0 |
| | | |||||
| * | [Keymap Removal] keebio/iris and related keymaps. (#22690) | Joel Challis | 2023-12-18 | 3 | -194/+0 |
| | | |||||
| * | [Keymap Removal] Planck and related keymaps. (#22683) | Nick Brassel | 2023-12-17 | 7 | -362/+0 |
| | | |||||
| * | Remove userspace keymaps (#22544) | Joel Challis | 2023-11-26 | 10 | -259/+0 |
| | | |||||
| * | Bluetooth: driver naming cleanups (#21624) | Ryan | 2023-07-29 | 2 | -3/+3 |
| | | |||||
| * | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | 2023-06-19 | 2 | -4/+0 |
| | | |||||
| * | Remove HHKB RN42 code (#21007) | Ryan | 2023-05-22 | 21 | -2270/+0 |
| | | |||||
| * | Move miscellaneous layouts to data driven (#20516) | Ryan | 2023-04-24 | 2 | -97/+75 |
| | | |||||
| * | Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438) | Ryan | 2023-04-15 | 3 | -97/+65 |
| | | |||||
| * | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 2 | -83/+67 |
| | | |||||
| * | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 2 | -7/+0 |
| | | |||||
| * | Fix some more missing `#pragma once`s (#20241) | Ryan | 2023-03-23 | 1 | -4/+1 |
| | | |||||
| * | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 2 | -2/+0 |
| | | |||||
| * | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 2 | -4/+0 |
| | | |||||
| * | Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778) | Ryan | 2023-02-17 | 5 | -9/+10 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 2 | -2/+3 |
| | | |||||
| * | Refactor Leader key feature (#19632) | Ryan | 2023-02-12 | 1 | -22/+0 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | 2023-02-11 | 2 | -4/+4 |
| | | |||||
| * | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 4 | -12/+4 |
| | | |||||
| * | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 1 | -5/+0 |
| | | |||||
| * | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 1 | -5/+0 |
| | | |||||
| * | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan | 2023-02-05 | 3 | -15/+0 |
| | | |||||
| * | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 4 | -9/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 1 | -21/+0 |
| | | |||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 3 | -3/+0 |
| | | |||||
| * | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 2 | -2/+0 |
| | | |||||
| * | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 4 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -4/+4 |
| | | |||||
| * | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-04 | 3 | -8/+8 |
| | | | | | | | | | | | | | | * `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 Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | | |||||
| * | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 1 | -1/+1 |
| | | |||||
| * | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-21 | 4 | -8/+8 |
| | | |||||
| * | 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 | 2 | -3/+3 |
| | | | | | | | | | | * `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 | 21 | -23/+23 |
| | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
| * | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -3/+3 |
| | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
| * | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 2 | -2/+2 |
| | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||