aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzvecr <z.zvecr@gmail.com>2018-11-26 17:27:07 +0000
committerDrashna Jaelre <drashna@live.com>2018-11-26 09:27:07 -0800
commit0031e461913d23e37a9aebd1da5daf1c93a149ee (patch)
treeb82a750c397ba3d6159133fe09a9e185a3e78ca9
parent97ab3211e2ace7a5cbf7bd2a21723ed751286c99 (diff)
downloadqmk_firmware-0031e461913d23e37a9aebd1da5daf1c93a149ee.tar.gz
qmk_firmware-0031e461913d23e37a9aebd1da5daf1c93a149ee.zip
Keyboard: 40percentclub - enable 4x4 and 5x5 community keymaps (#4437)
* Enable 4x4 and 5x5 community keymap support * Pull 4x4 community keymap fixes from @noroadsleft * Build fixes for guidoism keymap - move keymap to layouts/community/planck_mit as it uses the LAYOUT_planck_mit macro
-rw-r--r--keyboards/40percentclub/4x4/4x4.h13
-rw-r--r--keyboards/40percentclub/4x4/rules.mk3
-rw-r--r--keyboards/40percentclub/5x5/rules.mk3
-rw-r--r--layouts/community/ortho_4x12/bakingpy/rules.mk2
-rw-r--r--layouts/community/ortho_4x12/wanleg/rules.mk4
-rw-r--r--layouts/community/ortho_4x12/xyverz/rules.mk2
-rw-r--r--layouts/community/planck_mit/guidoism/config.h (renamed from layouts/community/ortho_4x12/guidoism/config.h)0
-rw-r--r--layouts/community/planck_mit/guidoism/generate_c.py (renamed from layouts/community/ortho_4x12/guidoism/generate_c.py)0
-rw-r--r--layouts/community/planck_mit/guidoism/guidoism.json (renamed from layouts/community/ortho_4x12/guidoism/guidoism.json)0
-rw-r--r--layouts/community/planck_mit/guidoism/keymap.c (renamed from layouts/community/ortho_4x12/guidoism/keymap.c)0
-rw-r--r--layouts/community/planck_mit/guidoism/keys.json (renamed from layouts/community/ortho_4x12/guidoism/keys.json)0
-rw-r--r--layouts/community/planck_mit/guidoism/readme.md (renamed from layouts/community/ortho_4x12/guidoism/readme.md)0
12 files changed, 21 insertions, 6 deletions
diff --git a/keyboards/40percentclub/4x4/4x4.h b/keyboards/40percentclub/4x4/4x4.h
index 8cc5a150a..359cdc80a 100644
--- a/keyboards/40percentclub/4x4/4x4.h
+++ b/keyboards/40percentclub/4x4/4x4.h
@@ -56,3 +56,16 @@
56 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2a, K2b, K2c, K2d, K2e, K2f }, \ 56 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2a, K2b, K2c, K2d, K2e, K2f }, \
57 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3a, K3b, K3c, K3d, K3e, K3f } \ 57 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3a, K3b, K3c, K3d, K3e, K3f } \
58} 58}
59
60#define LAYOUT_kc_ortho_4x12( \
61 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0a, K0b, \
62 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1a, K1b, \
63 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2a, K2b, \
64 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3a, K3b \
65) \
66{ \
67 { KC_##K00, KC_##K01, KC_##K02, KC_##K03, KC_##K04, KC_##K05, KC_##K06, KC_##K07, KC_##K08, KC_##K09, KC_##K0a, KC_##K0b, ___, ___, ___, ___}, \
68 { KC_##K10, KC_##K11, KC_##K12, KC_##K13, KC_##K14, KC_##K15, KC_##K16, KC_##K17, KC_##K18, KC_##K19, KC_##K1a, KC_##K1b, ___, ___, ___, ___}, \
69 { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2a, KC_##K2b, ___, ___, ___, ___}, \
70 { KC_##K30, KC_##K31, KC_##K32, KC_##K33, KC_##K34, KC_##K35, KC_##K36, KC_##K37, KC_##K38, KC_##K39, KC_##K3a, KC_##K3b, ___, ___, ___, ___} \
71}
diff --git a/keyboards/40percentclub/4x4/rules.mk b/keyboards/40percentclub/4x4/rules.mk
index a51335798..4ab5e7431 100644
--- a/keyboards/40percentclub/4x4/rules.mk
+++ b/keyboards/40percentclub/4x4/rules.mk
@@ -76,5 +76,4 @@ AUDIO_ENABLE = no # Audio output on port C6
76FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 76FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
77HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 77HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
78 78
79#FIXME: Community keymap build are currently failing due to missing functionality 79LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16
80#LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16
diff --git a/keyboards/40percentclub/5x5/rules.mk b/keyboards/40percentclub/5x5/rules.mk
index ae0414126..237de6497 100644
--- a/keyboards/40percentclub/5x5/rules.mk
+++ b/keyboards/40percentclub/5x5/rules.mk
@@ -77,5 +77,4 @@ AUDIO_ENABLE = no # Audio output on port C6
77FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 77FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
78HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 78HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
79 79
80#FIXME: Community keymap build are currently failing due to missing functionality 80LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15
81#LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk
index 490ebbf77..9be2f01d4 100644
--- a/layouts/community/ortho_4x12/bakingpy/rules.mk
+++ b/layouts/community/ortho_4x12/bakingpy/rules.mk
@@ -5,6 +5,8 @@ endif
5AUDIO_ENABLE = no 5AUDIO_ENABLE = no
6ifeq ($(strip $(KEYBOARD)), zlant) 6ifeq ($(strip $(KEYBOARD)), zlant)
7 BACKLIGHT_ENABLE = no 7 BACKLIGHT_ENABLE = no
8else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
9 BACKLIGHT_ENABLE = no
8else 10else
9 BACKLIGHT_ENABLE = yes 11 BACKLIGHT_ENABLE = yes
10endif 12endif
diff --git a/layouts/community/ortho_4x12/wanleg/rules.mk b/layouts/community/ortho_4x12/wanleg/rules.mk
index fa433a6b0..835022f4b 100644
--- a/layouts/community/ortho_4x12/wanleg/rules.mk
+++ b/layouts/community/ortho_4x12/wanleg/rules.mk
@@ -5,10 +5,10 @@ ifeq ($(strip $(KEYBOARD)), jj40)
5 SWAP_HANDS_ENABLE = no 5 SWAP_HANDS_ENABLE = no
6endif 6endif
7 7
8ifeq ($(strip $(KEYBOARD)), 4x4) 8ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
9 SWAP_HANDS_ENABLE = no 9 SWAP_HANDS_ENABLE = no
10endif 10endif
11 11
12ifeq ($(strip $(KEYBOARD)), zlant) 12ifeq ($(strip $(KEYBOARD)), zlant)
13 SWAP_HANDS_ENABLE = no 13 SWAP_HANDS_ENABLE = no
14endif \ No newline at end of file 14endif
diff --git a/layouts/community/ortho_4x12/xyverz/rules.mk b/layouts/community/ortho_4x12/xyverz/rules.mk
index 852e38f24..c181e1107 100644
--- a/layouts/community/ortho_4x12/xyverz/rules.mk
+++ b/layouts/community/ortho_4x12/xyverz/rules.mk
@@ -3,6 +3,8 @@ AUDIO_ENABLE = no # Audio output on port C6
3 3
4ifeq ("$(KEYBOARD)","vitamins_included") 4ifeq ("$(KEYBOARD)","vitamins_included")
5 RGBLIGHT_ENABLE = no 5 RGBLIGHT_ENABLE = no
6else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
7 RGBLIGHT_ENABLE = no
6else 8else
7 RGBLIGHT_ENABLE = yes 9 RGBLIGHT_ENABLE = yes
8endif 10endif
diff --git a/layouts/community/ortho_4x12/guidoism/config.h b/layouts/community/planck_mit/guidoism/config.h
index e22f29803..e22f29803 100644
--- a/layouts/community/ortho_4x12/guidoism/config.h
+++ b/layouts/community/planck_mit/guidoism/config.h
diff --git a/layouts/community/ortho_4x12/guidoism/generate_c.py b/layouts/community/planck_mit/guidoism/generate_c.py
index 5bee57608..5bee57608 100644
--- a/layouts/community/ortho_4x12/guidoism/generate_c.py
+++ b/layouts/community/planck_mit/guidoism/generate_c.py
diff --git a/layouts/community/ortho_4x12/guidoism/guidoism.json b/layouts/community/planck_mit/guidoism/guidoism.json
index 6a4364c6b..6a4364c6b 100644
--- a/layouts/community/ortho_4x12/guidoism/guidoism.json
+++ b/layouts/community/planck_mit/guidoism/guidoism.json
diff --git a/layouts/community/ortho_4x12/guidoism/keymap.c b/layouts/community/planck_mit/guidoism/keymap.c
index 2027e2bfa..2027e2bfa 100644
--- a/layouts/community/ortho_4x12/guidoism/keymap.c
+++ b/layouts/community/planck_mit/guidoism/keymap.c
diff --git a/layouts/community/ortho_4x12/guidoism/keys.json b/layouts/community/planck_mit/guidoism/keys.json
index 791119b4f..791119b4f 100644
--- a/layouts/community/ortho_4x12/guidoism/keys.json
+++ b/layouts/community/planck_mit/guidoism/keys.json
diff --git a/layouts/community/ortho_4x12/guidoism/readme.md b/layouts/community/planck_mit/guidoism/readme.md
index 540db64e8..540db64e8 100644
--- a/layouts/community/ortho_4x12/guidoism/readme.md
+++ b/layouts/community/planck_mit/guidoism/readme.md