diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-30 06:39:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-30 06:39:59 +0000 |
commit | f7095283e85ca6845dd21fde07c13118cc66ddbf (patch) | |
tree | 416a28c70a5125104e89964ff7ddb358f5c6b967 /keyboards/40percentclub | |
parent | b2c8e59cc1b5f43ae3e9e030b7349cb1ac4c6264 (diff) | |
parent | 5d516ac2e232e4f58a8ff8103906ecb4181542c3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/40percentclub')
-rw-r--r-- | keyboards/40percentclub/25/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/40percentclub/5x5/rules.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/40percentclub/25/rules.mk b/keyboards/40percentclub/25/rules.mk index d2e5d56c07..8e6f2001fb 100644 --- a/keyboards/40percentclub/25/rules.mk +++ b/keyboards/40percentclub/25/rules.mk @@ -19,3 +19,5 @@ AUDIO_ENABLE = no # Audio output # Enable generic behavior for split boards SPLIT_KEYBOARD = yes + +LAYOUTS = ortho_5x5 ortho_5x10 diff --git a/keyboards/40percentclub/5x5/rules.mk b/keyboards/40percentclub/5x5/rules.mk index 800b383cc0..c2528a4ba1 100644 --- a/keyboards/40percentclub/5x5/rules.mk +++ b/keyboards/40percentclub/5x5/rules.mk @@ -16,4 +16,4 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -LAYOUTS = ortho_5x15 +LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15 |