diff options
| author | Ryan <fauxpark@gmail.com> | 2023-11-01 11:53:45 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 00:53:45 +0000 |
| commit | b52aca0af83fade24c56b4bb7369f18183123bd3 (patch) | |
| tree | 9b553c4b771717cc334f3c8683052bc701472c4d /keyboards/hs60 | |
| parent | eac8e6788871a087eafdc5492eee425a7205d727 (diff) | |
Relocate LED driver init code (#22365)
Diffstat (limited to 'keyboards/hs60')
| -rw-r--r-- | keyboards/hs60/v2/ansi/config.h | 2 | ||||
| -rw-r--r-- | keyboards/hs60/v2/hhkb/config.h | 2 | ||||
| -rw-r--r-- | keyboards/hs60/v2/iso/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hs60/v2/ansi/config.h b/keyboards/hs60/v2/ansi/config.h index 3600b30feb..e4dc24dc33 100644 --- a/keyboards/hs60/v2/ansi/config.h +++ b/keyboards/hs60/v2/ansi/config.h | |||
| @@ -55,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | 55 | ||
| 56 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND | 56 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND |
| 57 | #define IS31FL3733_DRIVER_COUNT 1 | 57 | #define IS31FL3733_DRIVER_COUNT 1 |
| 58 | #define RGB_MATRIX_LED_COUNT 64 | 58 | #define IS31FL3733_LED_COUNT 64 |
| 59 | 59 | ||
| 60 | // These define which keys in the matrix are alphas/mods | 60 | // These define which keys in the matrix are alphas/mods |
| 61 | // Used for backlight effects so colors are different for | 61 | // Used for backlight effects so colors are different for |
diff --git a/keyboards/hs60/v2/hhkb/config.h b/keyboards/hs60/v2/hhkb/config.h index bdc27435cf..029e1ebb18 100644 --- a/keyboards/hs60/v2/hhkb/config.h +++ b/keyboards/hs60/v2/hhkb/config.h | |||
| @@ -55,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | 55 | ||
| 56 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND | 56 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND |
| 57 | #define IS31FL3733_DRIVER_COUNT 1 | 57 | #define IS31FL3733_DRIVER_COUNT 1 |
| 58 | #define RGB_MATRIX_LED_COUNT 64 | 58 | #define IS31FL3733_LED_COUNT 64 |
| 59 | 59 | ||
| 60 | // These define which keys in the matrix are alphas/mods | 60 | // These define which keys in the matrix are alphas/mods |
| 61 | // Used for backlight effects so colors are different for | 61 | // Used for backlight effects so colors are different for |
diff --git a/keyboards/hs60/v2/iso/config.h b/keyboards/hs60/v2/iso/config.h index 9a9a4ed623..52cada51a6 100644 --- a/keyboards/hs60/v2/iso/config.h +++ b/keyboards/hs60/v2/iso/config.h | |||
| @@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | 52 | ||
| 53 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND | 53 | #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND |
| 54 | #define IS31FL3733_DRIVER_COUNT 1 | 54 | #define IS31FL3733_DRIVER_COUNT 1 |
| 55 | #define RGB_MATRIX_LED_COUNT 64 | 55 | #define IS31FL3733_LED_COUNT 64 |
| 56 | 56 | ||
| 57 | // These define which keys in the matrix are alphas/mods | 57 | // These define which keys in the matrix are alphas/mods |
| 58 | // Used for backlight effects so colors are different for | 58 | // Used for backlight effects so colors are different for |
