]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Added IVY macropad (#6211)
authorThat-Canadian <Poole.Chris.11@gmail.com>
Mon, 15 Jul 2019 01:26:45 +0000 (18:26 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 15 Jul 2019 01:26:45 +0000 (18:26 -0700)
commitfd48f687b133d5000f647b38923810c2d1b16453
treeec3ca5b1812667dd184dcb6724c848cdde71981c
parent421125211741993ba874068dadf4ab371d4d13de
[Keyboard] Added IVY macropad (#6211)

* Added initial files for the Adron  3-key macro pad

* Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well.

* Made suggested changes to commit for PR

* Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )
keyboards/ivy/config.h [new file with mode: 0644]
keyboards/ivy/ivy.c [new file with mode: 0644]
keyboards/ivy/ivy.h [new file with mode: 0644]
keyboards/ivy/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ivy/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/ivy/readme.md [new file with mode: 0644]
keyboards/ivy/rev1/config.h [new file with mode: 0644]
keyboards/ivy/rev1/rev1.c [new file with mode: 0644]
keyboards/ivy/rev1/rev1.h [new file with mode: 0644]
keyboards/ivy/rev1/rules.mk [new file with mode: 0644]
keyboards/ivy/rules.mk [new file with mode: 0644]