diff options
| author | Joel Challis | 2024-02-14 01:54:14 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-14 01:54:14 +0100 |
| commit | 974e98ce59f7df1e1a2d8ef65d9a4e758db62b58 (patch) | |
| tree | b560bd013d9d17f7155331eb9763ecd009102766 /keyboards/keychron/q9 | |
| parent | c8c55e32201a04ac8845a799d47d3539764105a1 (diff) | |
Migrate RGB Matrix config to info.json (#22998)
Diffstat (limited to 'keyboards/keychron/q9')
| -rw-r--r-- | keyboards/keychron/q9/config.h | 3 | ||||
| -rw-r--r-- | keyboards/keychron/q9/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/keychron/q9/config.h b/keyboards/keychron/q9/config.h index 09b7be0459..e0e7e19227 100644 --- a/keyboards/keychron/q9/config.h +++ b/keyboards/keychron/q9/config.h @@ -29,8 +29,5 @@ #define SNLED27351_CURRENT_TUNE \ { 0xF8, 0xF8, 0x70, 0xF8, 0xF8, 0x70, 0xF8, 0xF8, 0x70, 0xF8, 0xF8, 0x70 } -/* turn off effects when suspended */ -#define RGB_MATRIX_SLEEP - /* Encoder Configuration */ #define ENCODER_DEFAULT_POS 0x3
\ No newline at end of file diff --git a/keyboards/keychron/q9/info.json b/keyboards/keychron/q9/info.json index 5dd1134ba6..322fcfa1ad 100644 --- a/keyboards/keychron/q9/info.json +++ b/keyboards/keychron/q9/info.json @@ -54,7 +54,8 @@ "splash": true, "typing_heatmap": true }, - "driver": "snled27351" + "driver": "snled27351", + "sleep": true }, "url": "https://github.com/Keychron", "usb": { |