summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/arrow_pad/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-011-1/+2
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-051-49/+29
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-0/+5
|
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* handwired/arrow_pad Refactor and Configurator support (#4498)noroadsleft2018-11-261-0/+62
* handwired/arrow_pad: layout macro and keymap refactor - Layout macros moved from the keymaps to arrow_pad.h. - LAYOUT_pad21 refactored to only accept keys that are physical present (no KC_NO entries required in keymap) - Keymaps now use #include QMK_KEYBOARD_H - Keymaps refactored to use process_record_user function (from action_get_macro) * handwired/arrow_pad: Readme cleanup Fixed the make commands and updated the layout macro. * handwired/arrow_pad: Configurator support