aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspooknik <40317809+spooknik@users.noreply.github.com>2021-05-22 06:44:22 +0200
committerGitHub <noreply@github.com>2021-05-21 21:44:22 -0700
commit0be53004b38b97599f8244bfb7a0b5e43f2151c5 (patch)
tree750e1ec640e55ec63abdf90d40186aa14cf60369
parentd425fcc8b126bc707e072472d32cf125c6229d85 (diff)
downloadqmk_firmware-0be53004b38b97599f8244bfb7a0b5e43f2151c5.tar.gz
qmk_firmware-0be53004b38b97599f8244bfb7a0b5e43f2151c5.zip
[Keyboard] Add support for alfredslab 65 (#12334)
Co-authored-by: Ryan <fauxpark@gmail.com>
-rw-r--r--keyboards/alfredslab/swift65/solder/config.h68
-rw-r--r--keyboards/alfredslab/swift65/solder/info.json81
-rw-r--r--keyboards/alfredslab/swift65/solder/keymaps/default/keymap.c35
-rw-r--r--keyboards/alfredslab/swift65/solder/keymaps/default/readme.md3
-rw-r--r--keyboards/alfredslab/swift65/solder/keymaps/via/keymap.c49
-rw-r--r--keyboards/alfredslab/swift65/solder/keymaps/via/readme.md3
-rw-r--r--keyboards/alfredslab/swift65/solder/keymaps/via/rules.mk1
-rw-r--r--keyboards/alfredslab/swift65/solder/readme.md20
-rw-r--r--keyboards/alfredslab/swift65/solder/rules.mk22
-rw-r--r--keyboards/alfredslab/swift65/solder/solder.c17
-rw-r--r--keyboards/alfredslab/swift65/solder/solder.h33
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/config.h49
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/hotswap.c22
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/hotswap.h39
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/info.json101
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/keymaps/default/keymap.c53
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/keymaps/via/keymap.c53
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/keymaps/via/rules.mk1
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/readme.md15
-rw-r--r--keyboards/ggkeyboards/genesis/hotswap/rules.mk25
-rw-r--r--keyboards/ggkeyboards/genesis/solder/config.h49
-rw-r--r--keyboards/ggkeyboards/genesis/solder/info.json103
-rw-r--r--keyboards/ggkeyboards/genesis/solder/keymaps/default/keymap.c53
-rw-r--r--keyboards/ggkeyboards/genesis/solder/keymaps/via/keymap.c53
-rw-r--r--keyboards/ggkeyboards/genesis/solder/keymaps/via/rules.mk1
-rw-r--r--keyboards/ggkeyboards/genesis/solder/readme.md15
-rw-r--r--keyboards/ggkeyboards/genesis/solder/rules.mk25
-rw-r--r--keyboards/ggkeyboards/genesis/solder/solder.c22
-rw-r--r--keyboards/ggkeyboards/genesis/solder/solder.h38
29 files changed, 1049 insertions, 0 deletions
diff --git a/keyboards/alfredslab/swift65/solder/config.h b/keyboards/alfredslab/swift65/solder/config.h
new file mode 100644
index 000000000..509aae6a8
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/config.h
@@ -0,0 +1,68 @@
1
2/* Copyright 2021 Steven Phillips (Spooknik)
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#include "config_common.h"
21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0xBBEB
24#define PRODUCT_ID 0xD4C3
25#define DEVICE_VER 0x0001
26#define MANUFACTURER AlfredsLab
27#define PRODUCT Swift65
28
29/* key matrix size */
30#define MATRIX_ROWS 5
31#define MATRIX_COLS 16
32
33/*
34 * Keyboard Matrix Assignments
35 *
36 * Change this to how you wired your keyboard
37 * COLS: AVR pins used for columns, left to right
38 * ROWS: AVR pins used for rows, top to bottom
39 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
40 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
41 *
42 */
43#define MATRIX_ROW_PINS { B1, B2, B3, D4, D6 }
44#define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0, C7, C6, B6, B5, B4, D7, D5, D3, D1, D0 }
45
46#define DIODE_DIRECTION COL2ROW
47
48#define RGB_DI_PIN D2
49#ifdef RGB_DI_PIN
50 #define RGBLED_NUM 14
51 #define RGBLIGHT_HUE_STEP 8
52 #define RGBLIGHT_SAT_STEP 8
53 #define RGBLIGHT_VAL_STEP 8
54 #define RGBLIGHT_LIMIT_VAL 100 /* The maximum brightness level */
55 #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
56/*== all animations enable ==*/
57 #define RGBLIGHT_ANIMATIONS
58// /*== or choose animations ==*/
59// #define RGBLIGHT_EFFECT_BREATHING
60// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
61// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
62// #define RGBLIGHT_EFFECT_SNAKE
63// #define RGBLIGHT_EFFECT_KNIGHT
64// #define RGBLIGHT_EFFECT_CHRISTMAS
65// #define RGBLIGHT_EFFECT_STATIC_GRADIENT
66// #define RGBLIGHT_EFFECT_RGB_TEST
67// #define RGBLIGHT_EFFECT_ALTERNATING
68#endif
diff --git a/keyboards/alfredslab/swift65/solder/info.json b/keyboards/alfredslab/swift65/solder/info.json
new file mode 100644
index 000000000..a04de1cc1
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/info.json
@@ -0,0 +1,81 @@
1{
2 "keyboard_name": "Swift65",
3 "url": "https://swiftcables.net/",
4 "maintainer": "Spooknik",
5 "width": 16.25,
6 "height": 5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K00 (B1,F7)", "x":0, "y":0},
11 {"label":"K01 (B1,F6)", "x":1, "y":0},
12 {"label":"K02 (B1,F5)", "x":2, "y":0},
13 {"label":"K03 (B1,F4)", "x":3, "y":0},
14 {"label":"K04 (B1,F1)", "x":4, "y":0},
15 {"label":"K05 (B1,F0)", "x":5, "y":0},
16 {"label":"K06 (B1,C7)", "x":6, "y":0},
17 {"label":"K07 (B1,C6)", "x":7, "y":0},
18 {"label":"K08 (B1,B6)", "x":8, "y":0},
19 {"label":"K09 (B1,B5)", "x":9, "y":0},
20 {"label":"K0A (B1,B4)", "x":10, "y":0},
21 {"label":"K0B (B1,D7)", "x":11, "y":0},
22 {"label":"K0C (B1,D5)", "x":12, "y":0},
23 {"label":"K0D (B1,D3)", "x":13, "y":0},
24 {"label":"K0F (B1,D0)", "x":14, "y":0},
25 {"label":"K0E (B1,D1)", "x":15.25, "y":0},
26 {"label":"K10 (B2,F7)", "x":0, "y":1, "w":1.5},
27 {"label":"K11 (B2,F6)", "x":1.5, "y":1},
28 {"label":"K12 (B2,F5)", "x":2.5, "y":1},
29 {"label":"K13 (B2,F4)", "x":3.5, "y":1},
30 {"label":"K14 (B2,F1)", "x":4.5, "y":1},
31 {"label":"K15 (B2,F0)", "x":5.5, "y":1},
32 {"label":"K16 (B2,C7)", "x":6.5, "y":1},
33 {"label":"K17 (B2,C6)", "x":7.5, "y":1},
34 {"label":"K18 (B2,B6)", "x":8.5, "y":1},
35 {"label":"K19 (B2,B5)", "x":9.5, "y":1},
36 {"label":"K1A (B2,B4)", "x":10.5, "y":1},
37 {"label":"K1B (B2,D7)", "x":11.5, "y":1},
38 {"label":"K1C (B2,D5)", "x":12.5, "y":1},
39 {"label":"K1D (B2,D3)", "x":13.5, "y":1, "w":1.5},
40 {"label":"K1E (B2,D1)", "x":15.25, "y":1},
41 {"label":"K20 (B3,F7)", "x":0, "y":2, "w":1.75},
42 {"label":"K21 (B3,F6)", "x":1.75, "y":2},
43 {"label":"K22 (B3,F5)", "x":2.75, "y":2},
44 {"label":"K23 (B3,F4)", "x":3.75, "y":2},
45 {"label":"K24 (B3,F1)", "x":4.75, "y":2},
46 {"label":"K25 (B3,F0)", "x":5.75, "y":2},
47 {"label":"K26 (B3,C7)", "x":6.75, "y":2},
48 {"label":"K27 (B3,C6)", "x":7.75, "y":2},
49 {"label":"K28 (B3,B6)", "x":8.75, "y":2},
50 {"label":"K29 (B3,B5)", "x":9.75, "y":2},
51 {"label":"K2A (B3,B4)", "x":10.75, "y":2},
52 {"label":"K2B (B3,D7)", "x":11.75, "y":2},
53 {"label":"K2C (B3,D5)", "x":12.75, "y":2, "w":2.25},
54 {"label":"K2E (B3,D1)", "x":15.25, "y":2},
55 {"label":"K30 (D4,F7)", "x":0, "y":3, "w":2.25},
56 {"label":"K32 (D4,F5)", "x":2.25, "y":3},
57 {"label":"K33 (D4,F4)", "x":3.25, "y":3},
58 {"label":"K34 (D4,F1)", "x":4.25, "y":3},
59 {"label":"K35 (D4,F0)", "x":5.25, "y":3},
60 {"label":"K36 (D4,C7)", "x":6.25, "y":3},
61 {"label":"K37 (D4,C6)", "x":7.25, "y":3},
62 {"label":"K38 (D4,B6)", "x":8.25, "y":3},
63 {"label":"K39 (D4,B5)", "x":9.25, "y":3},
64 {"label":"K3A (D4,B4)", "x":10.25, "y":3},
65 {"label":"K3B (D4,D7)", "x":11.25, "y":3},
66 {"label":"K3C (D4,D5)", "x":12.25, "y":3, "w":1.75},
67 {"label":"K3D (D4,D3)", "x":14, "y":3},
68 {"label":"K40 (D6,F7)", "x":0, "y":4, "w":1.25},
69 {"label":"K41 (D6,F6)", "x":1.25, "y":4, "w":1.25},
70 {"label":"K43 (D6,F4)", "x":2.5, "y":4, "w":1.25},
71 {"label":"K46 (D6,C7)", "x":3.75, "y":4, "w":6.25},
72 {"label":"K4A (D6,B4)", "x":10, "y":4, "w":1.25},
73 {"label":"K4B (D6,D7)", "x":11.25, "y":4, "w":1.25},
74 {"label":"K4C (D6,D5)", "x":13, "y":4},
75 {"label":"K4D (D6,D3)", "x":14, "y":4},
76 {"label":"K4E (D6,D1)", "x":15, "y":4}
77 ]
78 }
79 }
80 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
81}
diff --git a/keyboards/alfredslab/swift65/solder/keymaps/default/keymap.c b/keyboards/alfredslab/swift65/solder/keymaps/default/keymap.c
new file mode 100644
index 000000000..274809bb1
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/keymaps/default/keymap.c
@@ -0,0 +1,35 @@
1/* Copyright 2021 Steven Phillips (spooknik)
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#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
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_GRV, KC_BSPC, KC_HOME,
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_LSFT, KC_UP,
25 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27 [1] = LAYOUT(
28 KC_GRV, 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_DEL, _______,
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGDN,
31 RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGUP,
32 _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
33 ),
34
35}; \ No newline at end of file
diff --git a/keyboards/alfredslab/swift65/solder/keymaps/default/readme.md b/keyboards/alfredslab/swift65/solder/keymaps/default/readme.md
new file mode 100644
index 000000000..74de14608
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/keymaps/default/readme.md
@@ -0,0 +1,3 @@
1# Default Swift65 Solder Layout
2
3![](https://i.imgur.com/7Capi8W.png)
diff --git a/keyboards/alfredslab/swift65/solder/keymaps/via/keymap.c b/keyboards/alfredslab/swift65/solder/keymaps/via/keymap.c
new file mode 100644
index 000000000..9936becce
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/keymaps/via/keymap.c
@@ -0,0 +1,49 @@
1/* Copyright 2021 Steven Phillips (spooknik)
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#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
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_GRV, KC_BSPC, KC_HOME,
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_LSFT, KC_UP,
25 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27 [1] = LAYOUT(
28 KC_GRV, 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_DEL, _______,
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGDN,
31 RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGUP,
32 _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_END
33 ),
34 [2] = LAYOUT(
35 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
36 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
37 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
38 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
39 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
40 ),
41 [3] = LAYOUT(
42 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
43 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
44 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
45 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
46 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
47 ),
48
49};
diff --git a/keyboards/alfredslab/swift65/solder/keymaps/via/readme.md b/keyboards/alfredslab/swift65/solder/keymaps/via/readme.md
new file mode 100644
index 000000000..74de14608
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/keymaps/via/readme.md
@@ -0,0 +1,3 @@
1# Default Swift65 Solder Layout
2
3![](https://i.imgur.com/7Capi8W.png)
diff --git a/keyboards/alfredslab/swift65/solder/keymaps/via/rules.mk b/keyboards/alfredslab/swift65/solder/keymaps/via/rules.mk
new file mode 100644
index 000000000..036bd6d1c
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/alfredslab/swift65/solder/readme.md b/keyboards/alfredslab/swift65/solder/readme.md
new file mode 100644
index 000000000..b47743819
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/readme.md
@@ -0,0 +1,20 @@
1# Swift65
2
3A 65% Keyboard from Swiftcables
4
5* Keyboard Maintainer: [Steven Phillips (spoonik)](https://github.com/keyboardcollective)
6* Hardware Supported: Swift65 Solder
7* Hardware Availability: Soom from Swiftcables
8
9To enter bootloader for flashing firmware, press layer change key (MO(1)) and Right Shift simultaneously.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make alfredslab/swift65/solder:default
14
15Flashing example for this keyboard:
16
17 make alfredslab/swift65/solder:default:flash
18
19See 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).
20
diff --git a/keyboards/alfredslab/swift65/solder/rules.mk b/keyboards/alfredslab/swift65/solder/rules.mk
new file mode 100644
index 000000000..2c2853b57
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-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 = yes # 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
diff --git a/keyboards/alfredslab/swift65/solder/solder.c b/keyboards/alfredslab/swift65/solder/solder.c
new file mode 100644
index 000000000..4dd021ba7
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/solder.c
@@ -0,0 +1,17 @@
1/* Copyright 2021 Steven Phillips (spooknik)
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#include "solder.h"
diff --git a/keyboards/alfredslab/swift65/solder/solder.h b/keyboards/alfredslab/swift65/solder/solder.h
new file mode 100644
index 000000000..7629379f5
--- /dev/null
+++ b/keyboards/alfredslab/swift65/solder/solder.h
@@ -0,0 +1,33 @@
1/* Copyright 2021 Steven Phillips (spooknik)
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 "quantum.h"
20
21#define LAYOUT( \
22 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0F, K0E, \
23 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \
24 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2E, \
25 K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \
26 K40, K41, K43, K46, K4A, K4B, K4C, K4D, K4E \
27) { \
28 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F }, \
29 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, KC_NO }, \
30 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KC_NO, K2E, KC_NO }, \
31 { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, KC_NO, KC_NO }, \
32 { K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E, KC_NO }, \
33}
diff --git a/keyboards/ggkeyboards/genesis/hotswap/config.h b/keyboards/ggkeyboards/genesis/hotswap/config.h
new file mode 100644
index 000000000..d435612f1
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/config.h
@@ -0,0 +1,49 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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 0xBB00
23#define PRODUCT_ID 0xD4D3
24#define DEVICE_VER 0x0001
25#define MANUFACTURER GG Keyboards
26#define PRODUCT Genesis
27
28/* key matrix size */
29#define MATRIX_ROWS 7
30#define MATRIX_COLS 18
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 { C5, C4, C3, C2, C1, C0 }
43#define MATRIX_COL_PINS { F0, F1, F2, F3, F4, F5, F6, F7, A0, A1, A2, A3, A4, A5, A6, A7, C6, C7 }
44
45#define DIODE_DIRECTION COL2ROW
46
47
48// generated by KBFirmware JSON to QMK Parser
49// https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/hotswap/hotswap.c b/keyboards/ggkeyboards/genesis/hotswap/hotswap.c
new file mode 100644
index 000000000..b3b7c6508
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/hotswap.c
@@ -0,0 +1,22 @@
1
2/* Copyright 2021 Steven Phillips (Spooknik)
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#include "hotswap.h"
19
20// generated by KBFirmware JSON to QMK Parser
21// https://noroadsleft.github.io/kbf_qmk_converter/
22
diff --git a/keyboards/ggkeyboards/genesis/hotswap/hotswap.h b/keyboards/ggkeyboards/genesis/hotswap/hotswap.h
new file mode 100644
index 000000000..a5ff78cca
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/hotswap.h
@@ -0,0 +1,39 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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 "quantum.h"
20
21#define LAYOUT( \
22 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0F, K0G, K0H, \
23 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2F, K2G, K2H, \
24 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3F, K3G, K3H, \
25 K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, \
26 K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5C, K5G, \
27 K60, K61, K63, K66, K6A, K6B, K6C, K6D, K6F, K6G, K6H \
28) { \
29 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, KC_NO, KC_NO, K0F, K0G, K0H }, \
30 { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }, \
31 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, KC_NO, K2F, K2G, K2H }, \
32 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, KC_NO, K3F, K3G, K3H }, \
33 { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, KC_NO, KC_NO, KC_NO, KC_NO }, \
34 { KC_NO, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5C, KC_NO, KC_NO, KC_NO, K5G, KC_NO }, \
35 { K60, K61, KC_NO, K63, KC_NO, KC_NO, K66, KC_NO, KC_NO, KC_NO, K6A, K6B, K6C, K6D, KC_NO, K6F, K6G, K6H }, \
36}
37
38// generated by KBFirmware JSON to QMK Parser
39// https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/hotswap/info.json b/keyboards/ggkeyboards/genesis/hotswap/info.json
new file mode 100644
index 000000000..dfb68ce0b
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/info.json
@@ -0,0 +1,101 @@
1{
2 "keyboard_name": "Genesis",
3 "url": "",
4 "maintainer": "Spooknik",
5 "width": 18.25,
6 "height": 6.5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K00 (C5,F0)", "x":0, "y":0},
11 {"label":"K01 (C5,F1)", "x":2, "y":0},
12 {"label":"K02 (C5,F2)", "x":3, "y":0},
13 {"label":"K03 (C5,F3)", "x":4, "y":0},
14 {"label":"K04 (C5,F4)", "x":5, "y":0},
15 {"label":"K05 (C5,F5)", "x":6.5, "y":0},
16 {"label":"K06 (C5,F6)", "x":7.5, "y":0},
17 {"label":"K07 (C5,F7)", "x":8.5, "y":0},
18 {"label":"K08 (C5,A0)", "x":9.5, "y":0},
19 {"label":"K09 (C5,A1)", "x":11, "y":0},
20 {"label":"K0A (C5,A2)", "x":12, "y":0},
21 {"label":"K0B (C5,A3)", "x":13, "y":0},
22 {"label":"K0C (C5,A4)", "x":14, "y":0},
23 {"label":"K0F (C5,A7)", "x":15.25, "y":0},
24 {"label":"K0G (C5,C6)", "x":16.25, "y":0},
25 {"label":"K0H (C5,C7)", "x":17.25, "y":0},
26 {"label":"K20 (C4,F0)", "x":0, "y":1.5},
27 {"label":"K21 (C4,F1)", "x":1, "y":1.5},
28 {"label":"K22 (C4,F2)", "x":2, "y":1.5},
29 {"label":"K23 (C4,F3)", "x":3, "y":1.5},
30 {"label":"K24 (C4,F4)", "x":4, "y":1.5},
31 {"label":"K25 (C4,F5)", "x":5, "y":1.5},
32 {"label":"K26 (C4,F6)", "x":6, "y":1.5},
33 {"label":"K27 (C4,F7)", "x":7, "y":1.5},
34 {"label":"K28 (C4,A0)", "x":8, "y":1.5},
35 {"label":"K29 (C4,A1)", "x":9, "y":1.5},
36 {"label":"K2A (C4,A2)", "x":10, "y":1.5},
37 {"label":"K2B (C4,A3)", "x":11, "y":1.5},
38 {"label":"K2C (C4,A4)", "x":12, "y":1.5},
39 {"label":"K2D (C4,A5)", "x":13, "y":1.5, "w":2},
40 {"label":"K2F (C4,A7)", "x":15.25, "y":1.5},
41 {"label":"K2G (C4,C6)", "x":16.25, "y":1.5},
42 {"label":"K2H (C4,C7)", "x":17.25, "y":1.5},
43 {"label":"K30 (C3,F0)", "x":0, "y":2.5, "w":1.5},
44 {"label":"K31 (C3,F1)", "x":1.5, "y":2.5},
45 {"label":"K32 (C3,F2)", "x":2.5, "y":2.5},
46 {"label":"K33 (C3,F3)", "x":3.5, "y":2.5},
47 {"label":"K34 (C3,F4)", "x":4.5, "y":2.5},
48 {"label":"K35 (C3,F5)", "x":5.5, "y":2.5},
49 {"label":"K36 (C3,F6)", "x":6.5, "y":2.5},
50 {"label":"K37 (C3,F7)", "x":7.5, "y":2.5},
51 {"label":"K38 (C3,A0)", "x":8.5, "y":2.5},
52 {"label":"K39 (C3,A1)", "x":9.5, "y":2.5},
53 {"label":"K3A (C3,A2)", "x":10.5, "y":2.5},
54 {"label":"K3B (C3,A3)", "x":11.5, "y":2.5},
55 {"label":"K3C (C3,A4)", "x":12.5, "y":2.5},
56 {"label":"K3D (C3,A5)", "x":13.5, "y":2.5, "w":1.5},
57 {"label":"K3F (C3,A7)", "x":15.25, "y":2.5},
58 {"label":"K3G (C3,C6)", "x":16.25, "y":2.5},
59 {"label":"K3H (C3,C7)", "x":17.25, "y":2.5},
60 {"label":"K40 (C2,F0)", "x":0, "y":3.5, "w":1.75},
61 {"label":"K42 (C2,F2)", "x":1.75, "y":3.5},
62 {"label":"K43 (C2,F3)", "x":2.75, "y":3.5},
63 {"label":"K44 (C2,F4)", "x":3.75, "y":3.5},
64 {"label":"K45 (C2,F5)", "x":4.75, "y":3.5},
65 {"label":"K46 (C2,F6)", "x":5.75, "y":3.5},
66 {"label":"K47 (C2,F7)", "x":6.75, "y":3.5},
67 {"label":"K48 (C2,A0)", "x":7.75, "y":3.5},
68 {"label":"K49 (C2,A1)", "x":8.75, "y":3.5},
69 {"label":"K4A (C2,A2)", "x":9.75, "y":3.5},
70 {"label":"K4B (C2,A3)", "x":10.75, "y":3.5},
71 {"label":"K4C (C2,A4)", "x":11.75, "y":3.5},
72 {"label":"K4D (C2,A5)", "x":12.75, "y":3.5, "w":2.25},
73 {"label":"K51 (C1,F1)", "x":0, "y":4.5, "w":2.25},
74 {"label":"K52 (C1,F2)", "x":2.25, "y":4.5},
75 {"label":"K53 (C1,F3)", "x":3.25, "y":4.5},
76 {"label":"K54 (C1,F4)", "x":4.25, "y":4.5},
77 {"label":"K55 (C1,F5)", "x":5.25, "y":4.5},
78 {"label":"K56 (C1,F6)", "x":6.25, "y":4.5},
79 {"label":"K57 (C1,F7)", "x":7.25, "y":4.5},
80 {"label":"K58 (C1,A0)", "x":8.25, "y":4.5},
81 {"label":"K59 (C1,A1)", "x":9.25, "y":4.5},
82 {"label":"K5A (C1,A2)", "x":10.25, "y":4.5},
83 {"label":"K5B (C1,A3)", "x":11.25, "y":4.5},
84 {"label":"K5C (C1,A4)", "x":12.25, "y":4.5, "w":2.75},
85 {"label":"K5G (C1,C6)", "x":16.25, "y":4.5},
86 {"label":"K60 (C0,F0)", "x":0, "y":5.5, "w":1.25},
87 {"label":"K61 (C0,F1)", "x":1.25, "y":5.5, "w":1.25},
88 {"label":"K63 (C0,F3)", "x":2.5, "y":5.5, "w":1.25},
89 {"label":"K66 (C0,F6)", "x":3.75, "y":5.5, "w":6.25},
90 {"label":"K6A (C0,A2)", "x":10, "y":5.5, "w":1.25},
91 {"label":"K6B (C0,A3)", "x":11.25, "y":5.5, "w":1.25},
92 {"label":"K6C (C0,A4)", "x":12.5, "y":5.5, "w":1.25},
93 {"label":"K6D (C0,A5)", "x":13.75, "y":5.5, "w":1.25},
94 {"label":"K6F (C0,A7)", "x":15.25, "y":5.5},
95 {"label":"K6G (C0,C6)", "x":16.25, "y":5.5},
96 {"label":"K6H (C0,C7)", "x":17.25, "y":5.5}
97 ]
98 }
99 }
100 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
101}
diff --git a/keyboards/ggkeyboards/genesis/hotswap/keymaps/default/keymap.c b/keyboards/ggkeyboards/genesis/hotswap/keymaps/default/keymap.c
new file mode 100644
index 000000000..ab009ae58
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/keymaps/default/keymap.c
@@ -0,0 +1,53 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
21 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_PSCR, KC_SLCK, KC_PAUS,
22 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_INS, KC_HOME, KC_PGUP,
23 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, KC_END, KC_PGDN,
24 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,
25 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
27 ),
28 [1] = LAYOUT(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36 [2] = LAYOUT(
37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
43 ),
44 [3] = LAYOUT(
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
51 ),
52
53};
diff --git a/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/keymap.c b/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/keymap.c
new file mode 100644
index 000000000..dd680a839
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/keymap.c
@@ -0,0 +1,53 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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
18#include QMK_KEYBOARD_H
19
20const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
21 [0] = LAYOUT(
22 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_PSCR, KC_SLCK, KC_PAUS,
23 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_INS, KC_HOME, KC_PGUP,
24 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, KC_END, KC_PGDN,
25 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,
26 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP,
27 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
28 ),
29 [1] = LAYOUT(
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 _______, _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
35 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
36 ),
37 [2] = LAYOUT(
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
43 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
44 ),
45 [3] = LAYOUT(
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
51 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
52 ),
53}; \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/rules.mk b/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/rules.mk
new file mode 100644
index 000000000..036bd6d1c
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/hotswap/readme.md b/keyboards/ggkeyboards/genesis/hotswap/readme.md
new file mode 100644
index 000000000..c93aab1af
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/readme.md
@@ -0,0 +1,15 @@
1# GG Keyboards Hotswap PCB
2
3A Top mount TKL keyboard from GG Keyboards.
4
5* Keyboard Maintainer: [Stevem Phillips (spooknik)](https://github.com/spooknik)
6* Hardware Supported: Hotswap PCB Rev 1
7* Hardware Availability: Coming Soon!
8
9To enter bootloader for flashing firmware, press layer change key (MO(1)) and "R" Key simultaneously.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make ggkeyboards/genesis/hotswap:default
14
15See 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/ggkeyboards/genesis/hotswap/rules.mk b/keyboards/ggkeyboards/genesis/hotswap/rules.mk
new file mode 100644
index 000000000..0de06a344
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/hotswap/rules.mk
@@ -0,0 +1,25 @@
1# MCU name
2MCU = at90usb1286
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = yes # Console for debug
14COMMAND_ENABLE = yes # 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 = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
23
24# generated by KBFirmware JSON to QMK Parser
25# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/ggkeyboards/genesis/solder/config.h b/keyboards/ggkeyboards/genesis/solder/config.h
new file mode 100644
index 000000000..76586262a
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/config.h
@@ -0,0 +1,49 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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 0xBB00
23#define PRODUCT_ID 0xD4D2
24#define DEVICE_VER 0x0001
25#define MANUFACTURER GG Keyboards
26#define PRODUCT Genesis
27
28/* key matrix size */
29#define MATRIX_ROWS 7
30#define MATRIX_COLS 18
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 { C5, C4, C3, C2, C1, C0 }
43#define MATRIX_COL_PINS { F0, F1, F2, F3, F4, F5, F6, F7, A0, A1, A2, A3, A4, A5, A6, A7, C6, C7 }
44
45#define DIODE_DIRECTION COL2ROW
46
47
48// generated by KBFirmware JSON to QMK Parser
49// https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/solder/info.json b/keyboards/ggkeyboards/genesis/solder/info.json
new file mode 100644
index 000000000..918f4c2e1
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/info.json
@@ -0,0 +1,103 @@
1{
2 "keyboard_name": "Genesis",
3 "url": "",
4 "maintainer": "Spooknik",
5 "width": 17,
6 "height": 6,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K00 (C5,F0)", "x":0, "y":0},
11 {"label":"K01 (C5,F1)", "x":2, "y":0},
12 {"label":"K02 (C5,F2)", "x":3, "y":0},
13 {"label":"K03 (C5,F3)", "x":4, "y":0},
14 {"label":"K04 (C5,F4)", "x":5, "y":0},
15 {"label":"K05 (C5,F5)", "x":6.5, "y":0},
16 {"label":"K06 (C5,F6)", "x":7.5, "y":0},
17 {"label":"K07 (C5,F7)", "x":8.5, "y":0},
18 {"label":"K08 (C5,A0)", "x":9.5, "y":0},
19 {"label":"K09 (C5,A1)", "x":11, "y":0},
20 {"label":"K0A (C5,A2)", "x":12, "y":0},
21 {"label":"K0B (C5,A3)", "x":13, "y":0},
22 {"label":"K0C (C5,A4)", "x":14, "y":0},
23 {"label":"K0E (C5,A6)", "x":15, "y":0},
24 {"label":"K0F (C5,A7)", "x":16, "y":0},
25 {"label":"K0G (C5,C6)", "x":17, "y":0},
26 {"label":"K10 (C4,F0)", "x":0, "y":1},
27 {"label":"K11 (C4,F1)", "x":1, "y":1},
28 {"label":"K12 (C4,F2)", "x":2, "y":1},
29 {"label":"K13 (C4,F3)", "x":3, "y":1},
30 {"label":"K14 (C4,F4)", "x":4, "y":1},
31 {"label":"K15 (C4,F5)", "x":5, "y":1},
32 {"label":"K16 (C4,F6)", "x":6, "y":1},
33 {"label":"K17 (C4,F7)", "x":7, "y":1},
34 {"label":"K18 (C4,A0)", "x":8, "y":1},
35 {"label":"K19 (C4,A1)", "x":9, "y":1},
36 {"label":"K1A (C4,A2)", "x":10, "y":1},
37 {"label":"K1B (C4,A3)", "x":11, "y":1},
38 {"label":"K1C (C4,A4)", "x":12, "y":1},
39 {"label":"K1D (C4,A5)", "x":13, "y":1},
40 {"label":"K0D (C5,A5)", "x":14, "y":1},
41 {"label":"K1E (C4,A6)", "x":15, "y":1},
42 {"label":"K1F (C4,A7)", "x":16, "y":1},
43 {"label":"K1G (C4,C6)", "x":17, "y":1},
44 {"label":"K20 (C3,F0)", "x":0, "y":2, "w":1.5},
45 {"label":"K21 (C3,F1)", "x":1.5, "y":2},
46 {"label":"K22 (C3,F2)", "x":2.5, "y":2},
47 {"label":"K23 (C3,F3)", "x":3.5, "y":2},
48 {"label":"K24 (C3,F4)", "x":4.5, "y":2},
49 {"label":"K25 (C3,F5)", "x":5.5, "y":2},
50 {"label":"K26 (C3,F6)", "x":6.5, "y":2},
51 {"label":"K27 (C3,F7)", "x":7.5, "y":2},
52 {"label":"K28 (C3,A0)", "x":8.5, "y":2},
53 {"label":"K29 (C3,A1)", "x":9.5, "y":2},
54 {"label":"K2A (C3,A2)", "x":10.5, "y":2},
55 {"label":"K2B (C3,A3)", "x":11.5, "y":2},
56 {"label":"K2C (C3,A4)", "x":12.5, "y":2},
57 {"label":"K2D (C3,A5)", "x":13.5, "y":2, "w":1.5},
58 {"label":"K2E (C3,A6)", "x":15, "y":2},
59 {"label":"K2F (C3,A7)", "x":16, "y":2},
60 {"label":"K2G (C3,C6)", "x":17, "y":2},
61 {"label":"K30 (C2,F0)", "x":0, "y":3, "w":1.75},
62 {"label":"K31 (C2,F1)", "x":1.75, "y":3},
63 {"label":"K32 (C2,F2)", "x":2.75, "y":3},
64 {"label":"K33 (C2,F3)", "x":3.75, "y":3},
65 {"label":"K34 (C2,F4)", "x":4.75, "y":3},
66 {"label":"K35 (C2,F5)", "x":5.75, "y":3},
67 {"label":"K36 (C2,F6)", "x":6.75, "y":3},
68 {"label":"K37 (C2,F7)", "x":7.75, "y":3},
69 {"label":"K38 (C2,A0)", "x":8.75, "y":3},
70 {"label":"K39 (C2,A1)", "x":9.75, "y":3},
71 {"label":"K3A (C2,A2)", "x":10.75, "y":3},
72 {"label":"K3B (C2,A3)", "x":11.75, "y":3},
73 {"label":"K3D (C2,A5)", "x":12.75, "y":3, "w":2.25},
74 {"label":"K40 (C1,F0)", "x":0, "y":4, "w":1.25},
75 {"label":"K41 (C1,F1)", "x":1.25, "y":4},
76 {"label":"K42 (C1,F2)", "x":2.25, "y":4},
77 {"label":"K43 (C1,F3)", "x":3.25, "y":4},
78 {"label":"K44 (C1,F4)", "x":4.25, "y":4},
79 {"label":"K45 (C1,F5)", "x":5.25, "y":4},
80 {"label":"K46 (C1,F6)", "x":6.25, "y":4},
81 {"label":"K47 (C1,F7)", "x":7.25, "y":4},
82 {"label":"K48 (C1,A0)", "x":8.25, "y":4},
83 {"label":"K49 (C1,A1)", "x":9.25, "y":4},
84 {"label":"K4A (C1,A2)", "x":10.25, "y":4},
85 {"label":"K4B (C1,A3)", "x":11.25, "y":4},
86 {"label":"K4C (C1,A4)", "x":12.25, "y":4, "w":2.75},
87 {"label":"K4F (C1,A7)", "x":16, "y":4},
88 {"label":"K50 (C0,F0)", "x":0, "y":5, "w":1.25},
89 {"label":"K51 (C0,F1)", "x":1.25, "y":5, "w":1.25},
90 {"label":"K52 (C0,F2)", "x":2.5, "y":5, "w":1.25},
91 {"label":"K56 (C0,F6)", "x":3.75, "y":5, "w":6.25},
92 {"label":"K5A (C0,A2)", "x":10, "y":5, "w":1.25},
93 {"label":"K5B (C0,A3)", "x":11.25, "y":5, "w":1.25},
94 {"label":"K5C (C0,A4)", "x":12.5, "y":5, "w":1.25},
95 {"label":"K5D (C0,A5)", "x":13.75, "y":5, "w":1.25},
96 {"label":"K5E (C0,A6)", "x":15, "y":5},
97 {"label":"K5F (C0,A7)", "x":16, "y":5},
98 {"label":"K5G (C0,C6)", "x":17, "y":5}
99 ]
100 }
101 }
102 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
103} \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/solder/keymaps/default/keymap.c b/keyboards/ggkeyboards/genesis/solder/keymaps/default/keymap.c
new file mode 100644
index 000000000..98d778f1d
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/keymaps/default/keymap.c
@@ -0,0 +1,53 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
21 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_PSCR, KC_SLCK, KC_PAUS,
22 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_SPC, KC_INS, KC_HOME, KC_PGUP,
23 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, KC_END, KC_PGDN,
24 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,
25 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_LSFT, KC_UP,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
27 ),
28 [1] = LAYOUT(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36 [2] = LAYOUT(
37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
43 ),
44 [3] = LAYOUT(
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
51 ),
52
53}; \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/solder/keymaps/via/keymap.c b/keyboards/ggkeyboards/genesis/solder/keymaps/via/keymap.c
new file mode 100644
index 000000000..1084a6e22
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/keymaps/via/keymap.c
@@ -0,0 +1,53 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
21 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_PSCR, KC_SLCK, KC_PAUS,
22 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_SPC, KC_INS, KC_HOME, KC_PGUP,
23 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, KC_END, KC_PGDN,
24 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,
25 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_LSFT, KC_UP,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, KC_LGUI, MO(1), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
27 ),
28 [1] = LAYOUT(
29 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36 [2] = LAYOUT(
37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
43 ),
44 [3] = LAYOUT(
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
51 ),
52
53}; \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/solder/keymaps/via/rules.mk b/keyboards/ggkeyboards/genesis/solder/keymaps/via/rules.mk
new file mode 100644
index 000000000..036bd6d1c
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/ggkeyboards/genesis/solder/readme.md b/keyboards/ggkeyboards/genesis/solder/readme.md
new file mode 100644
index 000000000..edecaa656
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/readme.md
@@ -0,0 +1,15 @@
1# GG Keyboards Solder PCB
2
3A Top mount TKL keyboard from GG Keyboards.
4
5* Keyboard Maintainer: [Stevem Phillips (spooknik)](https://github.com/spooknik)
6* Hardware Supported: Solder PCB Rev 1
7* Hardware Availability: Coming Soon!
8
9To enter bootloader for flashing firmware, press layer change key (MO(1)) and "R" Key simultaneously.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make ggkeyboards/genesis/solder:default
14
15See 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/ggkeyboards/genesis/solder/rules.mk b/keyboards/ggkeyboards/genesis/solder/rules.mk
new file mode 100644
index 000000000..0de06a344
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/rules.mk
@@ -0,0 +1,25 @@
1# MCU name
2MCU = at90usb1286
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = yes # Console for debug
14COMMAND_ENABLE = yes # 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 = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
23
24# generated by KBFirmware JSON to QMK Parser
25# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/ggkeyboards/genesis/solder/solder.c b/keyboards/ggkeyboards/genesis/solder/solder.c
new file mode 100644
index 000000000..9e1bdeb0f
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/solder.c
@@ -0,0 +1,22 @@
1
2/* Copyright 2021 Steven Phillips (Spooknik)
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#include "solder.h"
19
20// generated by KBFirmware JSON to QMK Parser
21// https://noroadsleft.github.io/kbf_qmk_converter/
22
diff --git a/keyboards/ggkeyboards/genesis/solder/solder.h b/keyboards/ggkeyboards/genesis/solder/solder.h
new file mode 100644
index 000000000..a5a96adf8
--- /dev/null
+++ b/keyboards/ggkeyboards/genesis/solder/solder.h
@@ -0,0 +1,38 @@
1/* Copyright 2021 Steven Phillips (Spooknik)
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 "quantum.h"
20
21#define LAYOUT( \
22 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0E, K0F, K0G, \
23 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K0D, K1E, K1F, K1G, \
24 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, \
25 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \
26 K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4F, \
27 K50, K51, K52, K56, K5A, K5B, K5C, K5D, K5E, K5F, K5G \
28) { \
29 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, KC_NO }, \
30 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, KC_NO }, \
31 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, KC_NO }, \
32 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, KC_NO, K3D, KC_NO, KC_NO, KC_NO, KC_NO }, \
33 { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, KC_NO, K4F, KC_NO, KC_NO }, \
34 { K50, K51, K52, KC_NO, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A, K5B, K5C, K5D, K5E, K5F, K5G, KC_NO }, \
35}
36
37// generated by KBFirmware JSON to QMK Parser
38// https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file