diff options
| author | Will Hedges <36576135+will-hedges@users.noreply.github.com> | 2024-07-03 21:38:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 20:38:03 -0600 |
| commit | 26c114a2b47377db2ef337f3e22e3685e70852bd (patch) | |
| tree | 73eec27a606242f70f5b99d91110909542ae5417 /keyboards/bear_face | |
| parent | 17c6744c82691878a1e9828dab635d2e6526cf51 (diff) | |
[keyboard] added bear_face/v3 (#24032)
* added keyboard.json, default, default_iso, and keymap READMEs
Diffstat (limited to 'keyboards/bear_face')
| -rw-r--r-- | keyboards/bear_face/v3/keyboard.json | 287 | ||||
| -rw-r--r-- | keyboards/bear_face/v3/keymaps/default/keymap.c | 92 | ||||
| -rw-r--r-- | keyboards/bear_face/v3/keymaps/default/readme.md | 18 | ||||
| -rw-r--r-- | keyboards/bear_face/v3/keymaps/default_iso/keymap.c | 92 | ||||
| -rw-r--r-- | keyboards/bear_face/v3/keymaps/default_iso/readme.md | 18 |
5 files changed, 507 insertions, 0 deletions
diff --git a/keyboards/bear_face/v3/keyboard.json b/keyboards/bear_face/v3/keyboard.json new file mode 100644 index 0000000000..0a0bda8df9 --- /dev/null +++ b/keyboards/bear_face/v3/keyboard.json | |||
| @@ -0,0 +1,287 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "bear_face v3", | ||
| 3 | "usb": { | ||
| 4 | "device_version": "3.2.0" | ||
| 5 | }, | ||
| 6 | "layouts": { | ||
| 7 | "LAYOUT_all": { | ||
| 8 | "layout": [ | ||
| 9 | {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5}, | ||
| 10 | {"matrix": [0, 1], "x": 1.5, "y": 0}, | ||
| 11 | {"matrix": [0, 2], "x": 2.5, "y": 0}, | ||
| 12 | {"matrix": [0, 3], "x": 3.5, "y": 0}, | ||
| 13 | {"matrix": [0, 4], "x": 4.5, "y": 0}, | ||
| 14 | {"matrix": [0, 5], "x": 5.5, "y": 0}, | ||
| 15 | {"matrix": [0, 6], "x": 6.5, "y": 0}, | ||
| 16 | {"matrix": [0, 7], "x": 7.5, "y": 0}, | ||
| 17 | {"matrix": [0, 8], "x": 8.5, "y": 0}, | ||
| 18 | {"matrix": [0, 9], "x": 9.5, "y": 0}, | ||
| 19 | {"matrix": [0, 10], "x": 10.5, "y": 0}, | ||
| 20 | {"matrix": [0, 11], "x": 11.5, "y": 0}, | ||
| 21 | {"matrix": [0, 12], "x": 12.5, "y": 0}, | ||
| 22 | {"matrix": [0, 13], "x": 13.5, "y": 0}, | ||
| 23 | {"matrix": [0, 14], "x": 14.5, "y": 0, "w": 1.5}, | ||
| 24 | |||
| 25 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 26 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 27 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 28 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 29 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 30 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 31 | {"matrix": [1, 6], "x": 6, "y": 1}, | ||
| 32 | {"matrix": [1, 7], "x": 7, "y": 1}, | ||
| 33 | {"matrix": [1, 8], "x": 8, "y": 1}, | ||
| 34 | {"matrix": [1, 9], "x": 9, "y": 1}, | ||
| 35 | {"matrix": [1, 10], "x": 10, "y": 1}, | ||
| 36 | {"matrix": [1, 11], "x": 11, "y": 1}, | ||
| 37 | {"matrix": [1, 12], "x": 12, "y": 1}, | ||
| 38 | {"matrix": [1, 13], "x": 13, "y": 1, "w": 2}, | ||
| 39 | {"matrix": [1, 14], "x": 15, "y": 1}, | ||
| 40 | |||
| 41 | {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5}, | ||
| 42 | {"matrix": [2, 1], "x": 1.5, "y": 2}, | ||
| 43 | {"matrix": [2, 2], "x": 2.5, "y": 2}, | ||
| 44 | {"matrix": [2, 3], "x": 3.5, "y": 2}, | ||
| 45 | {"matrix": [2, 4], "x": 4.5, "y": 2}, | ||
| 46 | {"matrix": [2, 5], "x": 5.5, "y": 2}, | ||
| 47 | {"matrix": [2, 6], "x": 6.5, "y": 2}, | ||
| 48 | {"matrix": [2, 7], "x": 7.5, "y": 2}, | ||
| 49 | {"matrix": [2, 8], "x": 8.5, "y": 2}, | ||
| 50 | {"matrix": [2, 9], "x": 9.5, "y": 2}, | ||
| 51 | {"matrix": [2, 10], "x": 10.5, "y": 2}, | ||
| 52 | {"matrix": [2, 11], "x": 11.5, "y": 2}, | ||
| 53 | {"matrix": [2, 12], "x": 12.5, "y": 2}, | ||
| 54 | {"matrix": [2, 13], "x": 13.5, "y": 2, "w": 1.5}, | ||
| 55 | {"matrix": [2, 14], "x": 15, "y": 2}, | ||
| 56 | |||
| 57 | {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75}, | ||
| 58 | {"matrix": [3, 1], "x": 1.75, "y": 3}, | ||
| 59 | {"matrix": [3, 2], "x": 2.75, "y": 3}, | ||
| 60 | {"matrix": [3, 3], "x": 3.75, "y": 3}, | ||
| 61 | {"matrix": [3, 4], "x": 4.75, "y": 3}, | ||
| 62 | {"matrix": [3, 5], "x": 5.75, "y": 3}, | ||
| 63 | {"matrix": [3, 6], "x": 6.75, "y": 3}, | ||
| 64 | {"matrix": [3, 7], "x": 7.75, "y": 3}, | ||
| 65 | {"matrix": [3, 8], "x": 8.75, "y": 3}, | ||
| 66 | {"matrix": [3, 9], "x": 9.75, "y": 3}, | ||
| 67 | {"matrix": [3, 10], "x": 10.75, "y": 3}, | ||
| 68 | {"matrix": [3, 11], "x": 11.75, "y": 3}, | ||
| 69 | {"matrix": [3, 12], "x": 12.75, "y": 3}, | ||
| 70 | {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2}, | ||
| 71 | {"matrix": [3, 14], "x": 15, "y": 3}, | ||
| 72 | |||
| 73 | {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, | ||
| 74 | {"matrix": [4, 1], "x": 1.25, "y": 4}, | ||
| 75 | {"matrix": [4, 2], "x": 2.25, "y": 4}, | ||
| 76 | {"matrix": [4, 3], "x": 3.25, "y": 4}, | ||
| 77 | {"matrix": [4, 4], "x": 4.25, "y": 4}, | ||
| 78 | {"matrix": [4, 5], "x": 5.25, "y": 4}, | ||
| 79 | {"matrix": [4, 6], "x": 6.25, "y": 4}, | ||
| 80 | {"matrix": [4, 7], "x": 7.25, "y": 4}, | ||
| 81 | {"matrix": [4, 8], "x": 8.25, "y": 4}, | ||
| 82 | {"matrix": [4, 9], "x": 9.25, "y": 4}, | ||
| 83 | {"matrix": [4, 10], "x": 10.25, "y": 4}, | ||
| 84 | {"matrix": [4, 11], "x": 11.25, "y": 4}, | ||
| 85 | {"matrix": [4, 12], "x": 12.25, "y": 4, "w": 1.75}, | ||
| 86 | {"matrix": [4, 13], "x": 14, "y": 4}, | ||
| 87 | {"matrix": [4, 14], "x": 15, "y": 4}, | ||
| 88 | |||
| 89 | {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25}, | ||
| 90 | {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25}, | ||
| 91 | {"matrix": [5, 2], "x": 2.5, "y": 5, "w": 1.25}, | ||
| 92 | {"matrix": [5, 5], "x": 3.75, "y": 5, "w": 6.25}, | ||
| 93 | {"matrix": [5, 9], "x": 10, "y": 5}, | ||
| 94 | {"matrix": [5, 10], "x": 11, "y": 5}, | ||
| 95 | {"matrix": [5, 11], "x": 12, "y": 5}, | ||
| 96 | {"matrix": [5, 12], "x": 13, "y": 5}, | ||
| 97 | {"matrix": [5, 13], "x": 14, "y": 5}, | ||
| 98 | {"matrix": [5, 14], "x": 15, "y": 5} | ||
| 99 | ] | ||
| 100 | }, | ||
| 101 | "LAYOUT_83_ansi": { | ||
| 102 | "layout": [ | ||
| 103 | {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5}, | ||
| 104 | {"matrix": [0, 1], "x": 1.5, "y": 0}, | ||
| 105 | {"matrix": [0, 2], "x": 2.5, "y": 0}, | ||
| 106 | {"matrix": [0, 3], "x": 3.5, "y": 0}, | ||
| 107 | {"matrix": [0, 4], "x": 4.5, "y": 0}, | ||
| 108 | {"matrix": [0, 5], "x": 5.5, "y": 0}, | ||
| 109 | {"matrix": [0, 6], "x": 6.5, "y": 0}, | ||
| 110 | {"matrix": [0, 7], "x": 7.5, "y": 0}, | ||
| 111 | {"matrix": [0, 8], "x": 8.5, "y": 0}, | ||
| 112 | {"matrix": [0, 9], "x": 9.5, "y": 0}, | ||
| 113 | {"matrix": [0, 10], "x": 10.5, "y": 0}, | ||
| 114 | {"matrix": [0, 11], "x": 11.5, "y": 0}, | ||
| 115 | {"matrix": [0, 12], "x": 12.5, "y": 0}, | ||
| 116 | {"matrix": [0, 13], "x": 13.5, "y": 0}, | ||
| 117 | {"matrix": [0, 14], "x": 14.5, "y": 0, "w": 1.5}, | ||
| 118 | |||
| 119 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 120 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 121 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 122 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 123 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 124 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 125 | {"matrix": [1, 6], "x": 6, "y": 1}, | ||
| 126 | {"matrix": [1, 7], "x": 7, "y": 1}, | ||
| 127 | {"matrix": [1, 8], "x": 8, "y": 1}, | ||
| 128 | {"matrix": [1, 9], "x": 9, "y": 1}, | ||
| 129 | {"matrix": [1, 10], "x": 10, "y": 1}, | ||
| 130 | {"matrix": [1, 11], "x": 11, "y": 1}, | ||
| 131 | {"matrix": [1, 12], "x": 12, "y": 1}, | ||
| 132 | {"matrix": [1, 13], "x": 13, "y": 1, "w": 2}, | ||
| 133 | {"matrix": [1, 14], "x": 15, "y": 1}, | ||
| 134 | |||
| 135 | {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5}, | ||
| 136 | {"matrix": [2, 1], "x": 1.5, "y": 2}, | ||
| 137 | {"matrix": [2, 2], "x": 2.5, "y": 2}, | ||
| 138 | {"matrix": [2, 3], "x": 3.5, "y": 2}, | ||
| 139 | {"matrix": [2, 4], "x": 4.5, "y": 2}, | ||
| 140 | {"matrix": [2, 5], "x": 5.5, "y": 2}, | ||
| 141 | {"matrix": [2, 6], "x": 6.5, "y": 2}, | ||
| 142 | {"matrix": [2, 7], "x": 7.5, "y": 2}, | ||
| 143 | {"matrix": [2, 8], "x": 8.5, "y": 2}, | ||
| 144 | {"matrix": [2, 9], "x": 9.5, "y": 2}, | ||
| 145 | {"matrix": [2, 10], "x": 10.5, "y": 2}, | ||
| 146 | {"matrix": [2, 11], "x": 11.5, "y": 2}, | ||
| 147 | {"matrix": [2, 12], "x": 12.5, "y": 2}, | ||
| 148 | {"matrix": [2, 13], "x": 13.5, "y": 2, "w": 1.5}, | ||
| 149 | {"matrix": [2, 14], "x": 15, "y": 2}, | ||
| 150 | |||
| 151 | {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75}, | ||
| 152 | {"matrix": [3, 1], "x": 1.75, "y": 3}, | ||
| 153 | {"matrix": [3, 2], "x": 2.75, "y": 3}, | ||
| 154 | {"matrix": [3, 3], "x": 3.75, "y": 3}, | ||
| 155 | {"matrix": [3, 4], "x": 4.75, "y": 3}, | ||
| 156 | {"matrix": [3, 5], "x": 5.75, "y": 3}, | ||
| 157 | {"matrix": [3, 6], "x": 6.75, "y": 3}, | ||
| 158 | {"matrix": [3, 7], "x": 7.75, "y": 3}, | ||
| 159 | {"matrix": [3, 8], "x": 8.75, "y": 3}, | ||
| 160 | {"matrix": [3, 9], "x": 9.75, "y": 3}, | ||
| 161 | {"matrix": [3, 10], "x": 10.75, "y": 3}, | ||
| 162 | {"matrix": [3, 11], "x": 11.75, "y": 3}, | ||
| 163 | {"matrix": [3, 13], "x": 12.75, "y": 3, "w": 2.25}, | ||
| 164 | {"matrix": [3, 14], "x": 15, "y": 3}, | ||
| 165 | |||
| 166 | {"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25}, | ||
| 167 | {"matrix": [4, 2], "x": 2.25, "y": 4}, | ||
| 168 | {"matrix": [4, 3], "x": 3.25, "y": 4}, | ||
| 169 | {"matrix": [4, 4], "x": 4.25, "y": 4}, | ||
| 170 | {"matrix": [4, 5], "x": 5.25, "y": 4}, | ||
| 171 | {"matrix": [4, 6], "x": 6.25, "y": 4}, | ||
| 172 | {"matrix": [4, 7], "x": 7.25, "y": 4}, | ||
| 173 | {"matrix": [4, 8], "x": 8.25, "y": 4}, | ||
| 174 | {"matrix": [4, 9], "x": 9.25, "y": 4}, | ||
| 175 | {"matrix": [4, 10], "x": 10.25, "y": 4}, | ||
| 176 | {"matrix": [4, 11], "x": 11.25, "y": 4}, | ||
| 177 | {"matrix": [4, 12], "x": 12.25, "y": 4, "w": 1.75}, | ||
| 178 | {"matrix": [4, 13], "x": 14, "y": 4}, | ||
| 179 | {"matrix": [4, 14], "x": 15, "y": 4}, | ||
| 180 | |||
| 181 | {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25}, | ||
| 182 | {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25}, | ||
| 183 | {"matrix": [5, 2], "x": 2.5, "y": 5, "w": 1.25}, | ||
| 184 | {"matrix": [5, 5], "x": 3.75, "y": 5, "w": 6.25}, | ||
| 185 | {"matrix": [5, 9], "x": 10, "y": 5}, | ||
| 186 | {"matrix": [5, 10], "x": 11, "y": 5}, | ||
| 187 | {"matrix": [5, 11], "x": 12, "y": 5}, | ||
| 188 | {"matrix": [5, 12], "x": 13, "y": 5}, | ||
| 189 | {"matrix": [5, 13], "x": 14, "y": 5}, | ||
| 190 | {"matrix": [5, 14], "x": 15, "y": 5} | ||
| 191 | ] | ||
| 192 | }, | ||
| 193 | "LAYOUT_84_iso": { | ||
| 194 | "layout": [ | ||
| 195 | {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5}, | ||
| 196 | {"matrix": [0, 1], "x": 1.5, "y": 0}, | ||
| 197 | {"matrix": [0, 2], "x": 2.5, "y": 0}, | ||
| 198 | {"matrix": [0, 3], "x": 3.5, "y": 0}, | ||
| 199 | {"matrix": [0, 4], "x": 4.5, "y": 0}, | ||
| 200 | {"matrix": [0, 5], "x": 5.5, "y": 0}, | ||
| 201 | {"matrix": [0, 6], "x": 6.5, "y": 0}, | ||
| 202 | {"matrix": [0, 7], "x": 7.5, "y": 0}, | ||
| 203 | {"matrix": [0, 8], "x": 8.5, "y": 0}, | ||
| 204 | {"matrix": [0, 9], "x": 9.5, "y": 0}, | ||
| 205 | {"matrix": [0, 10], "x": 10.5, "y": 0}, | ||
| 206 | {"matrix": [0, 11], "x": 11.5, "y": 0}, | ||
| 207 | {"matrix": [0, 12], "x": 12.5, "y": 0}, | ||
| 208 | {"matrix": [0, 13], "x": 13.5, "y": 0}, | ||
| 209 | {"matrix": [0, 14], "x": 14.5, "y": 0, "w": 1.5}, | ||
| 210 | |||
| 211 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 212 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 213 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 214 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 215 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 216 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 217 | {"matrix": [1, 6], "x": 6, "y": 1}, | ||
| 218 | {"matrix": [1, 7], "x": 7, "y": 1}, | ||
| 219 | {"matrix": [1, 8], "x": 8, "y": 1}, | ||
| 220 | {"matrix": [1, 9], "x": 9, "y": 1}, | ||
| 221 | {"matrix": [1, 10], "x": 10, "y": 1}, | ||
| 222 | {"matrix": [1, 11], "x": 11, "y": 1}, | ||
| 223 | {"matrix": [1, 12], "x": 12, "y": 1}, | ||
| 224 | {"matrix": [1, 13], "x": 13, "y": 1, "w": 2}, | ||
| 225 | {"matrix": [1, 14], "x": 15, "y": 1}, | ||
| 226 | |||
| 227 | {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5}, | ||
| 228 | {"matrix": [2, 1], "x": 1.5, "y": 2}, | ||
| 229 | {"matrix": [2, 2], "x": 2.5, "y": 2}, | ||
| 230 | {"matrix": [2, 3], "x": 3.5, "y": 2}, | ||
| 231 | {"matrix": [2, 4], "x": 4.5, "y": 2}, | ||
| 232 | {"matrix": [2, 5], "x": 5.5, "y": 2}, | ||
| 233 | {"matrix": [2, 6], "x": 6.5, "y": 2}, | ||
| 234 | {"matrix": [2, 7], "x": 7.5, "y": 2}, | ||
| 235 | {"matrix": [2, 8], "x": 8.5, "y": 2}, | ||
| 236 | {"matrix": [2, 9], "x": 9.5, "y": 2}, | ||
| 237 | {"matrix": [2, 10], "x": 10.5, "y": 2}, | ||
| 238 | {"matrix": [2, 11], "x": 11.5, "y": 2}, | ||
| 239 | {"matrix": [2, 12], "x": 12.5, "y": 2}, | ||
| 240 | {"matrix": [2, 14], "x": 15, "y": 2}, | ||
| 241 | |||
| 242 | {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75}, | ||
| 243 | {"matrix": [3, 1], "x": 1.75, "y": 3}, | ||
| 244 | {"matrix": [3, 2], "x": 2.75, "y": 3}, | ||
| 245 | {"matrix": [3, 3], "x": 3.75, "y": 3}, | ||
| 246 | {"matrix": [3, 4], "x": 4.75, "y": 3}, | ||
| 247 | {"matrix": [3, 5], "x": 5.75, "y": 3}, | ||
| 248 | {"matrix": [3, 6], "x": 6.75, "y": 3}, | ||
| 249 | {"matrix": [3, 7], "x": 7.75, "y": 3}, | ||
| 250 | {"matrix": [3, 8], "x": 8.75, "y": 3}, | ||
| 251 | {"matrix": [3, 9], "x": 9.75, "y": 3}, | ||
| 252 | {"matrix": [3, 10], "x": 10.75, "y": 3}, | ||
| 253 | {"matrix": [3, 11], "x": 11.75, "y": 3}, | ||
| 254 | {"matrix": [3, 12], "x": 12.75, "y": 3}, | ||
| 255 | {"matrix": [3, 13], "x": 13.75, "y": 2, "w": 1.25, "h": 2}, | ||
| 256 | {"matrix": [3, 14], "x": 15, "y": 3}, | ||
| 257 | |||
| 258 | {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, | ||
| 259 | {"matrix": [4, 1], "x": 1.25, "y": 4}, | ||
| 260 | {"matrix": [4, 2], "x": 2.25, "y": 4}, | ||
| 261 | {"matrix": [4, 3], "x": 3.25, "y": 4}, | ||
| 262 | {"matrix": [4, 4], "x": 4.25, "y": 4}, | ||
| 263 | {"matrix": [4, 5], "x": 5.25, "y": 4}, | ||
| 264 | {"matrix": [4, 6], "x": 6.25, "y": 4}, | ||
| 265 | {"matrix": [4, 7], "x": 7.25, "y": 4}, | ||
| 266 | {"matrix": [4, 8], "x": 8.25, "y": 4}, | ||
| 267 | {"matrix": [4, 9], "x": 9.25, "y": 4}, | ||
| 268 | {"matrix": [4, 10], "x": 10.25, "y": 4}, | ||
| 269 | {"matrix": [4, 11], "x": 11.25, "y": 4}, | ||
| 270 | {"matrix": [4, 12], "x": 12.25, "y": 4, "w": 1.75}, | ||
| 271 | {"matrix": [4, 13], "x": 14, "y": 4}, | ||
| 272 | {"matrix": [4, 14], "x": 15, "y": 4}, | ||
| 273 | |||
| 274 | {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25}, | ||
| 275 | {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25}, | ||
| 276 | {"matrix": [5, 2], "x": 2.5, "y": 5, "w": 1.25}, | ||
| 277 | {"matrix": [5, 5], "x": 3.75, "y": 5, "w": 6.25}, | ||
| 278 | {"matrix": [5, 9], "x": 10, "y": 5}, | ||
| 279 | {"matrix": [5, 10], "x": 11, "y": 5}, | ||
| 280 | {"matrix": [5, 11], "x": 12, "y": 5}, | ||
| 281 | {"matrix": [5, 12], "x": 13, "y": 5}, | ||
| 282 | {"matrix": [5, 13], "x": 14, "y": 5}, | ||
| 283 | {"matrix": [5, 14], "x": 15, "y": 5} | ||
| 284 | ] | ||
| 285 | } | ||
| 286 | } | ||
| 287 | } | ||
diff --git a/keyboards/bear_face/v3/keymaps/default/keymap.c b/keyboards/bear_face/v3/keymaps/default/keymap.c new file mode 100644 index 0000000000..77f161a710 --- /dev/null +++ b/keyboards/bear_face/v3/keymaps/default/keymap.c | |||
| @@ -0,0 +1,92 @@ | |||
| 1 | /* Copyright 2024 will-hedges */ | ||
| 2 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | |||
| 6 | enum layers { | ||
| 7 | _QWER, | ||
| 8 | _COLE, | ||
| 9 | _DVOR, | ||
| 10 | _FN1, | ||
| 11 | }; | ||
| 12 | |||
| 13 | #define FN1_CAPS LT(_FN1, KC_CAPS) | ||
| 14 | |||
| 15 | //custom keycode enums | ||
| 16 | enum custom_keycodes { | ||
| 17 | BASE_QWER = QK_KB_0, | ||
| 18 | BASE_COLE, | ||
| 19 | BASE_DVOR | ||
| 20 | }; | ||
| 21 | |||
| 22 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 23 | [_QWER] = LAYOUT_83_ansi( | ||
| 24 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 25 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_HOME, | ||
| 26 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_PGUP, | ||
| 27 | FN1_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGDN, | ||
| 28 | 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_END, | ||
| 29 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 30 | ), | ||
| 31 | |||
| 32 | [_COLE] = LAYOUT_83_ansi( | ||
| 33 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 34 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_HOME, | ||
| 35 | KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_LBRC, KC_RBRC, KC_BSLS, KC_PGUP, | ||
| 36 | KC_BSPC, KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT, KC_ENT, KC_PGDN, | ||
| 37 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_END, | ||
| 38 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 39 | ), | ||
| 40 | |||
| 41 | [_DVOR] = LAYOUT_83_ansi( | ||
| 42 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 43 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_LBRC, KC_RBRC, KC_BSPC, KC_HOME, | ||
| 44 | KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH, KC_EQL, KC_BSLS, KC_PGUP, | ||
| 45 | FN1_CAPS, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINS, KC_ENT, KC_PGDN, | ||
| 46 | KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_RSFT, KC_UP, KC_END, | ||
| 47 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 48 | ), | ||
| 49 | |||
| 50 | [_FN1] = LAYOUT_83_ansi( | ||
| 51 | _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_MPRV, KC_MPLY, KC_MNXT, _______, _______, _______, KC_PSCR, KC_SCRL, KC_PAUS, _______, KC_INS, | ||
| 52 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_CALC, BASE_QWER, | ||
| 53 | _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, BASE_COLE, | ||
| 54 | _______, _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, BASE_DVOR, | ||
| 55 | _______, KC_APP, _______, _______, _______, _______, _______, _______, _______, _______, KC_APP, _______, _______, _______, | ||
| 56 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 57 | ), | ||
| 58 | |||
| 59 | /* | ||
| 60 | [_BLANK] = LAYOUT_83_ansi( | ||
| 61 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 62 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 63 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 64 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 65 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 66 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 67 | ), | ||
| 68 | */ | ||
| 69 | }; | ||
| 70 | |||
| 71 | |||
| 72 | // Macros to allow the user to set whatever default layer they want, even after reboot | ||
| 73 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 74 | switch (keycode) { | ||
| 75 | case BASE_QWER: | ||
| 76 | if (record->event.pressed) { | ||
| 77 | set_single_persistent_default_layer(_QWER); | ||
| 78 | } | ||
| 79 | break; | ||
| 80 | case BASE_COLE: | ||
| 81 | if (record->event.pressed) { | ||
| 82 | set_single_persistent_default_layer(_COLE); | ||
| 83 | } | ||
| 84 | break; | ||
| 85 | case BASE_DVOR: | ||
| 86 | if (record->event.pressed) { | ||
| 87 | set_single_persistent_default_layer(_DVOR); | ||
| 88 | } | ||
| 89 | break; | ||
| 90 | } | ||
| 91 | return true; | ||
| 92 | }; | ||
diff --git a/keyboards/bear_face/v3/keymaps/default/readme.md b/keyboards/bear_face/v3/keymaps/default/readme.md new file mode 100644 index 0000000000..a86b77bb19 --- /dev/null +++ b/keyboards/bear_face/v3/keymaps/default/readme.md | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # default bear_face layout | ||
| 2 | |||
| 3 | This layout replaces the stock layout on the Vortex Race 3. | ||
| 4 | |||
| 5 | - Caps Lock indicator LED is enabled by default | ||
| 6 | - Layer Tap on Caps Lock (tap for Caps Lock, hold for _FN1) | ||
| 7 | - FORCE_NKRO enabled by default | ||
| 8 | |||
| 9 | - Pn key is set to 'KC_NO' by default | ||
| 10 | * Might be a good place for a macro, or to put your PC to sleep, etc. | ||
| 11 | |||
| 12 | - A combined function layer that mimics the sublegends on the stock caps (regardless of layout) | ||
| 13 | * 'Reset' will put the keyboard into DFU mode | ||
| 14 | * 'APP' sends 'KC_APP' | ||
| 15 | * Base layer toggles for QWERTY, COLEMAK, and DVORAK layouts (will persist after reboot) | ||
| 16 | |||
| 17 | - New things in v3: | ||
| 18 | * v3.1c PCB is compatible with both rev1 (Micro-USB) and rev2 (USB-C) stock cases | ||
diff --git a/keyboards/bear_face/v3/keymaps/default_iso/keymap.c b/keyboards/bear_face/v3/keymaps/default_iso/keymap.c new file mode 100644 index 0000000000..73a1155b6a --- /dev/null +++ b/keyboards/bear_face/v3/keymaps/default_iso/keymap.c | |||
| @@ -0,0 +1,92 @@ | |||
| 1 | /* Copyright 2024 will-hedges */ | ||
| 2 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | |||
| 6 | enum layers { | ||
| 7 | _QWER, | ||
| 8 | _COLE, | ||
| 9 | _DVOR, | ||
| 10 | _FN1, | ||
| 11 | }; | ||
| 12 | |||
| 13 | #define FN1_CAPS LT(_FN1, KC_CAPS) | ||
| 14 | |||
| 15 | //custom keycode enums | ||
| 16 | enum custom_keycodes { | ||
| 17 | BASE_QWER = SAFE_RANGE, | ||
| 18 | BASE_COLE, | ||
| 19 | BASE_DVOR | ||
| 20 | }; | ||
| 21 | |||
| 22 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 23 | [_QWER] = LAYOUT_84_iso( | ||
| 24 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 25 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_HOME, | ||
| 26 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_PGUP, | ||
| 27 | FN1_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_PGDN, | ||
| 28 | 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_END, | ||
| 29 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 30 | ), | ||
| 31 | |||
| 32 | [_COLE] = LAYOUT_84_iso( | ||
| 33 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 34 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_HOME, | ||
| 35 | KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_LBRC, KC_RBRC, KC_PGUP, | ||
| 36 | KC_BSPC, KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT, KC_NUHS, KC_ENT, KC_PGDN, | ||
| 37 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_END, | ||
| 38 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 39 | ), | ||
| 40 | |||
| 41 | [_DVOR] = LAYOUT_84_iso( | ||
| 42 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_DEL, | ||
| 43 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_LBRC, KC_RBRC, KC_BSPC, KC_HOME, | ||
| 44 | KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH, KC_EQL, KC_PGUP, | ||
| 45 | FN1_CAPS, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINS, KC_NUHS, KC_ENT, KC_PGDN, | ||
| 46 | KC_LSFT, KC_NUBS, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_RSFT, KC_UP, KC_END, | ||
| 47 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 48 | ), | ||
| 49 | |||
| 50 | [_FN1] = LAYOUT_84_iso( | ||
| 51 | _______, KC_MUTE, KC_VOLD, KC_VOLU, KC_MPRV, KC_MPLY, KC_MNXT, _______, _______, KC_PSCR, KC_SCRL, KC_PAUS, _______, _______, KC_INS, | ||
| 52 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_CALC, BASE_QWER, | ||
| 53 | _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, BASE_COLE, | ||
| 54 | _______, _______, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, BASE_DVOR, | ||
| 55 | _______, KC_APP, _______, _______, _______, _______, _______, _______, _______, _______, KC_APP, _______, _______, _______, _______, | ||
| 56 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 57 | ), | ||
| 58 | |||
| 59 | /* | ||
| 60 | [_BLANK] = LAYOUT_84_iso( | ||
| 61 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 62 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 63 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 64 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 65 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ _______, _______, | ||
| 66 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 67 | ), | ||
| 68 | */ | ||
| 69 | }; | ||
| 70 | |||
| 71 | |||
| 72 | // Macros to allow the user to set whatever default layer they want, even after reboot | ||
| 73 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 74 | switch (keycode) { | ||
| 75 | case BASE_QWER: | ||
| 76 | if (record->event.pressed) { | ||
| 77 | set_single_persistent_default_layer(_QWER); | ||
| 78 | } | ||
| 79 | break; | ||
| 80 | case BASE_COLE: | ||
| 81 | if (record->event.pressed) { | ||
| 82 | set_single_persistent_default_layer(_COLE); | ||
| 83 | } | ||
| 84 | break; | ||
| 85 | case BASE_DVOR: | ||
| 86 | if (record->event.pressed) { | ||
| 87 | set_single_persistent_default_layer(_DVOR); | ||
| 88 | } | ||
| 89 | break; | ||
| 90 | } | ||
| 91 | return true; | ||
| 92 | }; | ||
diff --git a/keyboards/bear_face/v3/keymaps/default_iso/readme.md b/keyboards/bear_face/v3/keymaps/default_iso/readme.md new file mode 100644 index 0000000000..a86b77bb19 --- /dev/null +++ b/keyboards/bear_face/v3/keymaps/default_iso/readme.md | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # default bear_face layout | ||
| 2 | |||
| 3 | This layout replaces the stock layout on the Vortex Race 3. | ||
| 4 | |||
| 5 | - Caps Lock indicator LED is enabled by default | ||
| 6 | - Layer Tap on Caps Lock (tap for Caps Lock, hold for _FN1) | ||
| 7 | - FORCE_NKRO enabled by default | ||
| 8 | |||
| 9 | - Pn key is set to 'KC_NO' by default | ||
| 10 | * Might be a good place for a macro, or to put your PC to sleep, etc. | ||
| 11 | |||
| 12 | - A combined function layer that mimics the sublegends on the stock caps (regardless of layout) | ||
| 13 | * 'Reset' will put the keyboard into DFU mode | ||
| 14 | * 'APP' sends 'KC_APP' | ||
| 15 | * Base layer toggles for QWERTY, COLEMAK, and DVORAK layouts (will persist after reboot) | ||
| 16 | |||
| 17 | - New things in v3: | ||
| 18 | * v3.1c PCB is compatible with both rev1 (Micro-USB) and rev2 (USB-C) stock cases | ||
