]> git.donarmstrong.com Git - qmk_firmware.git/commit
Refactor and Configurator updates for AMJ Pad (#3060)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Mon, 28 May 2018 02:19:09 +0000 (19:19 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 28 May 2018 02:19:09 +0000 (19:19 -0700)
commita677d8a00dc7bb42c1d9ba29455d24f6d8bfaef6
treeb26303950a2b0914b7eb5eaa874c4618d088ebe1
parent3b1ddd12a53356196b565235c54d19e45bb17980
Refactor and Configurator updates for AMJ Pad (#3060)

* Refactor for AMJ Pad

* Configurator update for AMJ Pad

* Add hardware agnostic layouts numpad_6x4 and ortho_6x4

* Add agnostic layouts to rules.mk

* Refactor AMJ Pad to use new hardware agnostic layouts
13 files changed:
keyboards/amjpad/amjpad.h
keyboards/amjpad/info.json
keyboards/amjpad/keymaps/default/keymap.c
keyboards/amjpad/keymaps/max/keymap.c
keyboards/amjpad/keymaps/ortho_left/keymap.c
keyboards/amjpad/keymaps/ortho_right/keymap.c
keyboards/amjpad/rules.mk
layouts/default/numpad_6x4/default_numpad_6x4/keymap.c [new file with mode: 0644]
layouts/default/numpad_6x4/layout.json [new file with mode: 0644]
layouts/default/numpad_6x4/readme.md [new file with mode: 0644]
layouts/default/ortho_6x4/default_ortho_6x4/keymap.c [new file with mode: 0644]
layouts/default/ortho_6x4/layout.json [new file with mode: 0644]
layouts/default/ortho_6x4/readme.md [new file with mode: 0644]