]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adding KeyHive Maypad (#6287)
authorCody Bender <50554676+codybender@users.noreply.github.com>
Thu, 11 Jul 2019 20:01:17 +0000 (14:01 -0600)
committerDrashna Jaelre <drashna@live.com>
Thu, 11 Jul 2019 20:01:17 +0000 (13:01 -0700)
commit475d2c0c303e9f57d7034fd478ceb724fdd0df44
treef2c4a0f1c2aeabb332efa96430dff304fa2cc1b0
parent2121de919253b52e94e66e3eae6af01c3f56f463
[Keyboard] Adding KeyHive Maypad (#6287)

* added files for KeyHive Maypad

* updated maypad files and moved honeycomb inside keyhive dir

* fixed file paths, incorporated changes with fauxpark's suggestions, undid honeycomb move

* updated with fixes from PR

* added new lines to end of honeycomb files to fix compiling

* Updated info.json to match the macro name from maypad.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* reordered layout in info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* removed KEYMAP from maypad.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* removed extraneous keymap files

* pulled qmk/master for honeycomb

* added ortho_5x4 and keymap cleanup

* matched identities in maypad.h

* added bootmagic functionality to maypad

* changed bootmagic to lite
keyboards/keyhive/maypad/config.h [new file with mode: 0644]
keyboards/keyhive/maypad/info.json [new file with mode: 0644]
keyboards/keyhive/maypad/keymaps/default/config.h [new file with mode: 0644]
keyboards/keyhive/maypad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/keyhive/maypad/keymaps/default/readme.md [new file with mode: 0644]
keyboards/keyhive/maypad/maypad.c [new file with mode: 0644]
keyboards/keyhive/maypad/maypad.h [new file with mode: 0644]
keyboards/keyhive/maypad/readme.md [new file with mode: 0644]
keyboards/keyhive/maypad/rules.mk [new file with mode: 0644]