| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-11 | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 2 | -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 | |||||
| 2025-07-10 | Migrate `usb.force_nkro` to `host.default.nkro` (#25468) | Joel Challis | 1 | -2/+6 | |
| 2025-05-16 | Remove duplicate of SPI default config from keyboards (#25266) | Joel Challis | 5 | -24/+0 | |
| 2025-04-24 | Remove `"command":false` from keyboards (#25193) | Joel Challis | 3 | -3/+0 | |
| 2025-04-23 | Remove more duplication of defaults (#25189) | Joel Challis | 1 | -1/+0 | |
| 2025-04-23 | Remove `"console":false` from keyboards (#25190) | Joel Challis | 3 | -3/+0 | |
| 2025-01-30 | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24845) | Joel Challis | 1 | -1/+0 | |
| 2024-08-26 | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 23 | -361/+0 | |
| 2024-08-25 | Update Underglow keycodes (#23765) | Ryan | 6 | -14/+14 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2024-07-26 | Refactor use of `matrix_scan_kb` (#24200) | Joel Challis | 1 | -2/+1 | |
| 2024-06-26 | [Keyboard] Add Elysian (#23949) | David Hoelscher | 10 | -0/+177 | |
| * adding Elysian * corrections from zvecr | |||||
| 2024-06-24 | `custommk/ergostrafer_rgb`: move to keyboard.json (#23990) | Ryan | 2 | -1/+3 | |
| 2024-06-15 | [Keyboard] ErgoStrafer RGB (#22936) | David Hoelscher | 11 | -0/+355 | |
| * adding ergostrafer rgb * removing comment | |||||
| 2024-05-11 | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2 | -2/+2 | |
| 2024-05-03 | Update GPIO API usage in keyboard code (#23361) | Ryan | 1 | -10/+10 | |
| 2024-04-26 | Add audio driver to keyboard.json schema (#23616) | Joel Challis | 6 | -4/+9 | |
| 2024-04-16 | Migrate build target markers to keyboard.json - E (#23529) | Joel Challis | 3 | -0/+0 | |
| 2024-04-11 | Data-driven Keyboard Conversions: C (#23453) | James Young | 4 | -27/+16 | |
| 2024-03-30 | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 1 | -1/+2 | |
| 2024-03-30 | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 4 | -1/+0 | |
| 2024-03-29 | Remove "w": 1 from keyboards/ (#23367) | Duncan Sutherland | 1 | -2/+2 | |
| 2024-03-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 10 | -0/+268 | |
| 2024-03-08 | [Keyboard] Add CMK11 (#23239) | David Hoelscher | 10 | -0/+268 | |
| * adding cmk11 * correcting default keymap * removing rules.mk * removing unnecessary comment | |||||
| 2024-03-02 | WS2812 PWM: prefix for DMA defines (#23111) | Ryan | 1 | -2/+2 | |
| * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines | |||||
| 2023-12-18 | Remove obvious user keymaps, `keyboards/a*` edition. (#22692) | Nick Brassel | 4 | -146/+0 | |
| 2023-12-04 | Fix erroneous commas in `info.json` files (#21712) | Duncan Sutherland | 1 | -1/+1 | |
| 2023-10-23 | Consolidate some EEPROM Driver configuration (#22321) | Joel Challis | 1 | -0/+1 | |
| 2023-09-13 | Migrate spi EEPROM_DRIVER to info.json (#21991) | Joel Challis | 4 | -4/+6 | |
| 2023-09-08 | customMK EVO70 R2 Layout Additions (#21916) | James Young | 4 | -79/+265 | |
| * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Add layout/matrix diagram [docs] * Correct layout data Reduce the gap between the encoder/macro section and the alphanumeric section by 0.25u. [enhancement] * Add `LAYOUT_ansi_blocker` [enhancement] * Add `LAYOUT_iso_blocker` [enhancement] * Fix redundant `layout_aliases` keys per dunk2k [bugfix] | |||||
| 2023-08-23 | Move RGBLight animations to data driven (#21635) | Ryan | 4 | -22/+26 | |
| * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches | |||||
| 2023-07-31 | Fix layout offsets for a handful of boards (#21636) | Ryan | 1 | -74/+74 | |
| 2023-07-08 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 11 | -0/+566 | |
| 2023-07-08 | Add EVO70 R2 Keyboard (#21321) | David Hoelscher | 11 | -0/+566 | |
| 2023-07-03 | Fix encoder map declarations (#21435) | Joel Challis | 2 | -2/+2 | |
| 2023-06-25 | Move `TAP_CODE_DELAY` to data driven (#21363) | Ryan | 8 | -8/+12 | |
| 2023-06-24 | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | 4 | -6/+4 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-06-19 | Remove encoder in-matrix workaround code (#20389) | jack | 7 | -193/+41 | |
| 2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 4 | -2/+2 | |
| 2023-06-12 | [Keyboard] Add ErgoStrafer keyboard (#21195) | David Hoelscher | 11 | -0/+254 | |
| 2023-05-27 | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 4 | -2/+6 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-05-14 | Fixup evo70 (#20949) | jack | 8 | -85/+36 | |
| 2023-05-02 | `info.json` whitespace cleanups (#20651) | Ryan | 3 | -8/+6 | |
| 2023-04-12 | Move single `LAYOUT`s to data driven (#20365) | Ryan | 3 | -111/+90 | |
| 2023-04-10 | Fix up via keymap builds. (#20397) | Nick Brassel | 1 | -2/+2 | |
| 2023-04-09 | Fix up via keymap builds. (#20383) | Nick Brassel | 2 | -41/+41 | |
| * Fix up via keymap builds. - Usages of old IS_PRESSED. * Fix up bad code. * Fix up bad code. | |||||
| 2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 5 | -3/+9 | |
| 2023-04-03 | Add core/fallback encoder behaviour (#20320) | jack | 2 | -77/+0 | |
| 2023-04-03 | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) | Stefan Kerkmann | 2 | -16/+22 | |
| 2023-03-29 | Move ortho & numpad layouts to data driven (#20183) | Ryan | 6 | -179/+131 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-03-11 | Move matrix config to info.json, part 6 (#20019) | Ryan | 4 | -16/+10 | |
