]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add BFO-9000 keyboard (#2807)
authorDanny <nooges@users.noreply.github.com>
Wed, 25 Apr 2018 17:47:13 +0000 (13:47 -0400)
committerDrashna Jaelre <drashna@live.com>
Wed, 25 Apr 2018 17:47:13 +0000 (10:47 -0700)
commiteb89a372ec8950a853aef9e2730339465dc3dc2a
treea20867dbb40228a0509dab32e4cd7354595162be
parent1c6b9323b25f8ec38f86addd4ba249faa5986cb3
Add BFO-9000 keyboard (#2807)
14 files changed:
keyboards/bfo9000/bfo9000.c [new file with mode: 0644]
keyboards/bfo9000/bfo9000.h [new file with mode: 0644]
keyboards/bfo9000/config.h [new file with mode: 0644]
keyboards/bfo9000/i2c.c [new file with mode: 0644]
keyboards/bfo9000/i2c.h [new file with mode: 0644]
keyboards/bfo9000/keymaps/default/config.h [new file with mode: 0644]
keyboards/bfo9000/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/bfo9000/matrix.c [new file with mode: 0644]
keyboards/bfo9000/readme.md [new file with mode: 0644]
keyboards/bfo9000/rules.mk [new file with mode: 0644]
keyboards/bfo9000/serial.c [new file with mode: 0644]
keyboards/bfo9000/serial.h [new file with mode: 0644]
keyboards/bfo9000/split_util.c [new file with mode: 0644]
keyboards/bfo9000/split_util.h [new file with mode: 0644]