]> git.donarmstrong.com Git - qmk_firmware.git/commit
IDOBO Keyboard Support (75Keys Aluminum Keyboard) (#4401)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 9 Nov 2018 20:15:37 +0000 (12:15 -0800)
committerDrashna Jaelre <drashna@live.com>
Fri, 9 Nov 2018 20:15:37 +0000 (12:15 -0800)
commitd6184be67a56429a284c2d0fa5f990368a580735
tree21e31634b0dc504f4dc6137abd489de58d7f70ce
parent519ce723fb5e8e7272ee08f611d2c15e40bb2969
IDOBO Keyboard Support (75Keys Aluminum Keyboard) (#4401)

* initial commit

* put my name everywhere

* get the switch matrix correct

* add a basic keymap

* use a better LAYOUT macro

* update readme

* Add QMK Configurator support
keyboards/idobo/config.h [new file with mode: 0644]
keyboards/idobo/idobo.c [new file with mode: 0644]
keyboards/idobo/idobo.h [new file with mode: 0644]
keyboards/idobo/info.json [new file with mode: 0644]
keyboards/idobo/keymaps/default/config.h [new file with mode: 0644]
keyboards/idobo/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/idobo/keymaps/default/readme.md [new file with mode: 0644]
keyboards/idobo/readme.md [new file with mode: 0644]
keyboards/idobo/rules.mk [new file with mode: 0644]