diff options
author | Joel Challis <git@zvecr.com> | 2024-01-01 02:40:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 02:40:10 +0000 |
commit | 0ea32032050962cae1852cf75620185254c199a5 (patch) | |
tree | ba2beb4f9baf2d8bd40ae1914f5074b6242f52f2 | |
parent | b12b5485bce9be56c33fd154bb96b38e82b736ad (diff) |
Temporary fix for mechlovin/olly/octagon (#22796)
-rw-r--r-- | keyboards/mechlovin/olly/octagon/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mechlovin/olly/octagon/config.h b/keyboards/mechlovin/olly/octagon/config.h index 791bfee784..6f9d5f9a02 100644 --- a/keyboards/mechlovin/olly/octagon/config.h +++ b/keyboards/mechlovin/olly/octagon/config.h @@ -19,6 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_SDA +#define LED_MATRIX_LED_COUNT 94 + #define I2C_DRIVER I2CD2 #define I2C1_SCL_PIN B10 #define I2C1_SDA_PIN B11 |