Added YMD75 support (#2968)
* Adding ymd75 files * Added YMD75 support, inc layout json * Added YMD75 support
This commit is contained in:
parent
7d49a17781
commit
2b06623fa0
15 changed files with 1538 additions and 0 deletions
15
keyboards/ymd75/backlight_custom.h
Normal file
15
keyboards/ymd75/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