summaryrefslogtreecommitdiff
path: root/keyboards/cx60
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cx60')
-rw-r--r--keyboards/cx60/config.h4
-rw-r--r--keyboards/cx60/info.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/cx60/config.h b/keyboards/cx60/config.h
index f14a164f57..b0b899c644 100644
--- a/keyboards/cx60/config.h
+++ b/keyboards/cx60/config.h
@@ -27,7 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
-#define RGBLED_NUM 14
-#define RGBLIGHT_HUE_STEP 10
-#define RGBLIGHT_SAT_STEP 17
-#define RGBLIGHT_VAL_STEP 17
diff --git a/keyboards/cx60/info.json b/keyboards/cx60/info.json
index 89da7fa8b3..b0323767ac 100644
--- a/keyboards/cx60/info.json
+++ b/keyboards/cx60/info.json
@@ -21,6 +21,10 @@
"caps_lock": "B5",
"on_state": 0
},
+ "rgblight": {
+ "hue_steps": 10,
+ "led_count": 14
+ },
"ws2812": {
"pin": "B6"
},