]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add rgb pcb for e6 keyboard (#4928)
authoryulei <yuleiz@gmail.com>
Mon, 28 Jan 2019 00:57:50 +0000 (08:57 +0800)
committerDrashna Jaelre <drashna@live.com>
Mon, 28 Jan 2019 00:57:50 +0000 (16:57 -0800)
commit996ada1ba2cce18e1fed27fdcaf6a5dcc36fe9da
treec6ad76f05b2683985f0c636509626183a2cd9495
parent6ba0b818e9ab8830610ab2a74515227884f93abc
[Keyboard] add rgb pcb for e6 keyboard (#4928)

* add e6_rgb

* update according to the reviewer

* fixed readme.md

* rename 60_split_bs_shift to 60_ansi_split_bs_shift
keyboards/e6_rgb/config.h [new file with mode: 0644]
keyboards/e6_rgb/e6_rgb.c [new file with mode: 0644]
keyboards/e6_rgb/e6_rgb.h [new file with mode: 0644]
keyboards/e6_rgb/info.json [new file with mode: 0644]
keyboards/e6_rgb/keymaps/60_ansi/keymap.c [new file with mode: 0644]
keyboards/e6_rgb/keymaps/60_ansi_split_bs_shift/keymap.c [new file with mode: 0644]
keyboards/e6_rgb/keymaps/60_hhkb/keymap.c [new file with mode: 0644]
keyboards/e6_rgb/keymaps/60_wkl/keymap.c [new file with mode: 0644]
keyboards/e6_rgb/keymaps/60_wkl_split_bs/keymap.c [new file with mode: 0644]
keyboards/e6_rgb/readme.md [new file with mode: 0644]
keyboards/e6_rgb/rules.mk [new file with mode: 0644]