aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hineybush
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hineybush')
-rw-r--r--keyboards/hineybush/h87a/keymaps/wkl/keymap.c2
-rw-r--r--keyboards/hineybush/h88/h88.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hineybush/h87a/keymaps/wkl/keymap.c b/keyboards/hineybush/h87a/keymaps/wkl/keymap.c
index 72b4d4e44..e3e410823 100644
--- a/keyboards/hineybush/h87a/keymaps/wkl/keymap.c
+++ b/keyboards/hineybush/h87a/keymaps/wkl/keymap.c
@@ -59,7 +59,6 @@ void led_set_user(uint8_t usb_led) {
59 writePinLow(D5); 59 writePinLow(D5);
60 } else { 60 } else {
61 setPinInput(D5); 61 setPinInput(D5);
62 writePinLow(D5);
63 } 62 }
64 63
65 if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) { 64 if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) {
@@ -67,7 +66,6 @@ void led_set_user(uint8_t usb_led) {
67 writePinLow(E6); 66 writePinLow(E6);
68 } else { 67 } else {
69 setPinInput(E6); 68 setPinInput(E6);
70 writePinLow(E6);
71 } 69 }
72 70
73} 71}
diff --git a/keyboards/hineybush/h88/h88.c b/keyboards/hineybush/h88/h88.c
index 46d639390..1f702e9e9 100644
--- a/keyboards/hineybush/h88/h88.c
+++ b/keyboards/hineybush/h88/h88.c
@@ -54,7 +54,6 @@ void led_set_user(uint8_t usb_led) {
54 writePinLow(D5); 54 writePinLow(D5);
55 } else { 55 } else {
56 setPinInput(D5); 56 setPinInput(D5);
57 writePinLow(D5);
58 } 57 }
59 58
60 if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) { 59 if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) {
@@ -62,7 +61,6 @@ void led_set_user(uint8_t usb_led) {
62 writePinLow(E6); 61 writePinLow(E6);
63 } else { 62 } else {
64 setPinInput(E6); 63 setPinInput(E6);
65 writePinLow(E6);
66 } 64 }
67 65
68} 66}