diff options
author | jotix <47826561+jotix@users.noreply.github.com> | 2019-06-01 17:26:46 -0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-01 13:26:46 -0700 |
commit | 016a258301e309973fcc9f4083b6b8591050cb6d (patch) | |
tree | 7b4f7dad8041c9142fecdeabe3016c153829b03d /keyboards/handwired/jotanck/config.h | |
parent | 9f5733b5951d3b8c59cd06ea89aa86784c025122 (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.h | 8 |
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 |