YMD96 complete QMK port (#3105)
* readded code for YMD96 full working * added jj50 layout back
This commit is contained in:
parent
74d86832c3
commit
b36a1ef61b
17 changed files with 650 additions and 43 deletions
15
keyboards/ymd96/backlight_custom.h
Normal file
15
keyboards/ymd96/backlight_custom.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* Backlighting code for PS2AVRGB boards (ATMEGA32A)
|
||||
* Kenneth A. (github.com/krusli | krusli.me)
|
||||
*/
|
||||
|
||||
#ifndef BACKLIGHT_CUSTOM_H
|
||||
#define BACKLIGHT_CUSTOM_H
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
void b_led_init_ports(void);
|
||||
void b_led_set(uint8_t level);
|
||||
void b_led_task(void);
|
||||
void setPWM(uint16_t xValue);
|
||||
|
||||
#endif // BACKLIGHT_CUSTOM_H
|
Loading…
Add table
Add a link
Reference in a new issue