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/vitamins_included/rev2/rev2.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/vitamins_included/rev2/rev2.c')
| -rw-r--r-- | keyboards/vitamins_included/rev2/rev2.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/vitamins_included/rev2/rev2.c b/keyboards/vitamins_included/rev2/rev2.c index 7bdeebb03..15b47089e 100644 --- a/keyboards/vitamins_included/rev2/rev2.c +++ b/keyboards/vitamins_included/rev2/rev2.c | |||
| @@ -1,13 +1,5 @@ | |||
| 1 | #include "rev2.h" | 1 | #include "rev2.h" |
| 2 | 2 | ||
| 3 | |||
| 4 | #ifdef SSD1306OLED | ||
| 5 | void led_set_kb(uint8_t usb_led) { | ||
| 6 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
| 7 | led_set_user(usb_led); | ||
| 8 | } | ||
| 9 | #endif | ||
| 10 | |||
| 11 | bool is_keyboard_left(void) { | 3 | bool is_keyboard_left(void) { |
| 12 | #if defined(MASTER_LEFT) | 4 | #if defined(MASTER_LEFT) |
| 13 | return is_keyboard_master(); | 5 | return is_keyboard_master(); |
| @@ -25,7 +17,3 @@ bool is_keyboard_left(void) { | |||
| 25 | 17 | ||
| 26 | return is_keyboard_master(); | 18 | return is_keyboard_master(); |
| 27 | } | 19 | } |
| 28 | |||
| 29 | void matrix_init_kb(void) { | ||
| 30 | matrix_init_user(); | ||
| 31 | }; | ||
