diff options
Diffstat (limited to 'keyboards/poker87d')
-rw-r--r-- | keyboards/poker87d/config.h | 2 | ||||
-rw-r--r-- | keyboards/poker87d/info.json | 1 | ||||
-rw-r--r-- | keyboards/poker87d/rules.mk | 2 |
3 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/poker87d/config.h b/keyboards/poker87d/config.h index 813dbc54d8..bc48396fc8 100644 --- a/keyboards/poker87d/config.h +++ b/keyboards/poker87d/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 6 @@ -38,7 +37,6 @@ #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B6 -// #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 3 #define RGB_DI_PIN E2 diff --git a/keyboards/poker87d/info.json b/keyboards/poker87d/info.json index e36cdb09f4..50f7e076da 100644 --- a/keyboards/poker87d/info.json +++ b/keyboards/poker87d/info.json @@ -11,6 +11,7 @@ "layout_aliases": { "LAYOUT": "LAYOUT_all" }, + "community_layouts": ["tkl_iso"], "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/poker87d/rules.mk b/keyboards/poker87d/rules.mk index 38b29c1f9b..c483c98ee3 100644 --- a/keyboards/poker87d/rules.mk +++ b/keyboards/poker87d/rules.mk @@ -16,5 +16,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output - -LAYOUTS = tkl_iso |