summaryrefslogtreecommitdiff
path: root/keyboards/compensator
diff options
context:
space:
mode:
authorLogan Foster <44828794+Lrfoster03@users.noreply.github.com>2024-02-21 14:35:39 -0800
committerGitHub <noreply@github.com>2024-02-21 15:35:39 -0700
commit4e04da397ef643f8fcf4afbe1d19f63aee1fc561 (patch)
tree98707a6f1334b17d706c6b613bac8c352b16610a /keyboards/compensator
parent7df44ffb751369d7632d6bb6affb8119ce3d038b (diff)
[Keyboard] Add the Compensator (#23103)
* Pushed up compensator start * Addressed Firmware Changes * Fixed some keybind issues * Updated readMe * Added keymap * Adjustments for PR * adjusted on-state * Applied sugguested changes * Addressed PR changes * Addressed macro comments * Addressed layer comments
Diffstat (limited to 'keyboards/compensator')
-rw-r--r--keyboards/compensator/info.json163
-rw-r--r--keyboards/compensator/keymaps/default/keymap.c48
-rw-r--r--keyboards/compensator/keymaps/via/keymap.c48
-rw-r--r--keyboards/compensator/keymaps/via/rules.mk1
-rw-r--r--keyboards/compensator/matrix_diagram.md25
-rw-r--r--keyboards/compensator/readme.md24
-rw-r--r--keyboards/compensator/rules.mk1
7 files changed, 310 insertions, 0 deletions
diff --git a/keyboards/compensator/info.json b/keyboards/compensator/info.json
new file mode 100644
index 0000000000..ceaa176333
--- /dev/null
+++ b/keyboards/compensator/info.json
@@ -0,0 +1,163 @@
1{
2 "keyboard_name": "Compensator",
3 "manufacturer": "Highleap",
4 "url": "https://lrfoster03.github.io/",
5 "maintainer": "Lrfoster03",
6 "usb": {
7 "vid": "0x564B",
8 "pid": "0x0001",
9 "device_version": "1.0.0"
10 },
11 "processor": "atmega32u4",
12 "bootloader": "atmel-dfu",
13 "matrix_pins": {
14 "rows": ["B2", "F5", "F7", "F1", "B3", "F4", "F6", "F0"],
15 "cols": ["B0", "D4", "B7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "B1", "D5", "D3", "D2", "D1", "D0"]
16 },
17 "diode_direction": "COL2ROW",
18 "features": {
19 "bootmagic": true,
20 "mousekey": true,
21 "extrakey": true,
22 "nkro": false
23 },
24 "bootmagic": {
25 "matrix": [0, 5]
26 },
27 "dynamic_keymap": {
28 "layer_count": 3
29 },
30 "indicators": {
31 "caps_lock": "E6",
32 "on_state": 0
33 },
34 "layouts": {
35 "LAYOUT": {
36 "layout": [
37 {"matrix": [0, 0], "x": 0, "y": 0},
38 {"matrix": [0, 1], "x": 1, "y": 0},
39 {"matrix": [4, 0], "x": 2.25, "y": 0},
40 {"matrix": [4, 1], "x": 3.25, "y": 0},
41 {"matrix": [0, 2], "x": 4.25, "y": 0},
42 {"matrix": [0, 3], "x": 5.25, "y": 0},
43 {"matrix": [4, 2], "x": 6.5, "y": 0},
44 {"matrix": [4, 3], "x": 7.5, "y": 0},
45 {"matrix": [0, 4], "x": 8.5, "y": 0},
46 {"matrix": [0, 5], "x": 9.75, "y": 0, "w": 1.5},
47 {"matrix": [4, 4], "x": 11.25, "y": 0},
48 {"matrix": [4, 5], "x": 12.25, "y": 0},
49 {"matrix": [0, 6], "x": 13.25, "y": 0},
50 {"matrix": [0, 7], "x": 14.25, "y": 0},
51 {"matrix": [4, 6], "x": 15.25, "y": 0},
52 {"matrix": [4, 7], "x": 16.25, "y": 0},
53 {"matrix": [0, 8], "x": 17.25, "y": 0},
54 {"matrix": [0, 9], "x": 18.25, "y": 0},
55 {"matrix": [4, 8], "x": 19.25, "y": 0},
56 {"matrix": [4, 9], "x": 20.25, "y": 0},
57 {"matrix": [0, 10], "x": 21.25, "y": 0},
58 {"matrix": [0, 11], "x": 22.25, "y": 0},
59 {"matrix": [4, 10], "x": 23.25, "y": 0, "w": 1.5},
60 {"matrix": [4, 11], "x": 25, "y": 0},
61 {"matrix": [0, 12], "x": 26, "y": 0},
62 {"matrix": [0, 13], "x": 27, "y": 0},
63 {"matrix": [4, 12], "x": 28.25, "y": 0},
64 {"matrix": [4, 13], "x": 29.25, "y": 0},
65 {"matrix": [0, 14], "x": 30.25, "y": 0},
66 {"matrix": [0, 15], "x": 31.25, "y": 0},
67 {"matrix": [4, 14], "x": 32.5, "y": 0},
68 {"matrix": [4, 15], "x": 33.5, "y": 0},
69
70 {"matrix": [1, 0], "x": 0, "y": 1},
71 {"matrix": [1, 1], "x": 1, "y": 1},
72 {"matrix": [5, 0], "x": 2.25, "y": 1},
73 {"matrix": [5, 1], "x": 3.25, "y": 1},
74 {"matrix": [1, 2], "x": 4.25, "y": 1},
75 {"matrix": [1, 3], "x": 5.25, "y": 1},
76 {"matrix": [5, 2], "x": 6.5, "y": 1},
77 {"matrix": [5, 3], "x": 7.5, "y": 1},
78 {"matrix": [1, 4], "x": 8.5, "y": 1},
79 {"matrix": [1, 5], "x": 9.75, "y": 1, "w": 1.25},
80 {"matrix": [5, 4], "x": 11.5, "y": 1},
81 {"matrix": [5, 5], "x": 12.5, "y": 1},
82 {"matrix": [1, 6], "x": 13.5, "y": 1},
83 {"matrix": [1, 7], "x": 14.5, "y": 1},
84 {"matrix": [5, 6], "x": 15.5, "y": 1},
85 {"matrix": [5, 7], "x": 16.5, "y": 1},
86 {"matrix": [1, 8], "x": 17.5, "y": 1},
87 {"matrix": [1, 9], "x": 18.5, "y": 1},
88 {"matrix": [5, 8], "x": 19.5, "y": 1},
89 {"matrix": [5, 9], "x": 20.5, "y": 1},
90 {"matrix": [1, 10], "x": 21.5, "y": 1},
91 {"matrix": [1, 11], "x": 22.5, "y": 1, "w": 2.25},
92 {"matrix": [5, 11], "x": 25, "y": 1},
93 {"matrix": [1, 12], "x": 26, "y": 1},
94 {"matrix": [1, 13], "x": 27, "y": 1},
95 {"matrix": [5, 12], "x": 28.25, "y": 1},
96 {"matrix": [5, 13], "x": 29.25, "y": 1},
97 {"matrix": [1, 14], "x": 30.25, "y": 1},
98 {"matrix": [1, 15], "x": 31.25, "y": 1},
99 {"matrix": [5, 14], "x": 32.5, "y": 1},
100 {"matrix": [5, 15], "x": 33.5, "y": 1},
101
102 {"matrix": [2, 0], "x": 0, "y": 2},
103 {"matrix": [2, 1], "x": 1, "y": 2},
104 {"matrix": [6, 0], "x": 2.25, "y": 2},
105 {"matrix": [6, 1], "x": 3.25, "y": 2},
106 {"matrix": [2, 2], "x": 4.25, "y": 2},
107 {"matrix": [2, 3], "x": 5.25, "y": 2},
108 {"matrix": [6, 2], "x": 6.5, "y": 2},
109 {"matrix": [6, 3], "x": 7.5, "y": 2},
110 {"matrix": [2, 4], "x": 8.5, "y": 2},
111 {"matrix": [2, 5], "x": 9.75, "y": 2, "w": 1.25},
112 {"matrix": [6, 4], "x": 11, "y": 2},
113 {"matrix": [6, 5], "x": 12, "y": 2},
114 {"matrix": [2, 6], "x": 13, "y": 2},
115 {"matrix": [2, 7], "x": 14, "y": 2},
116 {"matrix": [6, 6], "x": 15, "y": 2},
117 {"matrix": [6, 7], "x": 16, "y": 2},
118 {"matrix": [2, 8], "x": 17, "y": 2},
119 {"matrix": [2, 9], "x": 18, "y": 2},
120 {"matrix": [6, 8], "x": 19, "y": 2},
121 {"matrix": [6, 9], "x": 20, "y": 2},
122 {"matrix": [2, 10], "x": 21, "y": 2},
123 {"matrix": [2, 11], "x": 22, "y": 2, "w": 1.75},
124 {"matrix": [6, 10], "x": 23.75, "y": 2},
125 {"matrix": [6, 11], "x": 25, "y": 2},
126 {"matrix": [2, 12], "x": 26, "y": 2},
127 {"matrix": [2, 13], "x": 27, "y": 2},
128 {"matrix": [6, 12], "x": 28.25, "y": 2},
129 {"matrix": [6, 13], "x": 29.25, "y": 2},
130 {"matrix": [2, 14], "x": 30.25, "y": 2},
131 {"matrix": [2, 15], "x": 31.25, "y": 2},
132 {"matrix": [6, 14], "x": 32.5, "y": 2},
133 {"matrix": [6, 15], "x": 33.5, "y": 2},
134
135 {"matrix": [3, 0], "x": 0, "y": 3},
136 {"matrix": [3, 1], "x": 1, "y": 3},
137 {"matrix": [7, 0], "x": 2.25, "y": 3},
138 {"matrix": [7, 1], "x": 3.25, "y": 3},
139 {"matrix": [3, 2], "x": 4.25, "y": 3},
140 {"matrix": [3, 3], "x": 5.25, "y": 3},
141 {"matrix": [7, 2], "x": 6.5, "y": 3},
142 {"matrix": [7, 3], "x": 7.5, "y": 3},
143 {"matrix": [3, 4], "x": 8.5, "y": 3},
144 {"matrix": [3, 5], "x": 9.75, "y": 3, "w": 1.5},
145 {"matrix": [3, 6], "x": 12.25, "y": 3, "w": 1.5},
146 {"matrix": [3, 7], "x": 13.75, "y": 3, "w": 2.75},
147 {"matrix": [3, 8], "x": 16.5, "y": 3, "w": 1.5},
148 {"matrix": [3, 9], "x": 18, "y": 3, "w": 2.75},
149 {"matrix": [3, 10], "x": 20.75, "y": 3, "w": 1.5},
150 {"matrix": [7, 10], "x": 23.25, "y": 3, "w": 1.5},
151 {"matrix": [7, 11], "x": 25, "y": 3},
152 {"matrix": [3, 12], "x": 26, "y": 3},
153 {"matrix": [3, 13], "x": 27, "y": 3},
154 {"matrix": [7, 12], "x": 28.25, "y": 3},
155 {"matrix": [7, 13], "x": 29.25, "y": 3},
156 {"matrix": [3, 14], "x": 30.25, "y": 3},
157 {"matrix": [3, 15], "x": 31.25, "y": 3},
158 {"matrix": [7, 14], "x": 32.5, "y": 3},
159 {"matrix": [7, 15], "x": 33.5, "y": 3}
160 ]
161 }
162 }
163}
diff --git a/keyboards/compensator/keymaps/default/keymap.c b/keyboards/compensator/keymaps/default/keymap.c
new file mode 100644
index 0000000000..5e39c20e72
--- /dev/null
+++ b/keyboards/compensator/keymaps/default/keymap.c
@@ -0,0 +1,48 @@
1/* Copyright 2024 Lrfoster03
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
18enum custom_keycodes {
19 KC_P00 = SAFE_RANGE
20};
21
22const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
23 [0] = LAYOUT( /* Base -> XT:Num:Nav:Alphas:Nav:Num:Xt*/
24 KC_F1, KC_F2, KC_PPLS, KC_P7, KC_P8, KC_P9, KC_INS, KC_HOME, KC_PGUP, 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_INS, KC_HOME, KC_PGUP, KC_P7, KC_P8, KC_P9, KC_PPLS, KC_F1, KC_F2,
25 KC_F3, KC_F4, KC_PMNS, KC_P4, KC_P5, KC_P6, KC_DEL, KC_END, KC_PGDN, 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_DEL, KC_END, KC_PGDN, KC_P4, KC_P5, KC_P6, KC_PMNS, KC_F3, KC_F4,
26 KC_F5, KC_F6, KC_PENT, KC_P1, KC_P2, KC_P3, KC_NO, KC_UP, KC_NO, KC_LSFT, KC_BSLS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_NO, KC_UP, KC_NO, KC_P1, KC_P2, KC_P3, KC_PENT, KC_F5, KC_F6,
27 KC_F7, KC_F8, KC_PMNS, KC_PDOT, KC_P0, KC_P00, KC_LEFT, KC_DOWN, KC_RIGHT, KC_LCTL, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_LALT, KC_LCTL, KC_LEFT, KC_DOWN, KC_RIGHT, KC_P00, KC_P0, KC_PDOT, KC_PMNS, KC_F7, KC_F8
28 ),
29
30 [1] = LAYOUT( /* MO(1) */
31 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_NUM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, 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_TRNS, KC_NUM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
32 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, 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,
33 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, 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, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
35 )
36};
37
38bool process_record_user(uint16_t keycode, keyrecord_t *record) {
39 if (record->event.pressed) {
40 switch(keycode) {
41 case KC_P00:
42 tap_code(KC_P0);
43 tap_code(KC_P0);
44 return false;
45 }
46 }
47 return true;
48}
diff --git a/keyboards/compensator/keymaps/via/keymap.c b/keyboards/compensator/keymaps/via/keymap.c
new file mode 100644
index 0000000000..d9124a96af
--- /dev/null
+++ b/keyboards/compensator/keymaps/via/keymap.c
@@ -0,0 +1,48 @@
1/* Copyright 2024 Lrfoster03
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
18enum custom_keycodes {
19 KC_P00 = SAFE_RANGE
20};
21
22const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
23 [0] = LAYOUT( /* Base -> XT:Num:Nav:Alphas:Nav:Num:Xt*/
24 KC_F1, KC_F2, KC_PPLS, KC_P7, KC_P8, KC_P9, KC_INS, KC_HOME, KC_PGUP, 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_INS, KC_HOME, KC_PGUP, KC_P7, KC_P8, KC_P9, KC_PPLS, KC_F1, KC_F2,
25 KC_F3, KC_F4, KC_PMNS, KC_P4, KC_P5, KC_P6, KC_DEL, KC_END, KC_PGDN, 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_DEL, KC_END, KC_PGDN, KC_P4, KC_P5, KC_P6, KC_PMNS, KC_F3, KC_F4,
26 KC_F5, KC_F6, KC_PENT, KC_P1, KC_P2, KC_P3, KC_NO, KC_UP, KC_NO, KC_LSFT, KC_BSLS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), KC_NO, KC_UP, KC_NO, KC_P1, KC_P2, KC_P3, KC_PENT, KC_F5, KC_F6,
27 KC_F7, KC_F8, KC_PMNS, KC_PDOT, KC_P0, KC_P00, KC_LEFT, KC_DOWN, KC_RIGHT, KC_LCTL, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_LALT, KC_LCTL, KC_LEFT, KC_DOWN, KC_RIGHT, KC_P00, KC_P0, KC_PDOT, KC_PMNS, KC_F7, KC_F8
28 ),
29
30 [1] = LAYOUT( /* MO(1) */
31 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_NUM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, 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_TRNS, KC_NUM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
32 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, 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,
33 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, 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, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
35 )
36};
37
38bool process_record_user(uint16_t keycode, keyrecord_t *record) {
39 if (record->event.pressed) {
40 switch(keycode) {
41 case KC_P00:
42 tap_code(KC_P0);
43 tap_code(KC_P0);
44 return false;
45 }
46 }
47 return true;
48}
diff --git a/keyboards/compensator/keymaps/via/rules.mk b/keyboards/compensator/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/compensator/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/compensator/matrix_diagram.md b/keyboards/compensator/matrix_diagram.md
new file mode 100644
index 0000000000..39eeec7b50
--- /dev/null
+++ b/keyboards/compensator/matrix_diagram.md
@@ -0,0 +1,25 @@
1# Matrix Diagram for Compensator
2
3```
4┌───────┐┌───────────────┐┌───────────┐┌───────────────────────────────────────────────────────────┐┌───────────┐┌───────────────┐┌───────┐
5│00 │01 ││02 │03 │04 │05 ││06 │07 │08 ││09 │0A │0B │0C │0D │0E │0F │0G │0H │0I │0J │0K │0L │0M ││0N │0O │0P ││0Q │0R │0S │0T ││0U │0V │
6├───┼───┤├───┼───┼───┼───┤├───┼───┼───│├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤├───┼───┼───│├───┼───┼───┼───┤├───┼───┤
7│10 │11 ││12 │13 │14 │15 ││16 │17 │18 ││19 │1A │1B │1C │1D │1E │1F │1G │1H │1I │1J │1K │1L ││1M │1N │1O ││1P │1Q │1R │1S ││1T │1U │
8├───┼───┤├───┼───┼───┼───┤└───┼───┼───┘├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤└───┼───┼───┘├───┼───┼───┼───┤├───┼───┤
9│20 │21 ││22 │23 │24 │25 │ │26 │ │27 │28 │29 │2A │2B │2C │2D │2E │2F │2G │2H │2I │2J │2K │ │1L │ │2M │2N │2O │2P ││2Q │2R │
10├───┼───┤├───┼───┼───┼───┤┌───┼───┼───┐├────┴┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴──┬┴───┴┬───┬─┴───┤┌───┼───┼───┐├───┼───┼───┼───┤├───┼───┤
11│31 │32 ││33 │34 │35 │36 ││37 │38 │39 ││3A │ │3B │3C │3D │ │3E ││3F │3G │3H ││3I │3J │3K │3L ││30 │31 │
12└───┴───┘└───┴───┴───┴───┘└───┴───┴───┘└─────┘ └─────┴───────────────────────────┴─────┘ └─────┘└───┴───┴───┘└───┴───┴───┴───┘└───┴───┘
13 ┌───────┐ ┌────────┐ ┌──────────┐ ┌───────┐
14 2u Numpad Zero │36 │ │27 │ 2.25u LShift 2.75u RShift │2J │ │3I │ 2u Numpad Zero
15 └───────┘ └────────┘ └──────────┘ └───────┘
16 ┌───┐ ┌───────────────────────────────────────┐ ┌───┐
17 │ │ 2u │3C │ 10u Space │ │ 2u
18 │02 │ Numpad └───────────────────────────────────────┘ │0T │ Numpad
19 │ │ Plus │ │ Plus
20 ├───┤ ┌─────────┐┌─────┐┌─────────┐ 2.75 + 1.5 + ├───┤
21 │ │ 2u |3C ||3C ||3C | 2.75 Split │ │ 2u
22 │33 │ Numpad └─────────┘└─────┘└─────────┘ Spacebar │3L │ Numpad
23 │ │ Enter │ │ Enter
24 └───┘ └───┘
25```
diff --git a/keyboards/compensator/readme.md b/keyboards/compensator/readme.md
new file mode 100644
index 0000000000..13502ecad2
--- /dev/null
+++ b/keyboards/compensator/readme.md
@@ -0,0 +1,24 @@
1# The Compensator
2
3[Compensator](https://i.imgur.com/fAB2SSTh.png)
4
5A 40% monstrosity with 10U spacebar support and a required 2 keycap sets to fill. It supports VIA. [Geekhack Post](https://geekhack.org/index.php?topic=122493.0)
6
7* Keyboard Maintainer: [Lrfoster03](https://lrfoster03.github.io/) and on [GitHub](https://github.com/Lrfoster03)
8* Hardware Supported: A 40% with 2 numpads, 2 nav clusters, and 2 XT columns with an ATMEGU32U4
9* Hardware Availability: Contact @victusss on discord. [vk.works Discord](https://discord.gg/7weV2kyqFB)
10
11## Instructions
12
13### Build
14
15Make example for this keyboard (after setting up your build environment):
16
17 make compensator:default
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
21### Flash
22- Ensure PCB is plugged in and recognized by the computer
23- Hold Physical reset button on back of the PCB to enter bootloader mode
24- Flash using QMK Toolbox or CLI (`make compensator:<keymap>:flash`)
diff --git a/keyboards/compensator/rules.mk b/keyboards/compensator/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/compensator/rules.mk
@@ -0,0 +1 @@
# This file intentionally left blank