]> git.donarmstrong.com Git - qmk_firmware.git/commit
New keyboard: Cu75 (#2374)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Sat, 10 Feb 2018 22:47:15 +0000 (23:47 +0100)
committerJack Humbert <jack.humb@gmail.com>
Sat, 10 Feb 2018 22:47:15 +0000 (17:47 -0500)
commit88a7fa762f0b6b696b15334dde4851fdc601b558
treeea283f660750e58853347ff860954f795c937c45
parentcd0c089b49c1b6e5b0fb13491935f278e9c1986f
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
12 files changed:
keyboards/cu24/readme.md
keyboards/cu75/config.h [new file with mode: 0644]
keyboards/cu75/cu75.c [new file with mode: 0644]
keyboards/cu75/cu75.h [new file with mode: 0644]
keyboards/cu75/keymaps/default/config.h [new file with mode: 0644]
keyboards/cu75/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cu75/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/cu75/keymaps/iso/config.h [new file with mode: 0644]
keyboards/cu75/keymaps/iso/keymap.c [new file with mode: 0644]
keyboards/cu75/keymaps/iso/rules.mk [new file with mode: 0644]
keyboards/cu75/readme.md [new file with mode: 0644]
keyboards/cu75/rules.mk [new file with mode: 0644]