]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adding Navi10 macropad (#7556)
authorEthan Durrant <5387347+emdarcher@users.noreply.github.com>
Mon, 9 Dec 2019 06:31:30 +0000 (23:31 -0700)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Mon, 9 Dec 2019 06:31:30 +0000 (22:31 -0800)
commit6c834dea7b506db480ae7a96f3b35f955824d4ec
treebf48a09503d2945189c3067e6dfb04509f590511
parentb3c7864990be0a80177aa35b32fb000419696636
[Keyboard] Adding Navi10 macropad (#7556)

* working on keymap and files for the navi10

* fixing and modifying tap dance keys and layers

* cleanup, and adding my separate keymap

* edited and simplified the default keymap

* cleaned up files and added support for future rev2 board

* readme edits

* moved rev0 specific keymap to it's own folder

* added revision data to the config files

* added DEFAULT_FOLDER

* added note on compiling for a specific revision

* documentation and readme edits

* moved keymaps around and cleaned up

* added photo

* formatting and cleanup

* fixing whitespace

* moving the tap dance enable to keymap folders
21 files changed:
keyboards/navi10/info.json [new file with mode: 0644]
keyboards/navi10/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/navi10/keymaps/default/readme.md [new file with mode: 0644]
keyboards/navi10/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/navi10/keymaps/emdarcher/keymap.c [new file with mode: 0644]
keyboards/navi10/keymaps/emdarcher/readme.md [new file with mode: 0644]
keyboards/navi10/keymaps/emdarcher/rules.mk [new file with mode: 0644]
keyboards/navi10/readme.md [new file with mode: 0644]
keyboards/navi10/rev0/config.h [new file with mode: 0644]
keyboards/navi10/rev0/rev0.c [new file with mode: 0644]
keyboards/navi10/rev0/rev0.h [new file with mode: 0644]
keyboards/navi10/rev0/rules.mk [new file with mode: 0644]
keyboards/navi10/rev2/config.h [new file with mode: 0644]
keyboards/navi10/rev2/rev2.c [new file with mode: 0644]
keyboards/navi10/rev2/rev2.h [new file with mode: 0644]
keyboards/navi10/rev2/rules.mk [new file with mode: 0644]
keyboards/navi10/rev3/config.h [new file with mode: 0644]
keyboards/navi10/rev3/rev3.c [new file with mode: 0644]
keyboards/navi10/rev3/rev3.h [new file with mode: 0644]
keyboards/navi10/rev3/rules.mk [new file with mode: 0644]
keyboards/navi10/rules.mk [new file with mode: 0644]