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 063f55ad3a..4d52d22c11 100644 --- a/keyboards/duck/tcv3/tcv3.c +++ b/keyboards/duck/tcv3/tcv3.c @@ -115,10 +115,6 @@ void backlight_set(uint8_t level) { // backlight_os_state & (1<<USB_LED_SCROLL_LOCK) ? (PORTB &= ~0b00010000) : (PORTB |= 0b00010000); // } -// bool process_record_kb(uint16_t keycode, keyrecord_t *record) { -// return process_record_user(keycode, record); -// } - // U5 Pin 1, 2, 3 connected to top left LEDs // U6 Pin 1, 2, 3 connected to bottom right leds col of 3 @@ -131,4 +127,4 @@ void backlight_set(uint8_t level) { // U5, U6, U7 Pin 8 VCC // U5, U6, U7 Pin 4 GRND -// U5 Pin 6 connected to atmega32u4 D4
\ No newline at end of file +// U5 Pin 6 connected to atmega32u4 D4 |