diff options
author | Joel Challis <git@zvecr.com> | 2024-02-14 00:54:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 00:54:14 +0000 |
commit | 974e98ce59f7df1e1a2d8ef65d9a4e758db62b58 (patch) | |
tree | b560bd013d9d17f7155331eb9763ecd009102766 /keyboards/keychron/q8 | |
parent | c8c55e32201a04ac8845a799d47d3539764105a1 (diff) |
Migrate RGB Matrix config to info.json (#22998)
Diffstat (limited to 'keyboards/keychron/q8')
-rw-r--r-- | keyboards/keychron/q8/config.h | 3 | ||||
-rw-r--r-- | keyboards/keychron/q8/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/keychron/q8/config.h b/keyboards/keychron/q8/config.h index df9c1a9a30..934e1b54fc 100644 --- a/keyboards/keychron/q8/config.h +++ b/keyboards/keychron/q8/config.h @@ -36,6 +36,3 @@ /* Encoder Configuration */ #define ENCODER_DEFAULT_POS 0x3 - -/* Turn off effects when suspended */ -#define RGB_MATRIX_SLEEP
\ No newline at end of file diff --git a/keyboards/keychron/q8/info.json b/keyboards/keychron/q8/info.json index 4d4677f8af..da4c9c6f79 100644 --- a/keyboards/keychron/q8/info.json +++ b/keyboards/keychron/q8/info.json @@ -54,7 +54,8 @@ "splash": true, "typing_heatmap": true }, - "driver": "snled27351" + "driver": "snled27351", + "sleep": true }, "url": "https://github.com/Keychron", "usb": { |