diff options
Diffstat (limited to 'keyboards/punk75')
-rw-r--r-- | keyboards/punk75/config.h | 1 | ||||
-rw-r--r-- | keyboards/punk75/info.json | 1 | ||||
-rw-r--r-- | keyboards/punk75/rules.mk | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/punk75/config.h b/keyboards/punk75/config.h index fa87d13433..b8baa67cdf 100644 --- a/keyboards/punk75/config.h +++ b/keyboards/punk75/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/punk75/info.json b/keyboards/punk75/info.json index 1bfae0305c..850490fd5e 100644 --- a/keyboards/punk75/info.json +++ b/keyboards/punk75/info.json @@ -8,6 +8,7 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "community_layouts": ["ortho_5x15"], "layouts": { "LAYOUT_ortho_5x15": { "layout": [ diff --git a/keyboards/punk75/rules.mk b/keyboards/punk75/rules.mk index c2e51c239c..99bdcec605 100644 --- a/keyboards/punk75/rules.mk +++ b/keyboards/punk75/rules.mk @@ -20,5 +20,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output ENCODER_ENABLE = yes # Enable rotary encoders support - -LAYOUTS = ortho_5x15 |