diff options
Diffstat (limited to 'keyboards/1upkeyboards/1up60hte/config.h')
-rw-r--r-- | keyboards/1upkeyboards/1up60hte/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/1up60hte/config.h b/keyboards/1upkeyboards/1up60hte/config.h index 8c4d2fc30..c3ba030de 100644 --- a/keyboards/1upkeyboards/1up60hte/config.h +++ b/keyboards/1upkeyboards/1up60hte/config.h | |||
@@ -40,6 +40,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | /* COL2ROW or ROW2COL */ | 40 | /* COL2ROW or ROW2COL */ |
41 | #define DIODE_DIRECTION COL2ROW | 41 | #define DIODE_DIRECTION COL2ROW |
42 | 42 | ||
43 | #define LED_CAPS_LOCK_PIN B6 | ||
44 | #define LED_PIN_ON_STATE 0 | ||
45 | |||
43 | /* number of backlight levels */ | 46 | /* number of backlight levels */ |
44 | #define BACKLIGHT_PIN B7 | 47 | #define BACKLIGHT_PIN B7 |
45 | #ifdef BACKLIGHT_PIN | 48 | #ifdef BACKLIGHT_PIN |