summaryrefslogtreecommitdiffstats
path: root/keyboards/pimentoso/touhoupad/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven: P (#17875)Ryan2022-08-031-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Pimentoso TouhouPad Layout Macro refactor (#14010)James Young2021-08-161-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * physically arrange layout macro, phase 1 Break the keymap up into rows. * physically arrange layout macro, phase 2 Moves the Escape and Enter keys to the top row. * refactor default keymap - use QMK short-form keycodes - grid align keycodes * physically arrange layout macro, phase 3 Moves the X key (Bomb) to the bottom row. * physically arrange layout macro, phase 4 Physically arrange the Escape and Enter keys. * physically arrange layout macro, phase 5 Physically arrange the arrow keys. * physically arrange layout macro, phase 6 Physically align the X (Bomb) key. * align escape characters in layout macro * info.json: apply human-friendly formatting
* [Keyboard] Add TouhouPad (#13915)Michele Ferri2021-08-091-0/+12
* Touhoupad rev 2 * cleanup for PR * fixes after review