]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] 8 pack (#6031)
authorgorbachev <tpp+github@iki.fi>
Sun, 2 Jun 2019 05:43:00 +0000 (01:43 -0400)
committerDrashna Jaelre <drashna@live.com>
Sun, 2 Jun 2019 05:43:00 +0000 (22:43 -0700)
commit6766c5315eb89eeafaf60c089ad028a963c48ab1
tree7bc2bcfefa27bd5fe9d11c4bfbbeac126ee18209
parent0744af97af68da4b4ed6e4eca3c61facb39e7971
[Keyboard] 8 pack (#6031)

* 8-Pack Macropad

* Added MANUFACTUTER to config.h

* Fix the mirrored keymaps by creating rev1.1 and rev1.2 layouts, then using them in the keymaps

* fixes from code review comments

* Use revisions to manage the different layouts for rev1.1 and rev1.2

* Add DEFAULT_FOLDER to fix default build failures

* code review comments fixes

* code review comments fixes
15 files changed:
keyboards/8pack/8pack.c [new file with mode: 0644]
keyboards/8pack/8pack.h [new file with mode: 0644]
keyboards/8pack/config.h [new file with mode: 0644]
keyboards/8pack/info.json [new file with mode: 0644]
keyboards/8pack/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/8pack/readme.md [new file with mode: 0644]
keyboards/8pack/rev11/config.h [new file with mode: 0644]
keyboards/8pack/rev11/rev11.c [new file with mode: 0644]
keyboards/8pack/rev11/rev11.h [new file with mode: 0644]
keyboards/8pack/rev11/rules.mk [new file with mode: 0644]
keyboards/8pack/rev12/config.h [new file with mode: 0644]
keyboards/8pack/rev12/rev12.c [new file with mode: 0644]
keyboards/8pack/rev12/rev12.h [new file with mode: 0644]
keyboards/8pack/rev12/rules.mk [new file with mode: 0644]
keyboards/8pack/rules.mk [new file with mode: 0644]