summaryrefslogtreecommitdiff
path: root/keyboards/lazydesigners/dimple/dimple.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lazydesigners/dimple/dimple.c')
-rw-r--r--keyboards/lazydesigners/dimple/dimple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lazydesigners/dimple/dimple.c b/keyboards/lazydesigners/dimple/dimple.c
index 69fb2253fc..6bbb9a0477 100644
--- a/keyboards/lazydesigners/dimple/dimple.c
+++ b/keyboards/lazydesigners/dimple/dimple.c
@@ -16,11 +16,11 @@
#include "dimple.h"
void dimple_led_on() {
- writePinHigh(E6);
+ writePinLow(E6);
}
void dimple_led_off() {
- writePinLow(E6);
+ writePinHigh(E6);
}
void keyboard_pre_init_kb(void) {