diff options
author | Joel Challis <git@zvecr.com> | 2024-02-14 00:55:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 00:55:39 +0000 |
commit | 7be40fd14373c73cae96484b536ad8498ecd1a88 (patch) | |
tree | 13c1a9f41c776bd293a99b655cc6cd56e8110db3 /keyboards/neson_design/700e | |
parent | 974e98ce59f7df1e1a2d8ef65d9a4e758db62b58 (diff) |
Migrate RGB Matrix config to info.json (#23000)
Diffstat (limited to 'keyboards/neson_design/700e')
-rw-r--r-- | keyboards/neson_design/700e/config.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/keyboards/neson_design/700e/config.h b/keyboards/neson_design/700e/config.h index 2fdcead121..d92c9deb5d 100644 --- a/keyboards/neson_design/700e/config.h +++ b/keyboards/neson_design/700e/config.h @@ -18,22 +18,8 @@ */ #pragma once -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - - -#define DRIVER_1_LED_TOTAL 32 -#define DRIVER_2_LED_TOTAL 32 #define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND #define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_VCC -#define IS31FL3731_LED_COUNT (DRIVER_1_LED_TOTAL+DRIVER_2_LED_TOTAL) +#define IS31FL3731_LED_COUNT 64 #define USB_SUSPEND_WAKEUP_DELAY 1000 |