summaryrefslogtreecommitdiffstats
path: root/keyboards/hs60
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2018-05-26 05:07:06 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-26 05:07:06 +0200
commita659666e8af1643cd7a0273259dd0a782b5e5cc6 (patch)
tree7714f96435beaf2f7069e0f4439f666c84f3c88a /keyboards/hs60
parent9200934de79882ce20299503f7c02cece8d80de6 (diff)
downloadqmk_firmware-a659666e8af1643cd7a0273259dd0a782b5e5cc6.tar.gz
qmk_firmware-a659666e8af1643cd7a0273259dd0a782b5e5cc6.tar.xz
Fix HS60 config for ANSI keymap (#3054)
- This is mostly for safety
Diffstat (limited to 'keyboards/hs60')
-rw-r--r--keyboards/hs60/config.h6
1 files changed, 6 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#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