aboutsummaryrefslogtreecommitdiff
path: root/keyboards/plume
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenwut@gmail.com>2020-09-06 09:33:43 +0200
committerGitHub <noreply@github.com>2020-09-06 00:33:43 -0700
commitd0eabd083ebe13b864dd7628b43096c8362d0f29 (patch)
treecdb0a5f72b1d638fb6f5be9d285698fde2ad3fe6 /keyboards/plume
parente0b7c70743d9307f3131d827848b79f821abaf69 (diff)
downloadqmk_firmware-d0eabd083ebe13b864dd7628b43096c8362d0f29.tar.gz
qmk_firmware-d0eabd083ebe13b864dd7628b43096c8362d0f29.zip
[Keyboard] add Plume Keyboards Plume65 (#10176)
* Add Plume65 * Changes
Diffstat (limited to 'keyboards/plume')
-rw-r--r--keyboards/plume/plume65/config.h137
-rw-r--r--keyboards/plume/plume65/info.json376
-rw-r--r--keyboards/plume/plume65/keymaps/default/keymap.c33
-rw-r--r--keyboards/plume/plume65/keymaps/default/readme.md1
-rw-r--r--keyboards/plume/plume65/keymaps/via/keymap.c45
-rw-r--r--keyboards/plume/plume65/keymaps/via/rules.mk1
-rw-r--r--keyboards/plume/plume65/plume65.c16
-rw-r--r--keyboards/plume/plume65/plume65.h103
-rw-r--r--keyboards/plume/plume65/readme.md16
-rw-r--r--keyboards/plume/plume65/rules.mk22
10 files changed, 750 insertions, 0 deletions
diff --git a/keyboards/plume/plume65/config.h b/keyboards/plume/plume65/config.h
new file mode 100644
index 000000000..2cd05e180
--- /dev/null
+++ b/keyboards/plume/plume65/config.h
@@ -0,0 +1,137 @@
1/* Copyright 2020 Dekkers
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "config_common.h"
20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0x5D66
23#define PRODUCT_ID 0x22CF
24#define DEVICE_VER 0x0001
25#define MANUFACTURER Plume Keyboards LLC
26#define PRODUCT Plume65
27
28/* key matrix size */
29#define MATRIX_ROWS 5
30#define MATRIX_COLS 15
31
32/*
33 * Keyboard Matrix Assignments
34 *
35 * Change this to how you wired your keyboard
36 * COLS: AVR pins used for columns, left to right
37 * ROWS: AVR pins used for rows, top to bottom
38 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
39 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
40 *
41*/
42#define MATRIX_ROW_PINS { D2, D5, E6, D0, D1 }
43#define MATRIX_COL_PINS { B7, F7, C7, C6, B6, F0, B5, F1, B4, F4, D7, F5, D6, F6, D4 }
44#define UNUSED_PINS { }
45
46/* COL2ROW, ROW2COL*/
47#define DIODE_DIRECTION COL2ROW
48
49 #define RGB_DI_PIN B0
50// #ifdef RGB_DI_PIN
51 #define RGBLED_NUM 10
52// #define RGBLIGHT_HUE_STEP 8
53// #define RGBLIGHT_SAT_STEP 8
54// #define RGBLIGHT_VAL_STEP 8
55// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
56// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
57// /*== all animations enable ==*/
58 #define RGBLIGHT_ANIMATIONS
59// /*== or choose animations ==*/
60// #define RGBLIGHT_EFFECT_BREATHING
61// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
62// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
63// #define RGBLIGHT_EFFECT_SNAKE
64// #define RGBLIGHT_EFFECT_KNIGHT
65// #define RGBLIGHT_EFFECT_CHRISTMAS
66// #define RGBLIGHT_EFFECT_STATIC_GRADIENT
67// #define RGBLIGHT_EFFECT_RGB_TEST
68// #define RGBLIGHT_EFFECT_ALTERNATING
69// /*== customize breathing effect ==*/
70// /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
71// #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64
72// /*==== use exp() and sin() ====*/
73// #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
74// #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
75// #endif
76
77/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
78#define DEBOUNCE 5
79
80/* define if matrix has ghost (lacks anti-ghosting diodes) */
81//#define MATRIX_HAS_GHOST
82
83/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
84#define LOCKING_SUPPORT_ENABLE
85/* Locking resynchronize hack */
86#define LOCKING_RESYNC_ENABLE
87
88/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
89 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
90 */
91// #define GRAVE_ESC_CTRL_OVERRIDE
92
93/*
94 * Force NKRO
95 *
96 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
97 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
98 * makefile for this to work.)
99 *
100 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
101 * until the next keyboard reset.
102 *
103 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
104 * fully operational during normal computer usage.
105 *
106 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
107 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
108 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
109 * power-up.
110 *
111 */
112//#define FORCE_NKRO
113
114/*
115 * Feature disable options
116 * These options are also useful to firmware size reduction.
117 */
118
119/* disable debug print */
120//#define NO_DEBUG
121
122/* disable print */
123//#define NO_PRINT
124
125/* disable action features */
126//#define NO_ACTION_LAYER
127//#define NO_ACTION_TAPPING
128//#define NO_ACTION_ONESHOT
129//#define NO_ACTION_MACRO
130//#define NO_ACTION_FUNCTION
131
132/* Bootmagic Lite key configuration */
133// #define BOOTMAGIC_LITE_ROW 0
134// #define BOOTMAGIC_LITE_COLUMN 0
135
136#define QMK_ESC_OUTPUT B7 // usually COL
137#define QMK_ESC_INPUT D2 // usually ROW
diff --git a/keyboards/plume/plume65/info.json b/keyboards/plume/plume65/info.json
new file mode 100644
index 000000000..941d911f3
--- /dev/null
+++ b/keyboards/plume/plume65/info.json
@@ -0,0 +1,376 @@
1{
2 "keyboard_name": "Plume65",
3 "url": "",
4 "maintainer": "maartenwut",
5 "width": 16,
6 "height": 5,
7 "layouts": {
8 "LAYOUT_iso": {
9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
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, "w":2},
24
25 {"x":0, "y":1, "w":1.5},
26 {"x":1.5, "y":1},
27 {"x":2.5, "y":1},
28 {"x":3.5, "y":1},
29 {"x":4.5, "y":1},
30 {"x":5.5, "y":1},
31 {"x":6.5, "y":1},
32 {"x":7.5, "y":1},
33 {"x":8.5, "y":1},
34 {"x":9.5, "y":1},
35 {"x":10.5, "y":1},
36 {"x":11.5, "y":1},
37 {"x":12.5, "y":1},
38 {"x":15, "y":1},
39
40 {"x":0, "y":2, "w":1.75},
41 {"x":1.75, "y":2},
42 {"x":2.75, "y":2},
43 {"x":3.75, "y":2},
44 {"x":4.75, "y":2},
45 {"x":5.75, "y":2},
46 {"x":6.75, "y":2},
47 {"x":7.75, "y":2},
48 {"x":8.75, "y":2},
49 {"x":9.75, "y":2},
50 {"x":10.75, "y":2},
51 {"x":11.75, "y":2},
52 {"x":12.75, "y":2},
53 {"x":13.75, "y":1, "w":1.25, "h":2},
54 {"x":15, "y":2},
55
56 {"x":0, "y":3, "w":1.25},
57 {"x":1.25, "y":3},
58 {"x":2.25, "y":3},
59 {"x":3.25, "y":3},
60 {"x":4.25, "y":3},
61 {"x":5.25, "y":3},
62 {"x":6.25, "y":3},
63 {"x":7.25, "y":3},
64 {"x":8.25, "y":3},
65 {"x":9.25, "y":3},
66 {"x":10.25, "y":3},
67 {"x":11.25, "y":3},
68 {"x":12.25, "y":3, "w":1.75},
69 {"x":14, "y":3},
70 {"x":15, "y":3},
71
72 {"x":0, "y":4, "w":1.5},
73 {"x":2.5, "y":4, "w":1.5},
74 {"x":4, "y":4, "w":7},
75 {"x":11, "y":4, "w":1.5},
76 {"x":13, "y":4},
77 {"x":14, "y":4},
78 {"x":15, "y":4}
79 ]
80 },
81 "LAYOUT_ansi": {
82 "layout": [
83 {"x":0, "y":0},
84 {"x":1, "y":0},
85 {"x":2, "y":0},
86 {"x":3, "y":0},
87 {"x":4, "y":0},
88 {"x":5, "y":0},
89 {"x":6, "y":0},
90 {"x":7, "y":0},
91 {"x":8, "y":0},
92 {"x":9, "y":0},
93 {"x":10, "y":0},
94 {"x":11, "y":0},
95 {"x":12, "y":0},
96 {"x":13, "y":0, "w":2},
97
98 {"x":0, "y":1, "w":1.5},
99 {"x":1.5, "y":1},
100 {"x":2.5, "y":1},
101 {"x":3.5, "y":1},
102 {"x":4.5, "y":1},
103 {"x":5.5, "y":1},
104 {"x":6.5, "y":1},
105 {"x":7.5, "y":1},
106 {"x":8.5, "y":1},
107 {"x":9.5, "y":1},
108 {"x":10.5, "y":1},
109 {"x":11.5, "y":1},
110 {"x":12.5, "y":1},
111 {"x":13.5, "y":1, "w":1.5},
112 {"x":15, "y":1},
113
114 {"x":0, "y":2, "w":1.75},
115 {"x":1.75, "y":2},
116 {"x":2.75, "y":2},
117 {"x":3.75, "y":2},
118 {"x":4.75, "y":2},
119 {"x":5.75, "y":2},
120 {"x":6.75, "y":2},
121 {"x":7.75, "y":2},
122 {"x":8.75, "y":2},
123 {"x":9.75, "y":2},
124 {"x":10.75, "y":2},
125 {"x":11.75, "y":2},
126 {"x":12.75, "y":2, "w":2.25},
127 {"x":15, "y":2},
128
129 {"x":0, "y":3, "w":2.25},
130 {"x":2.25, "y":3},
131 {"x":3.25, "y":3},
132 {"x":4.25, "y":3},
133 {"x":5.25, "y":3},
134 {"x":6.25, "y":3},
135 {"x":7.25, "y":3},
136 {"x":8.25, "y":3},
137 {"x":9.25, "y":3},
138 {"x":10.25, "y":3},
139 {"x":11.25, "y":3},
140 {"x":12.25, "y":3, "w":1.75},
141 {"x":14, "y":3},
142 {"x":15, "y":3},
143
144 {"x":0, "y":4, "w":1.5},
145 {"x":2.5, "y":4, "w":1.5},
146 {"x":4, "y":4, "w":7},
147 {"x":11, "y":4, "w":1.5},
148 {"x":13, "y":4},
149 {"x":14, "y":4},
150 {"x":15, "y":4}
151 ]
152 },
153 "LAYOUT_iso_split_bs": {
154 "layout": [
155 {"x":0, "y":0},
156 {"x":1, "y":0},
157 {"x":2, "y":0},
158 {"x":3, "y":0},
159 {"x":4, "y":0},
160 {"x":5, "y":0},
161 {"x":6, "y":0},
162 {"x":7, "y":0},
163 {"x":8, "y":0},
164 {"x":9, "y":0},
165 {"x":10, "y":0},
166 {"x":11, "y":0},
167 {"x":12, "y":0},
168 {"x":13, "y":0},
169 {"x":14, "y":0},
170
171 {"x":0, "y":1, "w":1.5},
172 {"x":1.5, "y":1},
173 {"x":2.5, "y":1},
174 {"x":3.5, "y":1},
175 {"x":4.5, "y":1},
176 {"x":5.5, "y":1},
177 {"x":6.5, "y":1},
178 {"x":7.5, "y":1},
179 {"x":8.5, "y":1},
180 {"x":9.5, "y":1},
181 {"x":10.5, "y":1},
182 {"x":11.5, "y":1},
183 {"x":12.5, "y":1},
184 {"x":15, "y":1},
185
186 {"x":0, "y":2, "w":1.75},
187 {"x":1.75, "y":2},
188 {"x":2.75, "y":2},
189 {"x":3.75, "y":2},
190 {"x":4.75, "y":2},
191 {"x":5.75, "y":2},
192 {"x":6.75, "y":2},
193 {"x":7.75, "y":2},
194 {"x":8.75, "y":2},
195 {"x":9.75, "y":2},
196 {"x":10.75, "y":2},
197 {"x":11.75, "y":2},
198 {"x":12.75, "y":2},
199 {"x":13.75, "y":1, "w":1.25, "h":2},
200 {"x":15, "y":2},
201
202 {"x":0, "y":3, "w":1.25},
203 {"x":1.25, "y":3},
204 {"x":2.25, "y":3},
205 {"x":3.25, "y":3},
206 {"x":4.25, "y":3},
207 {"x":5.25, "y":3},
208 {"x":6.25, "y":3},
209 {"x":7.25, "y":3},
210 {"x":8.25, "y":3},
211 {"x":9.25, "y":3},
212 {"x":10.25, "y":3},
213 {"x":11.25, "y":3},
214 {"x":12.25, "y":3, "w":1.75},
215 {"x":14, "y":3},
216 {"x":15, "y":3},
217
218 {"x":0, "y":4, "w":1.5},
219 {"x":2.5, "y":4, "w":1.5},
220 {"x":4, "y":4, "w":7},
221 {"x":11, "y":4, "w":1.5},
222 {"x":13, "y":4},
223 {"x":14, "y":4},
224 {"x":15, "y":4}
225 ]
226 },
227 "LAYOUT_ansi_split_bs": {
228 "layout": [
229 {"x":0, "y":0},
230 {"x":1, "y":0},
231 {"x":2, "y":0},
232 {"x":3, "y":0},
233 {"x":4, "y":0},
234 {"x":5, "y":0},
235 {"x":6, "y":0},
236 {"x":7, "y":0},
237 {"x":8, "y":0},
238 {"x":9, "y":0},
239 {"x":10, "y":0},
240 {"x":11, "y":0},
241 {"x":12, "y":0},
242 {"x":13, "y":0},
243 {"x":14, "y":0},
244
245 {"x":0, "y":1, "w":1.5},
246 {"x":1.5, "y":1},
247 {"x":2.5, "y":1},
248 {"x":3.5, "y":1},
249 {"x":4.5, "y":1},
250 {"x":5.5, "y":1},
251 {"x":6.5, "y":1},
252 {"x":7.5, "y":1},
253 {"x":8.5, "y":1},
254 {"x":9.5, "y":1},
255 {"x":10.5, "y":1},
256 {"x":11.5, "y":1},
257 {"x":12.5, "y":1},
258 {"x":13.5, "y":1, "w":1.5},
259 {"x":15, "y":1},
260
261 {"x":0, "y":2, "w":1.75},
262 {"x":1.75, "y":2},
263 {"x":2.75, "y":2},
264 {"x":3.75, "y":2},
265 {"x":4.75, "y":2},
266 {"x":5.75, "y":2},
267 {"x":6.75, "y":2},
268 {"x":7.75, "y":2},
269 {"x":8.75, "y":2},
270 {"x":9.75, "y":2},
271 {"x":10.75, "y":2},
272 {"x":11.75, "y":2},
273 {"x":12.75, "y":2, "w":2.25},
274 {"x":15, "y":2},
275
276 {"x":0, "y":3, "w":2.25},
277 {"x":2.25, "y":3},
278 {"x":3.25, "y":3},
279 {"x":4.25, "y":3},
280 {"x":5.25, "y":3},
281 {"x":6.25, "y":3},
282 {"x":7.25, "y":3},
283 {"x":8.25, "y":3},
284 {"x":9.25, "y":3},
285 {"x":10.25, "y":3},
286 {"x":11.25, "y":3},
287 {"x":12.25, "y":3, "w":1.75},
288 {"x":14, "y":3},
289 {"x":15, "y":3},
290
291 {"x":0, "y":4, "w":1.5},
292 {"x":2.5, "y":4, "w":1.5},
293 {"x":4, "y":4, "w":7},
294 {"x":11, "y":4, "w":1.5},
295 {"x":13, "y":4},
296 {"x":14, "y":4},
297 {"x":15, "y":4}
298 ]
299 },
300 "LAYOUT_all": {
301 "layout": [
302 {"x":0, "y":0},
303 {"x":1, "y":0},
304 {"x":2, "y":0},
305 {"x":3, "y":0},
306 {"x":4, "y":0},
307 {"x":5, "y":0},
308 {"x":6, "y":0},
309 {"x":7, "y":0},
310 {"x":8, "y":0},
311 {"x":9, "y":0},
312 {"x":10, "y":0},
313 {"x":11, "y":0},
314 {"x":12, "y":0},
315 {"x":13, "y":0},
316 {"x":14, "y":0},
317
318 {"x":0, "y":1, "w":1.5},
319 {"x":1.5, "y":1},
320 {"x":2.5, "y":1},
321 {"x":3.5, "y":1},
322 {"x":4.5, "y":1},
323 {"x":5.5, "y":1},
324 {"x":6.5, "y":1},
325 {"x":7.5, "y":1},
326 {"x":8.5, "y":1},
327 {"x":9.5, "y":1},
328 {"x":10.5, "y":1},
329 {"x":11.5, "y":1},
330 {"x":12.5, "y":1},
331 {"x":13.5, "y":1, "w":1.5},
332 {"x":15, "y":1},
333
334 {"x":0, "y":2, "w":1.75},
335 {"x":1.75, "y":2},
336 {"x":2.75, "y":2},
337 {"x":3.75, "y":2},
338 {"x":4.75, "y":2},
339 {"x":5.75, "y":2},
340 {"x":6.75, "y":2},
341 {"x":7.75, "y":2},
342 {"x":8.75, "y":2},
343 {"x":9.75, "y":2},
344 {"x":10.75, "y":2},
345 {"x":11.75, "y":2},
346 {"x":12.75, "y":2},
347 {"x":13.75, "y":2, "w":1.25},
348 {"x":15, "y":2},
349
350 {"x":0, "y":3, "w":1.25},
351 {"x":1.25, "y":3},
352 {"x":2.25, "y":3},
353 {"x":3.25, "y":3},
354 {"x":4.25, "y":3},
355 {"x":5.25, "y":3},
356 {"x":6.25, "y":3},
357 {"x":7.25, "y":3},
358 {"x":8.25, "y":3},
359 {"x":9.25, "y":3},
360 {"x":10.25, "y":3},
361 {"x":11.25, "y":3},
362 {"x":12.25, "y":3, "w":1.75},
363 {"x":14, "y":3},
364 {"x":15, "y":3},
365
366 {"x":0, "y":4, "w":1.5},
367 {"x":2.5, "y":4, "w":1.5},
368 {"x":4, "y":4, "w":7},
369 {"x":11, "y":4, "w":1.5},
370 {"x":13, "y":4},
371 {"x":14, "y":4},
372 {"x":15, "y":4}
373 ]
374 }
375 }
376}
diff --git a/keyboards/plume/plume65/keymaps/default/keymap.c b/keyboards/plume/plume65/keymaps/default/keymap.c
new file mode 100644
index 000000000..343c3b4f7
--- /dev/null
+++ b/keyboards/plume/plume65/keymaps/default/keymap.c
@@ -0,0 +1,33 @@
1/* Copyright 2020 Dekkers
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19
20[0] = LAYOUT_ansi(
21 KC_ESC, 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,
22 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_DEL,
23 KC_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_PGUP,
24 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,
25 KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),
26[1] = LAYOUT_ansi(
27 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
28 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, _______, _______, _______)
32
33};
diff --git a/keyboards/plume/plume65/keymaps/default/readme.md b/keyboards/plume/plume65/keymaps/default/readme.md
new file mode 100644
index 000000000..33c50283a
--- /dev/null
+++ b/keyboards/plume/plume65/keymaps/default/readme.md
@@ -0,0 +1 @@
This is the default keymap for the Plume65.
diff --git a/keyboards/plume/plume65/keymaps/via/keymap.c b/keyboards/plume/plume65/keymaps/via/keymap.c
new file mode 100644
index 000000000..ed8e921c7
--- /dev/null
+++ b/keyboards/plume/plume65/keymaps/via/keymap.c
@@ -0,0 +1,45 @@
1/* Copyright 2020 Dekkers
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19
20[0] = LAYOUT_all(
21 KC_ESC, 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_BSLS, KC_BSPC,
22 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_DEL,
23 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, KC_ENT, KC_PGUP,
24 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,
25 KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),
26[1] = LAYOUT_all(
27 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
28 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, _______, _______, _______),
32[2] = LAYOUT_all(
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
35 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
36 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
37 _______, _______, _______, _______, _______, _______, _______),
38[3] = LAYOUT_all(
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
43 _______, _______, _______, _______, _______, _______, _______),
44
45};
diff --git a/keyboards/plume/plume65/keymaps/via/rules.mk b/keyboards/plume/plume65/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/plume/plume65/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/plume/plume65/plume65.c b/keyboards/plume/plume65/plume65.c
new file mode 100644
index 000000000..d59f2289e
--- /dev/null
+++ b/keyboards/plume/plume65/plume65.c
@@ -0,0 +1,16 @@
1/* Copyright 2020 Dekkers
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include "plume65.h"
diff --git a/keyboards/plume/plume65/plume65.h b/keyboards/plume/plume65/plume65.h
new file mode 100644
index 000000000..fa169a8bc
--- /dev/null
+++ b/keyboards/plume/plume65/plume65.h
@@ -0,0 +1,103 @@
1/* Copyright 2020 Dekkers
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#include "quantum.h"
19#define XXX KC_NO
20
21/* This a shortcut to help you visually see your layout.
22 *
23 * The first section contains all of the arguments representing the physical
24 * layout of the board and position of the keys.
25 *
26 * The second converts the arguments into a two-dimensional array which
27 * represents the switch matrix.
28 */
29
30#define LAYOUT_ansi( \
31 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \
32 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, \
33 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2d, k2e, \
34 k30, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
35 k40, k42, k46, k4b, k4c, k4d, k4e \
36) \
37{ \
38 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, XXX }, \
39 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e }, \
40 { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, XXX, k2d, k2e }, \
41 { k30, XXX, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
42 { k40, XXX, k42, XXX, XXX, XXX, k46, XXX, XXX, XXX, XXX, k4b, k4c, k4d, k4e } \
43}
44
45#define LAYOUT_ansi_split_bs( \
46 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0e, k0d, \
47 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, \
48 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2d, k2e, \
49 k30, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
50 k40, k42, k46, k4b, k4c, k4d, k4e \
51) \
52{ \
53 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e }, \
54 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e }, \
55 { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, XXX, k2d, k2e }, \
56 { k30, XXX, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
57 { k40, XXX, k42, XXX, XXX, XXX, k46, XXX, XXX, XXX, XXX, k4b, k4c, k4d, k4e } \
58}
59
60#define LAYOUT_iso( \
61 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \
62 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1e, \
63 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, \
64 k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
65 k40, k42, k46, k4b, k4c, k4d, k4e \
66) \
67{ \
68 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, XXX }, \
69 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, XXX, k1e }, \
70 { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e }, \
71 { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
72 { k40, XXX, k42, XXX, XXX, XXX, k46, XXX, XXX, XXX, XXX, k4b, k4c, k4d, k4e } \
73}
74
75#define LAYOUT_iso_split_bs( \
76 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0e, k0d, \
77 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1e, \
78 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, \
79 k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
80 k40, k42, k46, k4b, k4c, k4d, k4e \
81) \
82{ \
83 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e }, \
84 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, XXX, k1e }, \
85 { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e }, \
86 { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
87 { k40, XXX, k42, XXX, XXX, XXX, k46, XXX, XXX, XXX, XXX, k4b, k4c, k4d, k4e } \
88}
89
90#define LAYOUT_all( \
91 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0e, k0d, \
92 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, \
93 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, \
94 k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e, \
95 k40, k42, k46, k4b, k4c, k4d, k4e \
96) \
97{ \
98 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e }, \
99 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e }, \
100 { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e }, \
101 { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
102 { k40, XXX, k42, XXX, XXX, XXX, k46, XXX, XXX, XXX, XXX, k4b, k4c, k4d, k4e } \
103}
diff --git a/keyboards/plume/plume65/readme.md b/keyboards/plume/plume65/readme.md
new file mode 100644
index 000000000..828477eaf
--- /dev/null
+++ b/keyboards/plume/plume65/readme.md
@@ -0,0 +1,16 @@
1# Plume65
2
3## Support
4* Keyboard Maintainer: [maartenwut](https://github.com/maartenwut)
5* Hardware Supported: Plume65
6* Hardware Availability: N/A
7
8Make example for this keyboard (after setting up your build environment):
9
10 make plume/plume65:default
11
12Flashing example for this keyboard:
13
14 make plume/plume65:default:flash
15
16See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/plume/plume65/rules.mk b/keyboards/plume/plume65/rules.mk
new file mode 100644
index 000000000..dded09bb8
--- /dev/null
+++ b/keyboards/plume/plume65/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = qmk-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output