diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-21 12:05:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 12:05:40 +1100 |
commit | 9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff (patch) | |
tree | 9882c99ab628ff49e60eb43b42ec3bf6ebefe8bd /keyboards/8pack | |
parent | 4b69225c225b76f6631977912c5197c834206b27 (diff) |
Move backlight config to data driven, part 1 (#19887)
Diffstat (limited to 'keyboards/8pack')
-rw-r--r-- | keyboards/8pack/config.h | 3 | ||||
-rw-r--r-- | keyboards/8pack/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/8pack/config.h b/keyboards/8pack/config.h index a9564f1bcf..5be5e67374 100644 --- a/keyboards/8pack/config.h +++ b/keyboards/8pack/config.h @@ -6,9 +6,6 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define BACKLIGHT_LED_COUNT 8 -#undef BACKLIGHT_PIN -#define BACKLIGHT_PINS { D1, D0, D4, C6, D7, E6, B4, B5 } #define BACKLIGHT_LEVELS 8 // ws2812 options diff --git a/keyboards/8pack/info.json b/keyboards/8pack/info.json index 63cc0e23de..2c7a34d487 100644 --- a/keyboards/8pack/info.json +++ b/keyboards/8pack/info.json @@ -7,6 +7,9 @@ "vid": "0xFEED", "pid": "0x2171" }, + "backlight": { + "pins": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"] + }, "processor": "atmega32u4", "bootloader": "caterina", "matrix_pins": { |