]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/jj40/backlight_custom.h
[Keyboard] Waldo 60 PCB Refactor (#5583)
[qmk_firmware.git] / keyboards / jj40 / backlight_custom.h
1 /**
2  * Backlighting code for PS2AVRGB boards (ATMEGA32A)
3  * Kenneth A. (github.com/krusli | krusli.me)
4  */
5
6 #ifndef BACKLIGHT_CUSTOM_H
7 #define BACKLIGHT_CUSTOM_H
8
9 #include <avr/pgmspace.h>
10 void b_led_init_ports(void);
11 void b_led_set(uint8_t level);
12 void b_led_task(void);
13 void setPWM(uint16_t xValue);
14
15 #endif  // BACKLIGHT_CUSTOM_H