summaryrefslogtreecommitdiffstats
path: root/keyboards/jj50/jj50.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert remaining PS2AVRGB boards to I2C WS2812 driver (#7245)fauxpark2019-11-031-58/+9
| | | | | | * Convert remaining PS2AVRGB boards to I2C WS2812 driver * Add back functions to make the custom matrices happy
* Backlight and RGB now working for JJ50 (#2929)WarmCat2018-05-101-6/+55
| | | | | | | | | | * 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.
* Added basic support for JJ50 (preonic-like based on atmega32A) (#2546)WarmCat2018-03-241-0/+45
* 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