summaryrefslogtreecommitdiffstats
path: root/keyboards/alf/dc60/info.json
Commit message (Collapse)AuthorAgeFilesLines
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-8/+2
|
* Alf DC60 Layout Macro Additions (#20494)James Young2023-04-221-73/+512
| | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_60_ansi * add LAYOUT_60_ansi_arrow * add LAYOUT_64_ansi * add LAYOUT_60_iso * add LAYOUT_60_iso_arrow * add LAYOUT_64_iso * enable Community Layout support
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-151-1/+75
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-111-0/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+5
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-171-0/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: A (#17781)Ryan2022-07-261-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* clean up generate-api errorsZach White2021-01-071-3/+1
|
* [Keyboard] DC60 layout_all not really layout_all (#4884)MechMerlin2019-01-191-2/+3
| | | | | | | | | | * add k3c and change layout to LAYOUT_all * fix up info.json for the new layout * forgot to add k3c into the physical layout matrix * fix keymaps
* Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)MechMerlin2018-09-131-0/+12
* rename alf_x2 to alf * rename to x2 * rename dependencies * Fix readme * moved x2 into alf directory * update readme for make instructions * move dc60 to alf directory * update dc60 readme for make instructions * change readme txt as per noroadsleft PR comment