diff options
Diffstat (limited to 'keyboards/tanuki')
-rw-r--r-- | keyboards/tanuki/config.h | 1 | ||||
-rw-r--r-- | keyboards/tanuki/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/tanuki/config.h b/keyboards/tanuki/config.h index 305eacfd35..e3d6e2b907 100644 --- a/keyboards/tanuki/config.h +++ b/keyboards/tanuki/config.h @@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 10 #define RGBLIGHT_SAT_STEP 17 #define RGBLIGHT_VAL_STEP 17 -#define RGBLIGHT_SLEEP #define TAPPING_TERM 200 /* diff --git a/keyboards/tanuki/info.json b/keyboards/tanuki/info.json index 8a858cf4f0..b2b5b2f66f 100644 --- a/keyboards/tanuki/info.json +++ b/keyboards/tanuki/info.json @@ -8,6 +8,9 @@ "pid": "0x6464", "device_version": "0.0.1" }, + "rgblight": { + "sleep": true + }, "ws2812": { "pin": "D1" }, |