diff options
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/hs60/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/hs60/config.h b/keyboards/hs60/config.h index 185b31cf61..d37fc8990d 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 |