summaryrefslogtreecommitdiff
path: root/keyboards/handwired/numpad20/info.json
AgeCommit message (Collapse)Author
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-07-30Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2018-12-11handwired/numpad20 Refactor and Configurator support (#4589)noroadsleft
* handwired/numpad20: refactor - layout macro no longer auto-prepends keycodes with KC_ - keymaps for this keyboard will now compile in QMK Configurator - keymap now uses #include QMK_KEYBOARD_H - deleted unused fn_actions code block * handwired/numpad20: Configurator support