Refactor to use led config - Part 4 (#10967)

* Refactor to use led config

* Refactor to use led_update_kb
This commit is contained in:
Joel Challis
2020-11-21 19:11:50 +00:00
committed by GitHub
parent 23222625c2
commit 95fd2ce81a
15 changed files with 36 additions and 230 deletions

View File

@@ -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);