diff options
Diffstat (limited to 'keyboards/duck/tcv3/tcv3.c')
-rw-r--r-- | keyboards/duck/tcv3/tcv3.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/duck/tcv3/tcv3.c b/keyboards/duck/tcv3/tcv3.c index 063f55ad3..4d52d22c1 100644 --- a/keyboards/duck/tcv3/tcv3.c +++ b/keyboards/duck/tcv3/tcv3.c | |||
@@ -115,10 +115,6 @@ void backlight_set(uint8_t level) { | |||
115 | // backlight_os_state & (1<<USB_LED_SCROLL_LOCK) ? (PORTB &= ~0b00010000) : (PORTB |= 0b00010000); | 115 | // backlight_os_state & (1<<USB_LED_SCROLL_LOCK) ? (PORTB &= ~0b00010000) : (PORTB |= 0b00010000); |
116 | // } | 116 | // } |
117 | 117 | ||
118 | // bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
119 | // return process_record_user(keycode, record); | ||
120 | // } | ||
121 | |||
122 | // U5 Pin 1, 2, 3 connected to top left LEDs | 118 | // U5 Pin 1, 2, 3 connected to top left LEDs |
123 | 119 | ||
124 | // U6 Pin 1, 2, 3 connected to bottom right leds col of 3 | 120 | // U6 Pin 1, 2, 3 connected to bottom right leds col of 3 |
@@ -131,4 +127,4 @@ void backlight_set(uint8_t level) { | |||
131 | // U5, U6, U7 Pin 8 VCC | 127 | // U5, U6, U7 Pin 8 VCC |
132 | // U5, U6, U7 Pin 4 GRND | 128 | // U5, U6, U7 Pin 4 GRND |
133 | 129 | ||
134 | // U5 Pin 6 connected to atmega32u4 D4 \ No newline at end of file | 130 | // U5 Pin 6 connected to atmega32u4 D4 |