]> git.donarmstrong.com Git - qmk_firmware.git/commit
AMJ96 Support (#2651)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 31 Mar 2018 05:57:49 +0000 (22:57 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 31 Mar 2018 05:57:49 +0000 (01:57 -0400)
commit015aed50a36ba9582fb24023f2ecc4f14b16dcfd
tree3335cc5c50ae5dca4944c5c7f778851a1d2055b3
parentc6b5ce61e8b3eea331e2b691cf4eb3b01dab5020
AMJ96 Support (#2651)

* Initial commit: Get things compiling

* port the custom matrix code

* Update readme

* make second layer fully transparent

* populate config.h identifiers with more correct information

* Add in switch backlight support

* Enable backlight LEDs, and change pin for RGB

* port TMK version over

* remove all that TMK stuff, it didn't work lol

* Updated readme

* Fix keymap

- Change KEYMAP to LAYOUT
- Adjust formatting of table

* Edit readme to reflect NOTES

* add info.json for QMK configurator support

* Replaced placeholder with MechMerlin
keyboards/amj96/amj96.c [new file with mode: 0644]
keyboards/amj96/amj96.h [new file with mode: 0644]
keyboards/amj96/config.h [new file with mode: 0644]
keyboards/amj96/info.json [new file with mode: 0644]
keyboards/amj96/keymaps/default/config.h [new file with mode: 0644]
keyboards/amj96/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/amj96/keymaps/default/readme.md [new file with mode: 0644]
keyboards/amj96/matrix.c [new file with mode: 0644]
keyboards/amj96/readme.md [new file with mode: 0644]
keyboards/amj96/rules.mk [new file with mode: 0644]