summaryrefslogtreecommitdiff
path: root/keyboards/pimentoso/touhoupad/info.json
AgeCommit message (Collapse)Author
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-03-11Move matrix config to info.json, part 4 (#20001)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-08-03Move keyboard USB IDs and strings to data driven: P (#17875)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-08-16Pimentoso TouhouPad Layout Macro refactor (#14010)James Young
* 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
2021-08-09[Keyboard] Add TouhouPad (#13915)Michele Ferri
* Touhoupad rev 2 * cleanup for PR * fixes after review