diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2018-02-10 23:47:15 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-10 17:47:15 -0500 |
commit | 88a7fa762f0b6b696b15334dde4851fdc601b558 (patch) | |
tree | ea283f660750e58853347ff860954f795c937c45 /keyboards/cu75/keymaps/default/config.h | |
parent | cd0c089b49c1b6e5b0fb13491935f278e9c1986f (diff) |
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.h | 8 |
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 0000000000..8893d122e0 --- /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 |