From a659666e8af1643cd7a0273259dd0a782b5e5cc6 Mon Sep 17 00:00:00 2001 From: yiancar Date: Sat, 26 May 2018 04:07:06 +0100 Subject: [PATCH] Fix HS60 config for ANSI keymap (#3054) - This is mostly for safety --- keyboards/hs60/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keyboards/hs60/config.h b/keyboards/hs60/config.h index 185b31cf6..d37fc8990 100644 --- a/keyboards/hs60/config.h +++ b/keyboards/hs60/config.h @@ -133,7 +133,13 @@ along with this program. If not, see . #define DRIVER_COUNT 2 #define DRIVER_1_LED_TOTAL 30 + +#ifdef HS60_ANSI +#define DRIVER_2_LED_TOTAL 31 +#else #define DRIVER_2_LED_TOTAL 32 +#endif + #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL #endif -- 2.39.2