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
This commit is contained in:
yiancar
2018-02-10 23:47:15 +01:00
committed by Jack Humbert
parent cd0c089b49
commit 88a7fa762f
12 changed files with 803 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#endif