forked from Github/qmk_firmware
Refactor to use led config - Part 4 (#10967)
* Refactor to use led config * Refactor to use led_update_kb
This commit is contained in:
@@ -2,16 +2,6 @@
|
||||
|
||||
int pwm_level;
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
matrix_init_user();
|
||||
};
|
||||
|
||||
void led_set_kb(uint8_t usb_led) {
|
||||
print("led_set\n");
|
||||
}
|
||||
|
||||
void backlight_init_ports(void) {
|
||||
// Set C7 to output
|
||||
DDRC |= (1<<7);
|
||||
|
Reference in New Issue
Block a user