summaryrefslogtreecommitdiff
path: root/keyboards/mwstudio
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (M3) (#25620)Jack Sangdahl6-126/+208
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis2-4/+12
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis7-7/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis7-7/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis7-7/+0
2025-04-19Remove duplication of RGBLight defaults (#25169)Joel Challis1-2/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan3-18/+18
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel19-790/+0
2024-08-25Update Underglow keycodes (#23765)Ryan10-28/+28
2024-07-21`mwstudio/mw75`: reduce size (#24161)Ryan3-40/+0
2024-05-17Delete trivial keymap readmes (#23714)Ryan1-3/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan8-8/+8
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis6-2/+0
2024-03-15Migrate features from rules.mk to data drive - LMN (#23277)Joel Challis10-72/+50
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan2-4/+4
2024-01-16Migrate RGB Matrix config to info.json - M (#22908)Joel Challis7-194/+112
2023-12-11[Keyboard] add mmk_3 (#22569)TW594209-0/+222
2023-12-01Fix a bunch of CLI warnings (#22589)Ryan4-4/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis13-807/+0
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-12/+13
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan3-3/+3
2023-07-03Fix encoder map declarations (#21435)Joel Challis3-3/+3
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan8-33/+8
2023-06-19Remove encoder in-matrix workaround code (#20389)jack11-129/+32
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan10-7/+9
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan4-4/+6
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2-1/+3
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan3-290/+290
2023-05-02`info.json` whitespace cleanups (#20651)Ryan2-5/+5
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan4-6/+4
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan1-1/+1
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan12-490/+319
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan6-3/+9
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan13-12/+19
2023-04-03Add core/fallback encoder behaviour (#20320)jack2-45/+0
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2-4/+8
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan1-2/+0
2023-03-11Move matrix config to info.json, part 7 (#20020)Ryan10-40/+25
2023-02-26Move encoder config to data driven (#19923)Ryan12-32/+33
2023-02-23Migrate some more layouts to data driven (#19889)Ryan3-212/+135
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel2-0/+10
2023-02-17Remove matrix size defines (#19581)Ryan5-20/+0
2023-02-17Move Bootmagic config to data driven (#19860)Ryan2-3/+3
2023-02-09Fix errors flagged by generate-api (#19784)Ryan1-1/+88
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan10-31/+11
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan4-12/+0
2023-02-03Debounce defines cleanup (#19742)Ryan6-18/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel6-6/+0
2022-12-12[Keyboard] add mw80 (#19223)TW594209-0/+352