diff options
Diffstat (limited to 'keyboards/poker87d')
-rw-r--r-- | keyboards/poker87d/config.h | 2 | ||||
-rw-r--r-- | keyboards/poker87d/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/poker87d/config.h b/keyboards/poker87d/config.h index f4bbc85bef..fbee1e1858 100644 --- a/keyboards/poker87d/config.h +++ b/keyboards/poker87d/config.h @@ -32,8 +32,6 @@ #define DIODE_DIRECTION COL2ROW -#define BACKLIGHT_PIN B6 - #define RGB_DI_PIN E2 #ifdef RGB_DI_PIN #define RGBLED_NUM 125 diff --git a/keyboards/poker87d/info.json b/keyboards/poker87d/info.json index 20e85800d8..22a09c541e 100644 --- a/keyboards/poker87d/info.json +++ b/keyboards/poker87d/info.json @@ -8,6 +8,9 @@ "pid": "0x087D", "device_version": "0.0.1" }, + "backlight": { + "pin": "B6" + }, "indicators": { "caps_lock": "B3", "num_lock": "B1", |