summaryrefslogtreecommitdiff
path: root/keyboards/handwired/jotanck/config.h
diff options
context:
space:
mode:
authorjotix <47826561+jotix@users.noreply.github.com>2019-06-01 17:26:46 -0300
committerDrashna Jaelre <drashna@live.com>2019-06-01 13:26:46 -0700
commit016a258301e309973fcc9f4083b6b8591050cb6d (patch)
tree7b4f7dad8041c9142fecdeabe3016c153829b03d /keyboards/handwired/jotanck/config.h
parent9f5733b5951d3b8c59cd06ea89aa86784c025122 (diff)
[Keymap] add 2 custom leds to handwired/jotanck (#6042)
* add JOTANCK_LED1&2 * set BACKLIGHT_ENABLE = no * add 2 custom leds * swap custom led pins 1&2 * readme update * update default keymap
Diffstat (limited to 'keyboards/handwired/jotanck/config.h')
-rw-r--r--keyboards/handwired/jotanck/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/handwired/jotanck/config.h b/keyboards/handwired/jotanck/config.h
index 38b77586ec..cbbd6ea96e 100644
--- a/keyboards/handwired/jotanck/config.h
+++ b/keyboards/handwired/jotanck/config.h
@@ -20,11 +20,9 @@
#define UNUSED_PINS
/* leds */
-#define QMK_LED B4
-#define BACKLIGHT_LEVELS 3
-#define BACKLIGHT_PIN B5
-#define BACKLIGHT_BREATHING
-#define BREATHING_PERIOD 5
+#define JOTANCK_LEDS
+#define JOTANCK_LED1 B5
+#define JOTANCK_LED2 B4
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW