summaryrefslogtreecommitdiffstats
path: root/keyboards/draculad/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-1/+15
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-0/+3
|
* 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-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* DracuLad: add Configurator data and rework layout macro (#12727)James Young2021-04-291-0/+59
* add info.json file * refactor keymaps for readability * rework layout macro Arranges the layout macro and keycodes to resemble the physical layout. * readme touch-up Corrections to capitalization and spelling, and removal of extra white space.