summaryrefslogtreecommitdiff
path: root/keyboards/custommk
AgeCommit message (Expand)AuthorFilesLines
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2-3/+3
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis1-2/+6
2025-05-16Remove duplicate of SPI default config from keyboards (#25266)Joel Challis5-24/+0
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis3-3/+0
2025-04-23Remove more duplication of defaults (#25189)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis3-3/+0
2025-01-30Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24845)Joel Challis1-1/+0
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel23-361/+0
2024-08-25Update Underglow keycodes (#23765)Ryan6-14/+14
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-2/+1
2024-06-26[Keyboard] Add Elysian (#23949)David Hoelscher10-0/+177
2024-06-24`custommk/ergostrafer_rgb`: move to keyboard.json (#23990)Ryan2-1/+3
2024-06-15[Keyboard] ErgoStrafer RGB (#22936)David Hoelscher11-0/+355
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-10/+10
2024-04-26Add audio driver to keyboard.json schema (#23616)Joel Challis6-4/+9
2024-04-16Migrate build target markers to keyboard.json - E (#23529)Joel Challis3-0/+0
2024-04-11Data-driven Keyboard Conversions: C (#23453)James Young4-27/+16
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan1-1/+2
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-1/+0
2024-03-29Remove "w": 1 from keyboards/ (#23367)Duncan Sutherland1-2/+2
2024-03-08Merge remote-tracking branch 'origin/master' into developQMK Bot10-0/+268
2024-03-08[Keyboard] Add CMK11 (#23239)David Hoelscher10-0/+268
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-2/+2
2023-12-18Remove obvious user keymaps, `keyboards/a*` edition. (#22692)Nick Brassel4-146/+0
2023-12-04Fix erroneous commas in `info.json` files (#21712)Duncan Sutherland1-1/+1
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis1-0/+1
2023-09-13Migrate spi EEPROM_DRIVER to info.json (#21991)Joel Challis4-4/+6
2023-09-08customMK EVO70 R2 Layout Additions (#21916)James Young4-79/+265
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-22/+26
2023-07-31Fix layout offsets for a handful of boards (#21636)Ryan1-74/+74
2023-07-08Merge remote-tracking branch 'upstream/master' into developfauxpark11-0/+566
2023-07-08Add EVO70 R2 Keyboard (#21321)David Hoelscher11-0/+566
2023-07-03Fix encoder map declarations (#21435)Joel Challis2-2/+2
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan8-8/+12
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan4-6/+4
2023-06-19Remove encoder in-matrix workaround code (#20389)jack7-193/+41
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-2/+2
2023-06-12[Keyboard] Add ErgoStrafer keyboard (#21195)David Hoelscher11-0/+254
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan4-2/+6
2023-05-14Fixup evo70 (#20949)jack8-85/+36
2023-05-02`info.json` whitespace cleanups (#20651)Ryan3-8/+6
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-111/+90
2023-04-10Fix up via keymap builds. (#20397)Nick Brassel1-2/+2
2023-04-09Fix up via keymap builds. (#20383)Nick Brassel2-41/+41
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan5-3/+9
2023-04-03Add core/fallback encoder behaviour (#20320)jack2-77/+0
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2-16/+22
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan6-179/+131
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan4-16/+10