diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-01-18 17:22:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 12:22:26 +1100 |
| commit | dfb8a29718f14e5b516150a7c1c416d1941dcc17 (patch) | |
| tree | 2c0d6cb9bf666f3a62f8cb91e1a77440f0d9719e | |
| parent | 3bb1897bdc5593b99bb2865fcbc61bf45bef4b25 (diff) | |
| download | qmk_firmware-dfb8a29718f14e5b516150a7c1c416d1941dcc17.tar.gz qmk_firmware-dfb8a29718f14e5b516150a7c1c416d1941dcc17.zip | |
Caps Unlocked CU65 layout macro fixes (#11606)
| -rw-r--r-- | keyboards/capsunlocked/cu65/cu65.h | 4 | ||||
| -rw-r--r-- | keyboards/capsunlocked/cu65/info.json | 237 | ||||
| -rw-r--r-- | keyboards/capsunlocked/cu65/keymaps/default/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/capsunlocked/cu65/keymaps/iso/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/capsunlocked/cu65/rules.mk | 2 |
5 files changed, 237 insertions, 14 deletions
diff --git a/keyboards/capsunlocked/cu65/cu65.h b/keyboards/capsunlocked/cu65/cu65.h index 89b02ed91..dafaba332 100644 --- a/keyboards/capsunlocked/cu65/cu65.h +++ b/keyboards/capsunlocked/cu65/cu65.h | |||
| @@ -38,7 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | { K400, K401, K402, KC_NO,KC_NO,KC_NO,KC_NO,K407, KC_NO,KC_NO,K410, KC_NO,K412, K413, K414, K415 } \ | 38 | { K400, K401, K402, KC_NO,KC_NO,KC_NO,KC_NO,K407, KC_NO,KC_NO,K410, KC_NO,K412, K413, K414, K415 } \ |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | #define LAYOUT_65_ansi( \ | 41 | #define LAYOUT_65_ansi_blocker( \ |
| 42 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, \ | 42 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, \ |
| 43 | K100, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, \ | 43 | K100, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, \ |
| 44 | K200, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, \ | 44 | K200, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, \ |
| @@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | { K400, K401, K402, KC_NO,KC_NO,KC_NO,KC_NO,K407, KC_NO,KC_NO,K410, KC_NO,K412, K413, K414, K415 } \ | 52 | { K400, K401, K402, KC_NO,KC_NO,KC_NO,KC_NO,K407, KC_NO,KC_NO,K410, KC_NO,K412, K413, K414, K415 } \ |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | #define LAYOUT_65_iso( \ | 55 | #define LAYOUT_65_iso_blocker( \ |
| 56 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, \ | 56 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, \ |
| 57 | K100, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K115, \ | 57 | K100, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K115, \ |
| 58 | K200, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, \ | 58 | K200, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, \ |
diff --git a/keyboards/capsunlocked/cu65/info.json b/keyboards/capsunlocked/cu65/info.json index fdb187e38..4f8f08a2f 100644 --- a/keyboards/capsunlocked/cu65/info.json +++ b/keyboards/capsunlocked/cu65/info.json | |||
| @@ -5,11 +5,234 @@ | |||
| 5 | "width": 16, | 5 | "width": 16, |
| 6 | "height": 5, | 6 | "height": 5, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT_65_ansi": { | 8 | "LAYOUT_all": { |
| 9 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Insert", "x":15, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Delete", "x":15, "y":1}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"PgUp", "x":15, "y":2}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"\u2191", "x":14, "y":3}, {"label":"PgDn", "x":15, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Ctrl", "x":11.25, "y":4, "w":1.25}, {"label":"\u2190", "x":13, "y":4}, {"label":"\u2193", "x":14, "y":4}, {"label":"\u2192", "x":15, "y":4}] | 9 | "layout": [ |
| 10 | }, | 10 | {"x":0, "y":0}, |
| 11 | "LAYOUT_65_iso": { | 11 | {"x":1, "y":0}, |
| 12 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Insert", "x":15, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"Enter", "x":13.75, "y":1, "w":1.25, "h":2}, {"label":"Delete", "x":15, "y":1}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"~", "x":12.75, "y":2}, {"label":"PgUp", "x":15, "y":2}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"label":"|", "x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"\u2191", "x":14, "y":3}, {"label":"PgDn", "x":15, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Ctrl", "x":11.25, "y":4, "w":1.25}, {"label":"\u2190", "x":13, "y":4}, {"label":"\u2193", "x":14, "y":4}, {"label":"\u2192", "x":15, "y":4}] | 12 | {"x":2, "y":0}, |
| 13 | } | 13 | {"x":3, "y":0}, |
| 14 | {"x":4, "y":0}, | ||
| 15 | {"x":5, "y":0}, | ||
| 16 | {"x":6, "y":0}, | ||
| 17 | {"x":7, "y":0}, | ||
| 18 | {"x":8, "y":0}, | ||
| 19 | {"x":9, "y":0}, | ||
| 20 | {"x":10, "y":0}, | ||
| 21 | {"x":11, "y":0}, | ||
| 22 | {"x":12, "y":0}, | ||
| 23 | {"x":13, "y":0}, | ||
| 24 | {"x":14, "y":0}, | ||
| 25 | {"x":15, "y":0}, | ||
| 26 | |||
| 27 | {"x":0, "y":1, "w":1.5}, | ||
| 28 | {"x":1.5, "y":1}, | ||
| 29 | {"x":2.5, "y":1}, | ||
| 30 | {"x":3.5, "y":1}, | ||
| 31 | {"x":4.5, "y":1}, | ||
| 32 | {"x":5.5, "y":1}, | ||
| 33 | {"x":6.5, "y":1}, | ||
| 34 | {"x":7.5, "y":1}, | ||
| 35 | {"x":8.5, "y":1}, | ||
| 36 | {"x":9.5, "y":1}, | ||
| 37 | {"x":10.5, "y":1}, | ||
| 38 | {"x":11.5, "y":1}, | ||
| 39 | {"x":12.5, "y":1}, | ||
| 40 | {"x":13.5, "y":1, "w":1.5}, | ||
| 41 | {"x":15, "y":1}, | ||
| 42 | |||
| 43 | {"x":0, "y":2, "w":1.75}, | ||
| 44 | {"x":1.75, "y":2}, | ||
| 45 | {"x":2.75, "y":2}, | ||
| 46 | {"x":3.75, "y":2}, | ||
| 47 | {"x":4.75, "y":2}, | ||
| 48 | {"x":5.75, "y":2}, | ||
| 49 | {"x":6.75, "y":2}, | ||
| 50 | {"x":7.75, "y":2}, | ||
| 51 | {"x":8.75, "y":2}, | ||
| 52 | {"x":9.75, "y":2}, | ||
| 53 | {"x":10.75, "y":2}, | ||
| 54 | {"x":11.75, "y":2}, | ||
| 55 | {"x":12.75, "y":2}, | ||
| 56 | {"x":13.75, "y":2, "w":1.25}, | ||
| 57 | {"x":15, "y":2}, | ||
| 58 | |||
| 59 | {"x":0, "y":3, "w":1.25}, | ||
| 60 | {"x":1.25, "y":3}, | ||
| 61 | {"x":2.25, "y":3}, | ||
| 62 | {"x":3.25, "y":3}, | ||
| 63 | {"x":4.25, "y":3}, | ||
| 64 | {"x":5.25, "y":3}, | ||
| 65 | {"x":6.25, "y":3}, | ||
| 66 | {"x":7.25, "y":3}, | ||
| 67 | {"x":8.25, "y":3}, | ||
| 68 | {"x":9.25, "y":3}, | ||
| 69 | {"x":10.25, "y":3}, | ||
| 70 | {"x":11.25, "y":3}, | ||
| 71 | {"x":12.25, "y":3, "w":1.75}, | ||
| 72 | {"x":14, "y":3}, | ||
| 73 | {"x":15, "y":3}, | ||
| 74 | |||
| 75 | {"x":0, "y":4, "w":1.25}, | ||
| 76 | {"x":1.25, "y":4, "w":1.25}, | ||
| 77 | {"x":2.5, "y":4, "w":1.25}, | ||
| 78 | {"x":3.75, "y":4, "w":6.25}, | ||
| 79 | {"x":10, "y":4, "w":1.25}, | ||
| 80 | {"x":11.25, "y":4, "w":1.25}, | ||
| 81 | {"x":13, "y":4}, | ||
| 82 | {"x":14, "y":4}, | ||
| 83 | {"x":15, "y":4} | ||
| 84 | ] | ||
| 85 | }, | ||
| 86 | "LAYOUT_65_ansi_blocker": { | ||
| 87 | "layout": [ | ||
| 88 | {"label":"Esc", "x":0, "y":0}, | ||
| 89 | {"label":"!", "x":1, "y":0}, | ||
| 90 | {"label":"@", "x":2, "y":0}, | ||
| 91 | {"label":"#", "x":3, "y":0}, | ||
| 92 | {"label":"$", "x":4, "y":0}, | ||
| 93 | {"label":"%", "x":5, "y":0}, | ||
| 94 | {"label":"^", "x":6, "y":0}, | ||
| 95 | {"label":"&", "x":7, "y":0}, | ||
| 96 | {"label":"*", "x":8, "y":0}, | ||
| 97 | {"label":"(", "x":9, "y":0}, | ||
| 98 | {"label":")", "x":10, "y":0}, | ||
| 99 | {"label":"_", "x":11, "y":0}, | ||
| 100 | {"label":"+", "x":12, "y":0}, | ||
| 101 | {"label":"Backspace", "x":13, "y":0, "w":2}, | ||
| 102 | {"label":"Insert", "x":15, "y":0}, | ||
| 103 | |||
| 104 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 105 | {"label":"Q", "x":1.5, "y":1}, | ||
| 106 | {"label":"W", "x":2.5, "y":1}, | ||
| 107 | {"label":"E", "x":3.5, "y":1}, | ||
| 108 | {"label":"R", "x":4.5, "y":1}, | ||
| 109 | {"label":"T", "x":5.5, "y":1}, | ||
| 110 | {"label":"Y", "x":6.5, "y":1}, | ||
| 111 | {"label":"U", "x":7.5, "y":1}, | ||
| 112 | {"label":"I", "x":8.5, "y":1}, | ||
| 113 | {"label":"O", "x":9.5, "y":1}, | ||
| 114 | {"label":"P", "x":10.5, "y":1}, | ||
| 115 | {"label":"{", "x":11.5, "y":1}, | ||
| 116 | {"label":"}", "x":12.5, "y":1}, | ||
| 117 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
| 118 | {"label":"Delete", "x":15, "y":1}, | ||
| 119 | |||
| 120 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 121 | {"label":"A", "x":1.75, "y":2}, | ||
| 122 | {"label":"S", "x":2.75, "y":2}, | ||
| 123 | {"label":"D", "x":3.75, "y":2}, | ||
| 124 | {"label":"F", "x":4.75, "y":2}, | ||
| 125 | {"label":"G", "x":5.75, "y":2}, | ||
| 126 | {"label":"H", "x":6.75, "y":2}, | ||
| 127 | {"label":"J", "x":7.75, "y":2}, | ||
| 128 | {"label":"K", "x":8.75, "y":2}, | ||
| 129 | {"label":"L", "x":9.75, "y":2}, | ||
| 130 | {"label":":", "x":10.75, "y":2}, | ||
| 131 | {"label":"\"", "x":11.75, "y":2}, | ||
| 132 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
| 133 | {"label":"PgUp", "x":15, "y":2}, | ||
| 134 | |||
| 135 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
| 136 | {"label":"Z", "x":2.25, "y":3}, | ||
| 137 | {"label":"X", "x":3.25, "y":3}, | ||
| 138 | {"label":"C", "x":4.25, "y":3}, | ||
| 139 | {"label":"V", "x":5.25, "y":3}, | ||
| 140 | {"label":"B", "x":6.25, "y":3}, | ||
| 141 | {"label":"N", "x":7.25, "y":3}, | ||
| 142 | {"label":"M", "x":8.25, "y":3}, | ||
| 143 | {"label":"<", "x":9.25, "y":3}, | ||
| 144 | {"label":">", "x":10.25, "y":3}, | ||
| 145 | {"label":"?", "x":11.25, "y":3}, | ||
| 146 | {"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
| 147 | {"label":"\u2191", "x":14, "y":3}, | ||
| 148 | {"label":"PgDn", "x":15, "y":3}, | ||
| 149 | |||
| 150 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 151 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 152 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 153 | {"x":3.75, "y":4, "w":6.25}, | ||
| 154 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 155 | {"label":"Ctrl", "x":11.25, "y":4, "w":1.25}, | ||
| 156 | {"label":"\u2190", "x":13, "y":4}, | ||
| 157 | {"label":"\u2193", "x":14, "y":4}, | ||
| 158 | {"label":"\u2192", "x":15, "y":4} | ||
| 159 | ] | ||
| 160 | }, | ||
| 161 | "LAYOUT_65_iso_blocker": { | ||
| 162 | "layout": [ | ||
| 163 | {"label":"Esc", "x":0, "y":0}, | ||
| 164 | {"label":"!", "x":1, "y":0}, | ||
| 165 | {"label":"@", "x":2, "y":0}, | ||
| 166 | {"label":"#", "x":3, "y":0}, | ||
| 167 | {"label":"$", "x":4, "y":0}, | ||
| 168 | {"label":"%", "x":5, "y":0}, | ||
| 169 | {"label":"^", "x":6, "y":0}, | ||
| 170 | {"label":"&", "x":7, "y":0}, | ||
| 171 | {"label":"*", "x":8, "y":0}, | ||
| 172 | {"label":"(", "x":9, "y":0}, | ||
| 173 | {"label":")", "x":10, "y":0}, | ||
| 174 | {"label":"_", "x":11, "y":0}, | ||
| 175 | {"label":"+", "x":12, "y":0}, | ||
| 176 | {"label":"Backspace", "x":13, "y":0, "w":2}, | ||
| 177 | {"label":"Insert", "x":15, "y":0}, | ||
| 178 | |||
| 179 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 180 | {"label":"Q", "x":1.5, "y":1}, | ||
| 181 | {"label":"W", "x":2.5, "y":1}, | ||
| 182 | {"label":"E", "x":3.5, "y":1}, | ||
| 183 | {"label":"R", "x":4.5, "y":1}, | ||
| 184 | {"label":"T", "x":5.5, "y":1}, | ||
| 185 | {"label":"Y", "x":6.5, "y":1}, | ||
| 186 | {"label":"U", "x":7.5, "y":1}, | ||
| 187 | {"label":"I", "x":8.5, "y":1}, | ||
| 188 | {"label":"O", "x":9.5, "y":1}, | ||
| 189 | {"label":"P", "x":10.5, "y":1}, | ||
| 190 | {"label":"{", "x":11.5, "y":1}, | ||
| 191 | {"label":"}", "x":12.5, "y":1}, | ||
| 192 | {"label":"Delete", "x":15, "y":1}, | ||
| 193 | |||
| 194 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 195 | {"label":"A", "x":1.75, "y":2}, | ||
| 196 | {"label":"S", "x":2.75, "y":2}, | ||
| 197 | {"label":"D", "x":3.75, "y":2}, | ||
| 198 | {"label":"F", "x":4.75, "y":2}, | ||
| 199 | {"label":"G", "x":5.75, "y":2}, | ||
| 200 | {"label":"H", "x":6.75, "y":2}, | ||
| 201 | {"label":"J", "x":7.75, "y":2}, | ||
| 202 | {"label":"K", "x":8.75, "y":2}, | ||
| 203 | {"label":"L", "x":9.75, "y":2}, | ||
| 204 | {"label":":", "x":10.75, "y":2}, | ||
| 205 | {"label":"\"", "x":11.75, "y":2}, | ||
| 206 | {"label":"~", "x":12.75, "y":2}, | ||
| 207 | {"label":"Enter", "x":13.75, "y":1, "w":1.25, "h":2}, | ||
| 208 | {"label":"PgUp", "x":15, "y":2}, | ||
| 209 | |||
| 210 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
| 211 | {"label":"|", "x":1.25, "y":3}, | ||
| 212 | {"label":"Z", "x":2.25, "y":3}, | ||
| 213 | {"label":"X", "x":3.25, "y":3}, | ||
| 214 | {"label":"C", "x":4.25, "y":3}, | ||
| 215 | {"label":"V", "x":5.25, "y":3}, | ||
| 216 | {"label":"B", "x":6.25, "y":3}, | ||
| 217 | {"label":"N", "x":7.25, "y":3}, | ||
| 218 | {"label":"M", "x":8.25, "y":3}, | ||
| 219 | {"label":"<", "x":9.25, "y":3}, | ||
| 220 | {"label":">", "x":10.25, "y":3}, | ||
| 221 | {"label":"?", "x":11.25, "y":3}, | ||
| 222 | {"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
| 223 | {"label":"\u2191", "x":14, "y":3}, | ||
| 224 | {"label":"PgDn", "x":15, "y":3}, | ||
| 225 | |||
| 226 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 227 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 228 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 229 | {"x":3.75, "y":4, "w":6.25}, | ||
| 230 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 231 | {"label":"Ctrl", "x":11.25, "y":4, "w":1.25}, | ||
| 232 | {"label":"\u2190", "x":13, "y":4}, | ||
| 233 | {"label":"\u2193", "x":14, "y":4}, | ||
| 234 | {"label":"\u2192", "x":15, "y":4} | ||
| 235 | ] | ||
| 236 | } | ||
| 14 | } | 237 | } |
| 15 | } | 238 | } |
diff --git a/keyboards/capsunlocked/cu65/keymaps/default/keymap.c b/keyboards/capsunlocked/cu65/keymaps/default/keymap.c index 1bf11d96d..4f185d8cf 100644 --- a/keyboards/capsunlocked/cu65/keymaps/default/keymap.c +++ b/keyboards/capsunlocked/cu65/keymaps/default/keymap.c | |||
| @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #include QMK_KEYBOARD_H | 18 | #include QMK_KEYBOARD_H |
| 19 | 19 | ||
| 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | [0] = LAYOUT_65_ansi( | 21 | [0] = LAYOUT_65_ansi_blocker( |
| 22 | /* | 22 | /* |
| 23 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 23 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 24 | * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ Backsp│Ins│ | 24 | * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ Backsp│Ins│ |
| @@ -38,7 +38,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 38 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, | 38 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, |
| 39 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT | 39 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT |
| 40 | ), | 40 | ), |
| 41 | [1] = LAYOUT_65_ansi( | 41 | [1] = LAYOUT_65_ansi_blocker( |
| 42 | /* | 42 | /* |
| 43 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 43 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 44 | * │RST│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│ │ │ | 44 | * │RST│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│ │ │ |
diff --git a/keyboards/capsunlocked/cu65/keymaps/iso/keymap.c b/keyboards/capsunlocked/cu65/keymaps/iso/keymap.c index a8a32cc78..a11eb3f3a 100644 --- a/keyboards/capsunlocked/cu65/keymaps/iso/keymap.c +++ b/keyboards/capsunlocked/cu65/keymaps/iso/keymap.c | |||
| @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #include QMK_KEYBOARD_H | 18 | #include QMK_KEYBOARD_H |
| 19 | 19 | ||
| 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | [0] = LAYOUT_65_iso( | 21 | [0] = LAYOUT_65_iso_blocker( |
| 22 | /* | 22 | /* |
| 23 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 23 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 24 | * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ Backsp│Ins│ | 24 | * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ Backsp│Ins│ |
| @@ -38,7 +38,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 38 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, | 38 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, |
| 39 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT | 39 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT |
| 40 | ), | 40 | ), |
| 41 | [1] = LAYOUT_65_iso( | 41 | [1] = LAYOUT_65_iso_blocker( |
| 42 | /* | 42 | /* |
| 43 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ | 43 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐ |
| 44 | * │RST│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│ │ │ | 44 | * │RST│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│F11│F12│ │ │ |
diff --git a/keyboards/capsunlocked/cu65/rules.mk b/keyboards/capsunlocked/cu65/rules.mk index cf7418e4a..520df45ab 100644 --- a/keyboards/capsunlocked/cu65/rules.mk +++ b/keyboards/capsunlocked/cu65/rules.mk | |||
| @@ -21,4 +21,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | 23 | ||
| 24 | LAYOUTS = 65_ansi 65_iso | 24 | LAYOUTS = 65_ansi_blocker 65_iso_blocker |
