summaryrefslogtreecommitdiffstats
path: root/keyboards/mode/m75h/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Modernize M75H and M75S firmwares (#21244)Álvaro A. Volpato2023-06-141-1/+1
|
* Mode SeventyFive H Layout Addition (#20743)James Young2023-05-061-92/+189
| | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_blocker * add LAYOUT_ansi_blocker_tsangan
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-151-81/+86
|
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-111-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-031-1/+7
|
* Mode 75H Touch-UP (#16310)James Young2022-02-101-0/+97
* m75h.h: correct matrix position identifier `K5C` is actually on row 4, so it should be `K4C`. * m75h.h: add matrix diagram * add QMK Configurator data * polish whitespace - convert tabs to spaces - update indent to four spaces - remove trailing whitespace