summaryrefslogtreecommitdiffstats
path: root/keyboards/alf/dc60/dc60.h
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-151-41/+0
|
* Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-16/+15
| | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* [Keyboard] DC60 layout_all not really layout_all (#4884)MechMerlin2019-01-191-7/+7
| | | | | | | | | | * 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/+42
* 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