]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add 6macro keyboard (#6362)
authorJoao Maia <jm@joao-maia.com>
Thu, 18 Jul 2019 19:31:40 +0000 (20:31 +0100)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Thu, 18 Jul 2019 19:31:40 +0000 (12:31 -0700)
commit00c6892b3f8abc7d9b298d77cb965c9c242dd953
treee25c2b7f2d525c45c2051662db884750b4f15c80
parent171f7c561b8217ab4169c36e31fcdc05012c4add
[Keyboard] Add 6macro keyboard (#6362)

* Initial commit for 6macro firmware

* Updated layout documentation

* Removed unused commented code
12 files changed:
keyboards/handwired/6macro/6macro.c [new file with mode: 0644]
keyboards/handwired/6macro/6macro.h [new file with mode: 0644]
keyboards/handwired/6macro/config.h [new file with mode: 0644]
keyboards/handwired/6macro/info.json [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/osu/config.h [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/osu/keymap.c [new file with mode: 0644]
keyboards/handwired/6macro/keymaps/osu/readme.md [new file with mode: 0644]
keyboards/handwired/6macro/readme.md [new file with mode: 0644]
keyboards/handwired/6macro/rules.mk [new file with mode: 0644]