]> git.donarmstrong.com Git - qmk_firmware.git/commit
Octagon V1 Support (Port) (#2184)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 21 Dec 2017 00:54:07 +0000 (16:54 -0800)
committerJack Humbert <jack.humb@gmail.com>
Thu, 21 Dec 2017 00:54:07 +0000 (19:54 -0500)
commitc68597d9ad983c7d8f2b857f795037f2a441522d
tree1203027cb39d3dab4ab01f780c06ce7d46699ba8
parent5ffec5d9b09333173d85abb228f38225388938ca
Octagon V1 Support (Port) (#2184)

* Preliminary commit for Octagon V1 support

This is essentially a cp -R v2 v1 with a few things changed to
get it to compile and build.

* The Octagon V1 supports up to 84 keys as opposed to the V2 which
supports up to 86. This commit changes the keymap to match it.

* Temporary default keymap just to get things to compile

* Update readme file

* Fix switch matrix

* Fix underglow lighting option

* Fix keymap to take care of shifted columns

* Fix keymap formatting

* Remove un-needed files left over from rasmusx

* Make Octagon V1 have its own keymap directory with default keymap

* Make Octagon V2 have its own keymap directory with default keymap

* Cleanups and readme edits
14 files changed:
keyboards/octagon/keymaps/default/keymap.c [deleted file]
keyboards/octagon/keymaps/default/readme.md [deleted file]
keyboards/octagon/octagon.h
keyboards/octagon/readme.md
keyboards/octagon/v1/config.h [new file with mode: 0644]
keyboards/octagon/v1/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/octagon/v1/keymaps/default/readme.md [new file with mode: 0644]
keyboards/octagon/v1/matrix.c [new file with mode: 0644]
keyboards/octagon/v1/readme.md [new file with mode: 0644]
keyboards/octagon/v1/rules.mk [new file with mode: 0644]
keyboards/octagon/v1/v1.c [new file with mode: 0644]
keyboards/octagon/v1/v1.h [new file with mode: 0644]
keyboards/octagon/v2/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/octagon/v2/keymaps/default/readme.md [new file with mode: 0644]