diff options
author | fixed <tokyo.tron@gmail.com> | 2018-04-21 16:32:53 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-21 07:32:53 -0700 |
commit | 9a7347e35707585f081c439d571730169c2ec774 (patch) | |
tree | 2a1cef74f8dea5c84fb8acc7f9e106b19ca5508f /keyboards/alf_x2/alf_x2.c | |
parent | e36d6bbbe3392b8e1e36157c070ed028dc8f5992 (diff) |
Adds config for ALF X2 60% keyboard (#2765)
* 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
Diffstat (limited to 'keyboards/alf_x2/alf_x2.c')
-rw-r--r-- | keyboards/alf_x2/alf_x2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/alf_x2/alf_x2.c b/keyboards/alf_x2/alf_x2.c new file mode 100644 index 0000000000..cc22d872a5 --- /dev/null +++ b/keyboards/alf_x2/alf_x2.c @@ -0,0 +1 @@ +#include "alf_x2.h" |