diff options
author | Joel Challis <git@zvecr.com> | 2020-11-21 19:11:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:11:50 +0000 |
commit | 95fd2ce81a394d972d922b7be34a99752aed9e31 (patch) | |
tree | f09ac6312037356da157ccd1304a0552c2bffadf /keyboards/clueboard/17/17.c | |
parent | 23222625c201cd960a5b4a99ee52e74d4c13bba9 (diff) |
Refactor to use led config - Part 4 (#10967)
* Refactor to use led config
* Refactor to use led_update_kb
Diffstat (limited to 'keyboards/clueboard/17/17.c')
-rw-r--r-- | keyboards/clueboard/17/17.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/clueboard/17/17.c b/keyboards/clueboard/17/17.c index 9e8ca644ec..44b55a323b 100644 --- a/keyboards/clueboard/17/17.c +++ b/keyboards/clueboard/17/17.c @@ -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); |