]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: add ergoinu keyboard (#3655)
authorTakuya Urakawa <urkwtky@gmail.com>
Thu, 16 Aug 2018 15:36:35 +0000 (00:36 +0900)
committerDrashna Jaelre <drashna@live.com>
Thu, 16 Aug 2018 15:36:35 +0000 (08:36 -0700)
commit303ca46e77965700de40b0b1d1b41284b2ff7811
treeeecff746fb95087dfff0a40af786fe9149e24d5a
parenta828d49f8c6e0cce16727b596ed141f173c03495
Keyboard: add ergoinu keyboard (#3655)

* add ergoinu

* remove unnecessary code

* replace include guard
delete unused code

* remove unused RGBLED defines
18 files changed:
keyboards/ergoinu/config.h [new file with mode: 0644]
keyboards/ergoinu/ergoinu.c [new file with mode: 0644]
keyboards/ergoinu/ergoinu.h [new file with mode: 0644]
keyboards/ergoinu/info.json [new file with mode: 0644]
keyboards/ergoinu/keymaps/default/config.h [new file with mode: 0644]
keyboards/ergoinu/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ergoinu/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/ergoinu/keymaps/default_jis/config.h [new file with mode: 0644]
keyboards/ergoinu/keymaps/default_jis/keymap.c [new file with mode: 0644]
keyboards/ergoinu/keymaps/default_jis/rules.mk [new file with mode: 0644]
keyboards/ergoinu/matrix.c [new file with mode: 0644]
keyboards/ergoinu/readme.md [new file with mode: 0644]
keyboards/ergoinu/rules.mk [new file with mode: 0644]
keyboards/ergoinu/serial.c [new file with mode: 0644]
keyboards/ergoinu/serial.h [new file with mode: 0644]
keyboards/ergoinu/serial_config.h [new file with mode: 0644]
keyboards/ergoinu/split_util.c [new file with mode: 0644]
keyboards/ergoinu/split_util.h [new file with mode: 0644]