]> git.donarmstrong.com Git - qmk_firmware.git/commit
Initial work for my kbod support in qmk_firmware
authorNurahmadie <nurahmadie@gmail.com>
Tue, 21 Feb 2017 02:39:51 +0000 (09:39 +0700)
committerNurahmadie <nurahmadie@gmail.com>
Sun, 2 Apr 2017 11:27:27 +0000 (18:27 +0700)
commitf8ed4ed573c798bd40a1063072fd619732a2d49a
treed09f9cad01aab8a5718dda1e324daf01ab79f4da
parent3448d5d4874a2775f85320a2be69edd241575d46
Initial work for my kbod support in qmk_firmware

- Wiring layout done

No actual keymap yet
keyboards/handwired/kbod/Makefile [new file with mode: 0644]
keyboards/handwired/kbod/config.h [new file with mode: 0644]
keyboards/handwired/kbod/kbod.c [new file with mode: 0644]
keyboards/handwired/kbod/kbod.h [new file with mode: 0644]
keyboards/handwired/kbod/keymaps/default/Makefile [new file with mode: 0644]
keyboards/handwired/kbod/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/kbod/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/kbod/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/kbod/readme.md [new file with mode: 0644]
keyboards/handwired/kbod/rules.mk [new file with mode: 0644]