]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for KMAC
authorMathias Andersson <wraul@dbox.se>
Sun, 4 Jun 2017 20:13:17 +0000 (22:13 +0200)
committerMathias Andersson <wraul@dbox.se>
Thu, 8 Jun 2017 17:35:27 +0000 (19:35 +0200)
commit1b02b2006e61f55fa7a38b929e6d604d0f6504e8
tree0379f7d46ae68f313b8c37a19a4f69f912475d46
parent00d94166267f3ef9f514234ad877470b74b30601
Add support for KMAC
16 files changed:
keyboards/kmac/Makefile [new file with mode: 0644]
keyboards/kmac/config.h [new file with mode: 0644]
keyboards/kmac/keymaps/default/Makefile [new file with mode: 0644]
keyboards/kmac/keymaps/default/config.h [new file with mode: 0644]
keyboards/kmac/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kmac/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kmac/keymaps/winkeyless/Makefile [new file with mode: 0644]
keyboards/kmac/keymaps/winkeyless/config.h [new file with mode: 0644]
keyboards/kmac/keymaps/winkeyless/keymap.c [new file with mode: 0644]
keyboards/kmac/keymaps/winkeyless/readme.md [new file with mode: 0644]
keyboards/kmac/kmac.c [new file with mode: 0644]
keyboards/kmac/kmac.h [new file with mode: 0644]
keyboards/kmac/matrix.c [new file with mode: 0644]
keyboards/kmac/readme.md [new file with mode: 0644]
keyboards/kmac/rules.mk [new file with mode: 0644]
keyboards/readme.md