From 9a7347e35707585f081c439d571730169c2ec774 Mon Sep 17 00:00:00 2001 From: fixed Date: Sat, 21 Apr 2018 16:32:53 +0200 Subject: 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 --- keyboards/alf_x2/alf_x2.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/alf_x2/alf_x2.c (limited to 'keyboards/alf_x2/alf_x2.c') 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" -- cgit v1.2.3