1
0
Fork 0

YMD96 complete QMK port (#3105)

* readded code for YMD96 full working

* added jj50 layout back
This commit is contained in:
Harshit Goel 2018-06-02 00:37:49 +05:30 committed by Drashna Jaelre
parent 74d86832c3
commit b36a1ef61b
17 changed files with 650 additions and 43 deletions

View 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