summaryrefslogtreecommitdiff
path: root/keyboards/rubi/rubi.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rubi/rubi.c')
-rw-r--r--keyboards/rubi/rubi.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/rubi/rubi.c b/keyboards/rubi/rubi.c
index 89bf9caa6d..4f0536397f 100644
--- a/keyboards/rubi/rubi.c
+++ b/keyboards/rubi/rubi.c
@@ -63,12 +63,3 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return process_record_user_oled(keycode, record);
}
-
-
-bool led_update_kb(led_t led_state) {
- bool res = led_update_user(led_state);
- if (res) {
- gpio_write_pin(C6, led_state.num_lock);
- }
- return true;
-}