]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix HS60 config for ANSI keymap (#3054)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Sat, 26 May 2018 03:07:06 +0000 (04:07 +0100)
committerDrashna Jaelre <drashna@live.com>
Sat, 26 May 2018 03:07:06 +0000 (20:07 -0700)
- This is mostly for safety

keyboards/hs60/config.h

index 185b31cf61a9fc83c99b0c8915799bf74828b957..d37fc8990d414b8498b4eaaae68e827276c0458d 100644 (file)
@@ -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