diff options
author | jotix <47826561+jotix@users.noreply.github.com> | 2020-04-12 14:25:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 10:25:09 -0700 |
commit | 8a5c1e1859b22dff89d6f0200c258857e3f8c2a5 (patch) | |
tree | 97bc65c7cbe9c842a51c7fa138975a1cdccf2a5c /keyboards/handwired/jotpad16/config.h | |
parent | 6265b783073e943b8f5b2f7118a2ec8df1fd2ebc (diff) |
[Keyboard] jotpad16 status leds (#8643)
* jotpad16 status leds
* jotpad16
* readme.md
Diffstat (limited to 'keyboards/handwired/jotpad16/config.h')
-rw-r--r-- | keyboards/handwired/jotpad16/config.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/handwired/jotpad16/config.h b/keyboards/handwired/jotpad16/config.h index 075f9649c7..dc6bb79593 100644 --- a/keyboards/handwired/jotpad16/config.h +++ b/keyboards/handwired/jotpad16/config.h @@ -16,13 +16,14 @@ /* pro_micro pin-out */ #define MATRIX_ROW_PINS { B6, B2, D2, D3 } -#define MATRIX_COL_PINS { B5, B4, B3, B1 } +#define MATRIX_COL_PINS { E6, D7, B3, B1 } #define UNUSED_PINS /* leds */ -#define QMK_LED E6 -#define BACKLIGHT_LEVELS 3 -#define BACKLIGHT_PIN D7 +#define JOTPAD16_LEDS +#define JOTPAD16_LED1 B5 +#define JOTPAD16_LED2 B4 +#define QMK_LED B5 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |