]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add Orbit keyboard (#5306)
authorai03 <sarcaphx510@gmail.com>
Mon, 11 Mar 2019 02:57:36 +0000 (19:57 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 11 Mar 2019 02:57:36 +0000 (19:57 -0700)
commit9bea41c9b239916ae8786e7df02c29fad79ef459
treeb9b4b3cdacd87156ebc29e70a79e846cb32e8679
parentad12acd3c049e1eef02ac21bb749eda375e09cec
[Keyboard] Add Orbit keyboard (#5306)

* Get things working except indicators

* Attempt to get things working

* hmm

* Compiles but doesn't run

* Make data transfer work

* Get all indicators working

* Remove old transport

* Prepare for pullreq

* Revert keymap from testing to production

* Final error checking for pull request

* Remove autogenerated is_command from config.h

* Rewrite pin toggles using qmk functions
18 files changed:
keyboards/ai03/orbit/config.h [new file with mode: 0644]
keyboards/ai03/orbit/info.json [new file with mode: 0644]
keyboards/ai03/orbit/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ai03/orbit/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ai03/orbit/matrix.c [new file with mode: 0644]
keyboards/ai03/orbit/matrix.h [new file with mode: 0644]
keyboards/ai03/orbit/orbit.c [new file with mode: 0644]
keyboards/ai03/orbit/orbit.h [new file with mode: 0644]
keyboards/ai03/orbit/readme.md [new file with mode: 0644]
keyboards/ai03/orbit/rules.mk [new file with mode: 0644]
keyboards/ai03/orbit/serial.c [new file with mode: 0644]
keyboards/ai03/orbit/serial.h [new file with mode: 0644]
keyboards/ai03/orbit/split_flags.c [new file with mode: 0644]
keyboards/ai03/orbit/split_flags.h [new file with mode: 0644]
keyboards/ai03/orbit/split_util.c [new file with mode: 0644]
keyboards/ai03/orbit/split_util.h [new file with mode: 0644]
keyboards/ai03/orbit/transport.c [new file with mode: 0644]
keyboards/ai03/orbit/transport.h [new file with mode: 0644]