]> git.donarmstrong.com Git - qmk_firmware.git/commit
Backlight and RGB now working for JJ50 (#2929)
authorWarmCat <32871908+WarmCatUK@users.noreply.github.com>
Thu, 10 May 2018 15:28:58 +0000 (16:28 +0100)
committerDrashna Jaelre <drashna@live.com>
Thu, 10 May 2018 15:28:58 +0000 (08:28 -0700)
commit933842067df08e7d0515049509bdd3fa73b334e1
tree0e777c72e7f357ec45c9f294d80bda3f5915302e
parentc5264d6d89899f19bdeeaf9e2daeb90531617a48
Backlight and RGB now working for JJ50 (#2929)

* 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

* Tidied up jj50 code, backlight and RGB is now working.

* Renaming "KEYMAP" to "LAYOUT" to adhere to the new QMK standards.
13 files changed:
keyboards/jj50/README.md
keyboards/jj50/backlight.c [new file with mode: 0644]
keyboards/jj50/backlight_custom.h [new file with mode: 0644]
keyboards/jj50/breathing_custom.h [new file with mode: 0644]
keyboards/jj50/config.h
keyboards/jj50/jj50.c
keyboards/jj50/jj50.h
keyboards/jj50/keymaps/default/keymap.c
keyboards/jj50/matrix.c
keyboards/jj50/rules.mk
keyboards/jj50/usbconfig.h
keyboards/ymd96/keymaps/JJ50/keymap.c
keyboards/ymd96/ymd96.h