summaryrefslogtreecommitdiff
path: root/keyboards/hineybush/h87a/keymaps/wkl/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hineybush/h87a/keymaps/wkl/keymap.c')
-rw-r--r--keyboards/hineybush/h87a/keymaps/wkl/keymap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/hineybush/h87a/keymaps/wkl/keymap.c b/keyboards/hineybush/h87a/keymaps/wkl/keymap.c
index 72b4d4e44d..e3e4108233 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) {
writePinLow(D5);
} else {
setPinInput(D5);
- writePinLow(D5);
}
if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) {
@@ -67,7 +66,6 @@ void led_set_user(uint8_t usb_led) {
writePinLow(E6);
} else {
setPinInput(E6);
- writePinLow(E6);
}
}