aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk_np21/ymdk_np21.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-1/+0
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Invert Num Lock LED state (#7945)clovervidia2020-01-201-1/+1
|
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-181-12/+11
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* Convert remaining PS2AVRGB boards to I2C WS2812 driver (#7245)fauxpark2019-11-031-45/+0
| | | | | | * Convert remaining PS2AVRGB boards to I2C WS2812 driver * Add back functions to make the custom matrices happy
* Fix YMDK NP21 keyboard to use proper keyboard level functions (#3042)Drashna Jaelre2018-10-011-2/+4
| | | | | | | | | | | | * Use proper function levels * Add matrix init functions * Convert KEYMAP to LAYOUT Or @mechmerlin is going to hunt me down and harm me... probably :) * Fix conflict issues
* Support for YMDK NP21 (#2316)sanosis2018-01-281-0/+80
* ymdk_np21 initial support Base support of ymdk_np21 - based on jj40. Full grid layout * Update README.md Replacing description. * Adding YMDK NP21 to comunity list. Adding YMDK NP21 to community supported list.