| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-11 | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 1 | -11/+11 | |
| * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff | |||||
| 2024-05-11 | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 1 | -1/+1 | |
| 2024-05-02 | Convert some AVR GPIO operations to macros (#23424) | Ryan | 3 | -41/+66 | |
| 2024-04-17 | Migrate build target markers to keyboard.json - HI (#23540) | Joel Challis | 1 | -0/+0 | |
| 2024-04-15 | Data-Driven Keyboard Conversions: H, Part 2 (#23525) | James Young | 2 | -13/+9 | |
| 2024-03-27 | Update I2C API usage in keyboard code (#23360) | Ryan | 2 | -5/+5 | |
| 2024-01-26 | Migrate and remove deprecated debug utils (#22961) | Joel Challis | 1 | -1/+1 | |
| 2024-01-17 | I2C driver cleanup (#21273) | David Hoelscher | 3 | -39/+20 | |
| * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver | |||||
| 2023-10-13 | Dedupe I2C, SPI, UART driver inclusions (#22253) | Ryan | 1 | -2/+2 | |
| 2023-07-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -6/+6 | |
| 2023-07-08 | Adjust width requirement for big enter (#21470) | Ryan | 1 | -6/+6 | |
| 2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 1 | -3/+3 | |
| 2023-06-24 | Move `TAPPING_TOGGLE` to data driven (#21360) | Ryan | 2 | -2/+3 | |
| 2023-06-18 | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | 1 | -2/+0 | |
| 2023-05-01 | Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648) | Ryan | 1 | -2/+0 | |
| 2023-04-12 | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2 | -135/+113 | |
| 2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 1 | -1/+0 | |
| 2023-02-22 | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 1 | -2/+0 | |
| 2023-02-11 | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | 1 | -2/+2 | |
| 2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2 | -6/+2 | |
| 2023-02-03 | Debounce defines cleanup (#19742) | Ryan | 1 | -3/+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 | |||||
| 2023-02-03 | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 1 | -3/+0 | |
| 2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 1 | -1/+0 | |
| 2023-01-28 | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 1 | -1/+0 | |
| 2022-10-16 | Remove legacy keycodes, part 6 (#18740) | Ryan | 1 | -8/+8 | |
| * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | |||||
| 2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | 1 | -3/+3 | |
| * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||||
| 2022-07-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2 | -7/+7 | |
| 2022-07-30 | Move keyboard USB IDs and strings to data driven: handwired (#17822) | Ryan | 2 | -7/+7 | |
| 2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | 1 | -1/+1 | |
| Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||||
| 2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 1 | -2/+2 | |
| 2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 1 | -2/+1 | |
| (#16655) | |||||
| 2022-03-10 | Remove `matrix_key_count()` (#16603) | Ryan | 1 | -9/+0 | |
| * Remove `matrix_key_count()` * Remove `matrix_bitpop()` | |||||
| 2021-12-14 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 1 | -32/+32 | |
| 2021-12-14 | Remove unnecessary backslash-escapes in default keymaps (#15472) | Ryan | 1 | -32/+32 | |
| * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps | |||||
| 2021-12-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -1/+1 | |
| 2021-12-12 | Fix up build options comments (#15463) | Ryan | 1 | -1/+1 | |
| 2021-12-09 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 1 | -1/+1 | |
| 2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 1 | -1/+1 | |
| 2021-12-02 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 1 | -1/+0 | |
| 2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 1 | -1/+0 | |
| 2021-11-29 | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) | Stefan Kerkmann | 1 | -6/+0 | |
| 2021-09-30 | Remove firmware size impact notes from <keyboard>/rules.mk (#14652) | James Young | 1 | -3/+3 | |
| 2021-09-30 | Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) | Ryan | 1 | -2/+0 | |
| 2021-09-21 | Remove audio pin references in rules.mk (#14532) | Ryan | 1 | -1/+1 | |
| 2021-09-20 | Remove backlight pin references in rules.mk (#14513) | Ryan | 1 | -1/+1 | |
| 2021-09-12 | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 1 | -1/+0 | |
| 2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | 1 | -2/+0 | |
| 2021-09-10 | Remove bootloader listings from rules.mk (#14330) | Ryan | 1 | -7/+0 | |
| 2021-09-05 | Remove empty override functions (#14312) | Ryan | 1 | -3/+0 | |
| * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z | |||||
| 2021-09-03 | Remove more cruft in keyboard files (#14288) | Ryan | 1 | -3/+0 | |
