diff options
Diffstat (limited to 'keyboards/tanuki')
-rw-r--r-- | keyboards/tanuki/config.h | 3 | ||||
-rw-r--r-- | keyboards/tanuki/info.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/tanuki/config.h b/keyboards/tanuki/config.h index 305eacfd35..f64c8ecd2a 100644 --- a/keyboards/tanuki/config.h +++ b/keyboards/tanuki/config.h @@ -32,13 +32,10 @@ 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 5 #define RGBLIGHT_HUE_STEP 10 #define RGBLIGHT_SAT_STEP 17 #define RGBLIGHT_VAL_STEP 17 -#define RGBLIGHT_SLEEP -#define TAPPING_TERM 200 /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/tanuki/info.json b/keyboards/tanuki/info.json index 8a858cf4f0..b741bac27e 100644 --- a/keyboards/tanuki/info.json +++ b/keyboards/tanuki/info.json @@ -8,6 +8,10 @@ "pid": "0x6464", "device_version": "0.0.1" }, + "rgblight": { + "led_count": 5, + "sleep": true + }, "ws2812": { "pin": "D1" }, |