]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add ErgoDash keyboard (#3128)
authoromkbd <takuya.electronics@gmail.com>
Wed, 6 Jun 2018 16:41:51 +0000 (01:41 +0900)
committerDrashna Jaelre <drashna@live.com>
Wed, 6 Jun 2018 16:41:51 +0000 (09:41 -0700)
commite921b9a77e36787704e3f5480b525fcaa97cf08b
tree284d42475b423f1a11e9c1136ea93c9932c738de
parent96546c79c0e931c89e4ac60a154b669925d5d34d
Add ErgoDash keyboard (#3128)

* create ergodash

* Revert "create ergodash"

This reverts commit b261c808c30fee95cb656629f7e9b44b01e79363.

* add ergodash

* keymap→layout

* use set_single_persistent_default_layer
19 files changed:
keyboards/ergodash/config.h [new file with mode: 0644]
keyboards/ergodash/ergodash.c [new file with mode: 0644]
keyboards/ergodash/ergodash.h [new file with mode: 0644]
keyboards/ergodash/i2c.c [new file with mode: 0644]
keyboards/ergodash/i2c.h [new file with mode: 0644]
keyboards/ergodash/keymaps/default/config.h [new file with mode: 0644]
keyboards/ergodash/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ergodash/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/ergodash/matrix.c [new file with mode: 0644]
keyboards/ergodash/readme.md [new file with mode: 0644]
keyboards/ergodash/rev1/config.h [new file with mode: 0644]
keyboards/ergodash/rev1/rev1.c [new file with mode: 0644]
keyboards/ergodash/rev1/rev1.h [new file with mode: 0644]
keyboards/ergodash/rev1/rules.mk [new file with mode: 0644]
keyboards/ergodash/rules.mk [new file with mode: 0644]
keyboards/ergodash/serial.c [new file with mode: 0644]
keyboards/ergodash/serial.h [new file with mode: 0644]
keyboards/ergodash/split_util.c [new file with mode: 0644]
keyboards/ergodash/split_util.h [new file with mode: 0644]