Move RGBLIGHT_SLEEP to data driven (#21072)

This commit is contained in:
Ryan 2023-06-16 14:04:45 +10:00 committed by GitHub
parent 579db6131e
commit 2367d8129c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
805 changed files with 991 additions and 563 deletions

View file

@ -8,8 +8,6 @@
#define SPLIT_HAND_MATRIX_GRID B5, F6
#define MATRIX_MASKED
#define RGBLIGHT_SLEEP
/* Haptic hardware */
// The Pimoroni is the likely hardware, for which these settings work
#define FB_ERM_LRA 1

View file

@ -36,7 +36,8 @@
"split": true,
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8
"brightness_steps": 8,
"sleep": true
},
"ws2812": {
"pin": "D3"

View file

@ -3,8 +3,6 @@
#pragma once
#define RGBLIGHT_SLEEP
/* Haptic hardware */
// The Pimoroni is the likely hardware, for which these settings work
#define FB_ERM_LRA 1

View file

@ -37,7 +37,8 @@
"split": true,
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8
"brightness_steps": 8,
"sleep": true
},
"ws2812": {
"pin": "D3"

View file

@ -8,8 +8,6 @@
#define SPLIT_HAND_MATRIX_GRID B5, F6
#define MATRIX_MASKED
#define RGBLIGHT_SLEEP
/* Haptic hardware */
// The Pimoroni is the likely hardware, for which these settings work
#define FB_ERM_LRA 1

View file

@ -36,7 +36,8 @@
"split": true,
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8
"brightness_steps": 8,
"sleep": true
},
"ws2812": {
"pin": "D3"