diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-06 06:36:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 21:36:31 +0100 |
commit | fe6d6cf76dc827adb2f46d55217dc189eae21b02 (patch) | |
tree | e97fc05d0efb3064a0c89f719cc5df865959d651 /keyboards/duck/tcv3/tcv3.c | |
parent | 8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942 (diff) | |
download | qmk_firmware-fe6d6cf76dc827adb2f46d55217dc189eae21b02.tar.gz qmk_firmware-fe6d6cf76dc827adb2f46d55217dc189eae21b02.zip |
Remove empty override functions (#14312)
* Remove empty override functions, 0-9
* Remove empty override functions, A-D
* Remove empty override functions, E-H
* Remove empty override functions, handwired
* Remove empty override functions, I-L
* Remove empty override functions, M-P
* Remove empty override functions, Q-T
* Remove empty override functions, U-Z
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 |