summaryrefslogtreecommitdiff
path: root/keyboards/custommk
AgeCommit message (Collapse)AuthorFilesLines
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2-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-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
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-2/+1
2024-06-26[Keyboard] Add Elysian (#23949)David Hoelscher10-0/+177
* adding Elysian * corrections from zvecr
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
* adding ergostrafer rgb * removing comment
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
* adding cmk11 * correcting default keymap * removing rules.mk * removing unnecessary comment
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-2/+2
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
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
* 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-23Move RGBLight animations to data driven (#21635)Ryan4-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-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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
* Fix up via keymap builds. - Usages of old IS_PRESSED. * Fix up bad code. * Fix up bad code.
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan4-16/+10