]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added basic support for JJ50 (preonic-like based on atmega32A) (#2546)
authorWarmCat <32871908+WarmCatUK@users.noreply.github.com>
Sat, 24 Mar 2018 17:03:24 +0000 (17:03 +0000)
committerJack Humbert <jack.humb@gmail.com>
Sat, 24 Mar 2018 17:03:24 +0000 (13:03 -0400)
commit00dfa73e4c642c296bbdbb92ab8202e2e1604ce7
tree5a432209b3ae424c133d808fa4193f42eaf7d1e4
parent4adc333455f6f9f990e83df074c93f9c11e25883
Added basic support for JJ50 (preonic-like based on atmega32A) (#2546)

* Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started.

* Added support for JJ50
13 files changed:
keyboards/jj50/README.md [new file with mode: 0644]
keyboards/jj50/config.h [new file with mode: 0644]
keyboards/jj50/i2c.c [new file with mode: 0644]
keyboards/jj50/i2c.h [new file with mode: 0644]
keyboards/jj50/jj50.c [new file with mode: 0644]
keyboards/jj50/jj50.h [new file with mode: 0644]
keyboards/jj50/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/jj50/matrix.c [new file with mode: 0644]
keyboards/jj50/program [new file with mode: 0644]
keyboards/jj50/rules.mk [new file with mode: 0644]
keyboards/jj50/usbconfig.h [new file with mode: 0644]
keyboards/ymd96/keymaps/JJ50/keymap.c [new file with mode: 0644]
keyboards/ymd96/ymd96.h