aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/alf_x2
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)MechMerlin2018-09-138-344/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Keyboard: Alf X2 matrix fix (#3704)noroadsleft2018-08-211-1/+1
| | | Invalid syntax in LAYOUT_split_arrows matrix macro.
* Alf X2 Layout Fixes (#2923)MechMerlin2018-05-085-55/+61
| | | | | | | | | | | | | | | * Move the microswitches to the top of the keyboard like how it is physically Format change to make things pretty * Fix keymap to match the new layouts * stopping point at new info.json file * Update readme * Finish up QMK Configurator fixes for info.json
* ALF X2 QMK Configurator Support (#2788)MechMerlin2018-04-213-0/+106
| | | | | | | | | | * Add microswitch information for visiblity in QMK Configurator * Add info.json with layouts for ALF X2 * Add new LAYOUTs * remove that extra comma
* Adds config for ALF X2 60% keyboard (#2765)fixed2018-04-217-0/+232
* Adds initial keyboard config and layouts for ALF X2 60% * Cleans up empty if/else blocks * Renames KEYMAP to LAYOUT across the alf_x2 config files. * Replaces include in alf_x2 keymaps with QMK_KEYBOARD_H macro