summaryrefslogtreecommitdiffstats
path: root/keyboards/amj96/amj96.c
Commit message (Collapse)AuthorAgeFilesLines
* move amj keyboards into amjkeyboard vendor folder (#15733)peepeetee2022-04-201-16/+0
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove empty override functions (#14312)Ryan2021-09-051-27/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* AMJ96 Support (#2651)MechMerlin2018-03-311-0/+43
* 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