summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/config.h
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-05-20 09:44:07 +0900
committerGitHub <noreply@github.com>2019-05-20 09:44:07 +0900
commit5cb5e04f13d4a61a95b75da4a378c2f8b25b96fc (patch)
tree379c5608794df988ccba7d83811ef05f6f15ce6b /keyboards/ergodox_ez/config.h
parent689303e49f5ff1ca71df1d2d215148a8745539b8 (diff)
parent0554bced7c71fd60263931dbe85e08ac421fb5d3 (diff)
Merge pull request #32 from zsa/per_key_matrix_effects_part_1
Update to RGB Matrix LED structure
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
-rw-r--r--keyboards/ergodox_ez/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h
index d93ddc3cd7..d508cbf663 100644
--- a/keyboards/ergodox_ez/config.h
+++ b/keyboards/ergodox_ez/config.h
@@ -109,7 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DRIVER_COUNT 2
#define DRIVER_1_LED_TOTAL 24
#define DRIVER_2_LED_TOTAL 24
-#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL
+#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */