summaryrefslogtreecommitdiffstats
path: root/keyboards/cu75/keymaps/default/config.h
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2018-02-10 23:47:15 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-10 23:47:15 +0100
commit88a7fa762f0b6b696b15334dde4851fdc601b558 (patch)
treeea283f660750e58853347ff860954f795c937c45 /keyboards/cu75/keymaps/default/config.h
parentcd0c089b49c1b6e5b0fb13491935f278e9c1986f (diff)
downloadqmk_firmware-88a7fa762f0b6b696b15334dde4851fdc601b558.tar.gz
qmk_firmware-88a7fa762f0b6b696b15334dde4851fdc601b558.tar.xz
New keyboard: Cu75 (#2374)
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * Addition of cu75 Addition of cu75 keyboard, uses libraries from LFKeyboards directory which are path linked to reduce file duplication. Minor fix on cu24 readme * Minor Readme Fix
Diffstat (limited to 'keyboards/cu75/keymaps/default/config.h')
-rw-r--r--keyboards/cu75/keymaps/default/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/cu75/keymaps/default/config.h b/keyboards/cu75/keymaps/default/config.h
new file mode 100644
index 000000000..8893d122e
--- /dev/null
+++ b/keyboards/cu75/keymaps/default/config.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+
+#endif