diff options
Diffstat (limited to 'keyboards/hs60')
-rw-r--r-- | keyboards/hs60/v1/info.json | 3 | ||||
-rw-r--r-- | keyboards/hs60/v1/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/hs60/v1/info.json b/keyboards/hs60/v1/info.json index a8b59352cb..09290faa73 100644 --- a/keyboards/hs60/v1/info.json +++ b/keyboards/hs60/v1/info.json @@ -8,6 +8,9 @@ "pid": "0x0257", "device_version": "0.0.1" }, + "rgb_matrix": { + "driver": "IS31FL3731" + }, "matrix_pins": { "cols": ["F1", "F4", "F5", "E6", "F0", "B7", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5"], "rows": ["B0", "B1", "B2", "B3", "F7"] diff --git a/keyboards/hs60/v1/rules.mk b/keyboards/hs60/v1/rules.mk index 91c36443cd..7aa0a5ae51 100644 --- a/keyboards/hs60/v1/rules.mk +++ b/keyboards/hs60/v1/rules.mk @@ -15,7 +15,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output RGB_MATRIX_ENABLE = yes # Use RGB matrix -RGB_MATRIX_DRIVER = IS31FL3731 RAW_ENABLE = yes # Experimental features for zealcmd please do no enable |