summaryrefslogtreecommitdiff
path: root/keyboards/mwstudio/mw65_black/info.json
AgeCommit message (Collapse)Author
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-03-11Move matrix config to info.json, part 7 (#20020)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-23Migrate some more layouts to data driven (#19889)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-10-23MWStudio MW65 Black Refactor (#18824)James Young
* mw65_black.h: add matrix diagram * mw65_black.h: fill-in matrix definition Fill the empty electrical positions with `KC_NO`. * mw65_black.h: update matrix diagram * rename LAYOUT to LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_tsangan * info.json: correct maintainer value
2022-08-03Move keyboard USB IDs and strings to data driven: M (#17859)Ryan
2021-11-29[Keyboard] Add mw65_black support (#15198)TW59420