summaryrefslogtreecommitdiffstats
path: root/keyboards/draytronics/daisy/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-111-0/+5
|
* Move encoder config to data driven (#19923)Ryan2023-02-261-0/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-291-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Draytronics Daisy Configurator Refactor (#13325)James Young2021-06-251-1/+4
| | | | | | | | | * correct layout data * use LAYOUT as layout macro name The defined LAYOUT_daisy is functional, but Configurator expects LAYOUT through the info.json file. As the board only supports one layout according to the open-source PCB files, use LAYOUT as the defined macro per QMK guidelines. * add layout macro alias
* Add Daisy, a macropad with dual rotary encoders + update Scarlet readme.md ↵Blake2021-03-251-0/+25
(#12221) * Daisy first commit buggy * buggy still underglow crash * Daisy V1 * ReadMe Updates