summaryrefslogtreecommitdiffstats
path: root/keyboards/alf
AgeCommit message (Collapse)AuthorFilesLines
2019-01-19[Keyboard] DC60 layout_all not really layout_all (#4884)MechMerlin3-14/+15
* 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
2019-01-12Remove empty fn_actions[]fauxpark1-4/+0
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-4/+1
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-09-13Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)MechMerlin17-0/+846
* 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