From 034a25aedf5e0ddba2b05f4b3534c1522330d5cd Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 29 May 2018 11:01:24 -0400 Subject: Keymap fixes (#3074) * Fix keymap to use correct macro * Make sure RGBLED_NUM is defined to a value --- layouts/community/ortho_4x12/xyverz/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/community/ortho_4x12/xyverz/config.h b/layouts/community/ortho_4x12/xyverz/config.h index cf83cbf19..a5ddc2e73 100644 --- a/layouts/community/ortho_4x12/xyverz/config.h +++ b/layouts/community/ortho_4x12/xyverz/config.h @@ -13,10 +13,10 @@ #define RGB_DI_PIN D1 #endif #ifdef KEYBOARD_levinson_rev2 - #define RGBLED_NUM + #define RGBLED_NUM 1 #endif #ifdef KEYBOARD_lets_split_rev2 - #define RGBLED_NUM + #define RGBLED_NUM 1 #endif #define RGBLIGHT_ANIMATIONS -- cgit v1.2.3-24-g4f1b