aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/handwired/ibm122m/keymaps/andresteare/keymap.c29
-rw-r--r--keyboards/handwired/ibm122m/keymaps/via/keymap.c63
-rw-r--r--keyboards/handwired/ibm122m/keymaps/via/rules.mk1
-rw-r--r--keyboards/handwired/ibm_wheelwriter/config.h49
-rw-r--r--keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.c20
-rw-r--r--keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.h40
-rw-r--r--keyboards/handwired/ibm_wheelwriter/info.json80
-rw-r--r--keyboards/handwired/ibm_wheelwriter/keymaps/default/keymap.c34
-rw-r--r--keyboards/handwired/ibm_wheelwriter/keymaps/via/keymap.c49
-rw-r--r--keyboards/handwired/ibm_wheelwriter/keymaps/via/rules.mk1
-rw-r--r--keyboards/handwired/ibm_wheelwriter/readme.md17
-rw-r--r--keyboards/handwired/ibm_wheelwriter/rules.mk22
-rw-r--r--keyboards/handwired/oem_iso_fullsize/config.h61
-rw-r--r--keyboards/handwired/oem_iso_fullsize/info.json119
-rw-r--r--keyboards/handwired/oem_iso_fullsize/keymaps/default/keymap.c36
-rw-r--r--keyboards/handwired/oem_iso_fullsize/keymaps/via/keymap.c53
-rw-r--r--keyboards/handwired/oem_iso_fullsize/keymaps/via/rules.mk1
-rw-r--r--keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.c20
-rw-r--r--keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.h38
-rw-r--r--keyboards/handwired/oem_iso_fullsize/readme.md30
-rw-r--r--keyboards/handwired/oem_iso_fullsize/rules.mk22
21 files changed, 785 insertions, 0 deletions
diff --git a/keyboards/handwired/ibm122m/keymaps/andresteare/keymap.c b/keyboards/handwired/ibm122m/keymaps/andresteare/keymap.c
new file mode 100644
index 000000000..cfa604354
--- /dev/null
+++ b/keyboards/handwired/ibm122m/keymaps/andresteare/keymap.c
@@ -0,0 +1,29 @@
1/* Copyright 2018 andresteare
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 // Programmer's Dvorak
20 [0] = LAYOUT(
21 KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, KC_F21, KC_F22, KC_F23, KC_F24,
22 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
23 KC_ESC, KC_NO, 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, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
24 KC_NO, KC_NO, 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_ENT, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
25 KC_NO, KC_NO, 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_UP, KC_P4, KC_P5, KC_P6, KC_BSPC,
26 KC_NO, KC_NO, KC_LSFT, KC_NO, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_LEFT, KC_NO, KC_RIGHT, KC_P1, KC_P2, KC_P3, KC_PENT,
27 KC_NO, KC_NO, KC_LCTL, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_DOWN, KC_P0, KC_PDOT
28 ),
29};
diff --git a/keyboards/handwired/ibm122m/keymaps/via/keymap.c b/keyboards/handwired/ibm122m/keymaps/via/keymap.c
new file mode 100644
index 000000000..b6cdfbc0d
--- /dev/null
+++ b/keyboards/handwired/ibm122m/keymaps/via/keymap.c
@@ -0,0 +1,63 @@
1/* Copyright 2018 andresteare
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 // Programmer's Dvorak
20 [0] = LAYOUT(
21 KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, KC_F21, KC_F22, KC_F23, KC_F24,
22 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
23 KC_ESC, KC_NO, 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, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
24 KC_NO, KC_NO, 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_ENT, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
25 KC_NO, KC_NO, 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_UP, KC_P4, KC_P5, KC_P6, KC_BSPC,
26 KC_NO, KC_NO, KC_LSFT, KC_NO, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_LEFT, KC_NO, KC_RIGHT, KC_P1, KC_P2, KC_P3, KC_PENT,
27 KC_NO, KC_NO, KC_LCTL, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_DOWN, KC_P0, KC_PDOT
28 ),
29
30 // Qwerty layer + function
31 [1] = LAYOUT(
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,
33 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, 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_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,
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, 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, 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, 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
39 ),
40
41 // Orirginal Layer
42 [2] = LAYOUT(
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,
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,
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, 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, 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,
47 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,
48 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,
49 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
50 ),
51
52 // Function Layer
53 [3] = LAYOUT(
54 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
55 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
56 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,
57 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,
58 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,
59 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,
60 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
61 ),
62
63}; \ No newline at end of file
diff --git a/keyboards/handwired/ibm122m/keymaps/via/rules.mk b/keyboards/handwired/ibm122m/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/handwired/ibm122m/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/handwired/ibm_wheelwriter/config.h b/keyboards/handwired/ibm_wheelwriter/config.h
new file mode 100644
index 000000000..ecca69fff
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/config.h
@@ -0,0 +1,49 @@
1/* Copyright 2021 andresteare
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 0x8767
23#define PRODUCT_ID 0x5f89
24#define DEVICE_VER 0x0002
25#define MANUFACTURER IBM
26#define PRODUCT ibm6715
27
28/* key matrix size */
29#define MATRIX_ROWS 8
30#define MATRIX_COLS 13
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 { B0, B1, B2, B3, B7, D0, D1, D2 }
43#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4, D5 }
44
45#define DIODE_DIRECTION COL2ROW
46
47
48// generated by KBFirmware JSON to QMK Parser
49// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.c b/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.c
new file mode 100644
index 000000000..eb8e44690
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.c
@@ -0,0 +1,20 @@
1/* Copyright 2021 andresteare
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 "ibm_wheelwriter.h"
18
19// generated by KBFirmware JSON to QMK Parser
20// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.h b/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.h
new file mode 100644
index 000000000..55d54580a
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/ibm_wheelwriter.h
@@ -0,0 +1,40 @@
1/* Copyright 2021 andresteare
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 \
23 K22, K24, K34, K35, K36, K37, K27, K28, K38, K39, K3A, K3B, K2B, K29, K2C, K3C, \
24 K41, K42, K44, K45, K46, K47, K57, K58, K48, K49, K4A, K4B, K5B, K59, K6C, K4C, \
25 K52, K62, K14, K15, K16, K17, K07, K08, K18, K19, K1A, K1B, K0B, K6B, K1C, \
26 K12, K73, K74, K64, K65, K66, K67, K77, K78, K68, K69, K6A, K7B, K61, \
27 K01, K70, K71, K72, K7C \
28 ) { \
29 { KC_NO, K01, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K07, K08, KC_NO, KC_NO, K0B, KC_NO }, \
30 { KC_NO, KC_NO, K12, KC_NO, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C }, \
31 { KC_NO, KC_NO, K22, KC_NO, K24, KC_NO, KC_NO, K27, K28, K29, KC_NO, K2B, K2C }, \
32 { KC_NO, KC_NO, KC_NO, KC_NO, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C }, \
33 { KC_NO, K41, K42, KC_NO, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C }, \
34 { KC_NO, KC_NO, K52, KC_NO, KC_NO, KC_NO, KC_NO, K57, K58, K59, KC_NO, K5B, KC_NO }, \
35 { KC_NO, K61, K62, KC_NO, K64, K65, K66, K67, K68, K69, K6A, K6B, K6C }, \
36 { K70, K71, K72, K73, K74, KC_NO, KC_NO, K77, K78, KC_NO, KC_NO, K7B, K7C }, \
37}
38
39// generated by KBFirmware JSON to QMK Parser
40// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/ibm_wheelwriter/info.json b/keyboards/handwired/ibm_wheelwriter/info.json
new file mode 100644
index 000000000..0bd784173
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/info.json
@@ -0,0 +1,80 @@
1{
2 "keyboard_name": "ibm_wheelwriter",
3 "url": "https://github.com/andresteare/qmk_firmware",
4 "maintainer": "andresteare",
5 "width": 18.5,
6 "height": 5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K22 (B2,F4)", "x":0, "y":1, "w":1.5},
11 {"label":"K24 (B2,F6)", "x":1.75, "y":1},
12 {"label":"K34 (B3,F6)", "x":2.75, "y":1},
13 {"label":"K35 (B3,F7)", "x":3.75, "y":1},
14 {"label":"K36 (B3,B6)", "x":4.75, "y":1},
15 {"label":"K37 (B3,B5)", "x":5.75, "y":1},
16 {"label":"K27 (B2,B5)", "x":6.75, "y":1},
17 {"label":"K28 (B2,B4)", "x":7.75, "y":1},
18 {"label":"K38 (B3,B4)", "x":8.75, "y":1},
19 {"label":"K39 (B3,D7)", "x":9.75, "y":1},
20 {"label":"K3A (B3,D6)", "x":10.75, "y":1},
21 {"label":"K3B (B3,D4)", "x":11.75, "y":1},
22 {"label":"K2B (B2,D4)", "x":12.75, "y":1},
23 {"label":"K29 (B2,D7)", "x":13.75, "y":1},
24 {"label":"K2C (B2,D5)", "x":14.75, "y":1, "w":2},
25 {"label":"K3C (B3,D5)", "x":17, "y":1, "w":1.5},
26 {"label":"K41 (B7,F1)", "x":0, "y":2, "w":1.5},
27 {"label":"K42 (B7,F4)", "x":1.75, "y":2, "w":1.5},
28 {"label":"K44 (B7,F6)", "x":3.25, "y":2},
29 {"label":"K45 (B7,F7)", "x":4.25, "y":2},
30 {"label":"K46 (B7,B6)", "x":5.25, "y":2},
31 {"label":"K47 (B7,B5)", "x":6.25, "y":2},
32 {"label":"K57 (D0,B5)", "x":7.25, "y":2},
33 {"label":"K58 (D0,B4)", "x":8.25, "y":2},
34 {"label":"K48 (B7,B4)", "x":9.25, "y":2},
35 {"label":"K49 (B7,D7)", "x":10.25, "y":2},
36 {"label":"K4A (B7,D6)", "x":11.25, "y":2},
37 {"label":"K4B (B7,D4)", "x":12.25, "y":2},
38 {"label":"K5B (D0,D4)", "x":13.25, "y":2},
39 {"label":"K59 (D0,D7)", "x":14.25, "y":2},
40 {"label":"K6C (D1,D5)", "x":15.5, "y":2, "w":1.25, "h":2},
41 {"label":"K4C (B7,D5)", "x":17, "y":2, "w":1.5},
42 {"label":"K52 (D0,F4)", "x":0, "y":3, "w":1.5},
43 {"label":"K62 (D1,F4)", "x":1.75, "y":3, "w":1.25},
44 {"label":"K14 (B1,F6)", "x":3.5, "y":3},
45 {"label":"K15 (B1,F7)", "x":4.5, "y":3},
46 {"label":"K16 (B1,B6)", "x":5.5, "y":3},
47 {"label":"K17 (B1,B5)", "x":6.5, "y":3},
48 {"label":"K07 (B0,B5)", "x":7.5, "y":3},
49 {"label":"K08 (B0,B4)", "x":8.5, "y":3},
50 {"label":"K18 (B1,B4)", "x":9.5, "y":3},
51 {"label":"K19 (B1,D7)", "x":10.5, "y":3},
52 {"label":"K1A (B1,D6)", "x":11.5, "y":3},
53 {"label":"K1B (B1,D4)", "x":12.5, "y":3},
54 {"label":"K0B (B0,D4)", "x":13.5, "y":3},
55 {"label":"K6B (D1,D4)", "x":14.5, "y":3},
56 {"label":"K1C (B1,D5)", "x":17, "y":3, "w":1.5},
57 {"label":"K12 (B1,F4)", "x":0, "y":4, "w":1.5},
58 {"label":"K73 (D2,F5)", "x":1.75, "y":4, "w":1.25},
59 {"label":"K74 (D2,F6)", "x":3, "y":4},
60 {"label":"K64 (D1,F6)", "x":4, "y":4},
61 {"label":"K65 (D1,F7)", "x":5, "y":4},
62 {"label":"K66 (D1,B6)", "x":6, "y":4},
63 {"label":"K67 (D1,B5)", "x":7, "y":4},
64 {"label":"K77 (D2,B5)", "x":8, "y":4},
65 {"label":"K78 (D2,B4)", "x":9, "y":4},
66 {"label":"K68 (D1,B4)", "x":10, "y":4},
67 {"label":"K69 (D1,D7)", "x":11, "y":4},
68 {"label":"K6A (D1,D6)", "x":12, "y":4},
69 {"label":"K7B (D2,D4)", "x":13, "y":4},
70 {"label":"K61 (D1,F1)", "x":17, "y":4, "w":1.5},
71 {"label":"K01 (B0,F1)", "x":0, "y":5, "w":1.5},
72 {"label":"K70 (D2,F0)", "x":4.25, "y":5, "w":2.75},
73 {"label":"K71 (D2,F1)", "x":7, "y":5, "w":7.25},
74 {"label":"K72 (D2,F4)", "x":15.25, "y":5, "w":1.5},
75 {"label":"K7C (D2,D5)", "x":17, "y":5, "w":1.5}
76 ]
77 }
78 }
79 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
80}
diff --git a/keyboards/handwired/ibm_wheelwriter/keymaps/default/keymap.c b/keyboards/handwired/ibm_wheelwriter/keymaps/default/keymap.c
new file mode 100644
index 000000000..d7156d4c1
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/keymaps/default/keymap.c
@@ -0,0 +1,34 @@
1/* Copyright 2021 andresteare
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_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, MO(1),
22 KC_MPLY, 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_ENT, KC_VOLU,
23 KC_CAPS, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_VOLD,
24 KC_LALT, 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_RGUI,
25 KC_LGUI, KC_SPC, KC_SPC, KC_RALT, KC_RCTL
26 ),
27 [1] = LAYOUT(
28 RESET, 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,
29 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,
30 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,
31 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,
32 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
33 ),
34};
diff --git a/keyboards/handwired/ibm_wheelwriter/keymaps/via/keymap.c b/keyboards/handwired/ibm_wheelwriter/keymaps/via/keymap.c
new file mode 100644
index 000000000..4390cedea
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/keymaps/via/keymap.c
@@ -0,0 +1,49 @@
1/* Copyright 2021 andresteare
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_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, MO(1),
22 KC_MPLY, 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_ENT, KC_VOLU,
23 KC_CAPS, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_VOLD,
24 KC_LALT, 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_RGUI,
25 KC_LGUI, KC_SPC, KC_SPC, KC_RALT, KC_RCTL
26 ),
27 [1] = LAYOUT(
28 RESET, 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,
29 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,
30 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,
31 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,
32 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
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, 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, 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, KC_TRNS,
39 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, 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, 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, KC_TRNS,
46 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
47 ),
48
49};
diff --git a/keyboards/handwired/ibm_wheelwriter/keymaps/via/rules.mk b/keyboards/handwired/ibm_wheelwriter/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/handwired/ibm_wheelwriter/readme.md b/keyboards/handwired/ibm_wheelwriter/readme.md
new file mode 100644
index 000000000..296930a25
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/readme.md
@@ -0,0 +1,17 @@
1# ibm_wheelwriter
2
3![top view](https://i.imgur.com/jwYI2qxl.jpg)
4
5Got this awesome buckling spring keyboard to work with a PC, it's really the cheapest way to try buckling springs :)
6
7ATTENTION: I DIDN'T INCLUDE THE RIGHT SHIFT KEY IN THE KEYMAP BECAUSE IT SHARES THE CIRCUIT WITH THE LEFT SHIFT KEY SO YOU CAN'T CUSTOMIZE BOTH INDEPENDENTLY
8I REPEAT, WHATEVER ACTION YOU ASIGN TO THE LEFT SHIFT KEY, THE RIGHT SHIFT KEY WILL DO THE SAME, SO IT WILL NOT APPEAR IN THE CONFIGURATOR OR IN VIA
9
10* Keyboard Maintainer: [Andres Teare](https://github.com/andresteare)
11* Hardware Supported: Teensy 2.0
12* Hardware Availability: got the teensy from aliexpress
13Make example for this keyboard (after setting up your build environment):
14
15 make handwired/ibm_wheelwriter:default
16
17See 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/handwired/ibm_wheelwriter/rules.mk b/keyboards/handwired/ibm_wheelwriter/rules.mk
new file mode 100644
index 000000000..7b69908b1
--- /dev/null
+++ b/keyboards/handwired/ibm_wheelwriter/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 = 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
diff --git a/keyboards/handwired/oem_iso_fullsize/config.h b/keyboards/handwired/oem_iso_fullsize/config.h
new file mode 100644
index 000000000..566af03b0
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/config.h
@@ -0,0 +1,61 @@
1/** Copyright 2021 andresteare
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 0x9856 // "Gamdias"
23#define PRODUCT_ID 0x7070
24#define DEVICE_VER 0x0001
25#define MANUFACTURER Gamdias
26#define PRODUCT teclado_oscar
27
28/* key matrix size */
29#define MATRIX_ROWS 6
30#define MATRIX_COLS 21
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 { C0, B4, F3, F4, F5, F6 }
43#define MATRIX_COL_PINS { C2, C1, E0, D4, D5, A4, A0, B2, B0, E7, E6, D6, B1, B3, D3, D2, B6, F7, F0, F1, F2 }
44
45/*Row 0, resistor R132, Pin A1
46*Row 1, R131, Pin B5
47*Row 2, R130, Pin E4
48*Row 3, R129, Pin A2
49*Row 4, R128, Pin E5
50*Row 5, R127, Pin A7
51#define LED_CAPS_LOCK_PIN C7
52#define LED_SCROLL_LOCK_PIN A3
53#define LED_NUM_LOCK_PIN C6
54#define BACKLIGHT_PINS { B5, E5, E4, A7, A1, A2 }
55#define BACKLIGHT_LEVELS 1*/
56
57#define DIODE_DIRECTION ROW2COL
58
59
60// generated by KBFirmware JSON to QMK Parser
61// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/oem_iso_fullsize/info.json b/keyboards/handwired/oem_iso_fullsize/info.json
new file mode 100644
index 000000000..fbe3c2796
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/info.json
@@ -0,0 +1,119 @@
1{
2 "keyboard_name": "oem_iso_fullsize",
3 "url": "https://github.com/andresteare/qmk_firmware",
4 "maintainer": "andresteare",
5 "width": 22.5,
6 "height": 6.5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K00 (C0,C2)", "x":0, "y":0},
11 {"label":"K01 (C0,C1)", "x":2, "y":0},
12 {"label":"K02 (C0,E0)", "x":3, "y":0},
13 {"label":"K03 (C0,D4)", "x":4, "y":0},
14 {"label":"K04 (C0,D5)", "x":5, "y":0},
15 {"label":"K05 (C0,A4)", "x":6.5, "y":0},
16 {"label":"K06 (C0,A0)", "x":7.5, "y":0},
17 {"label":"K07 (C0,B2)", "x":8.5, "y":0},
18 {"label":"K08 (C0,B0)", "x":9.5, "y":0},
19 {"label":"K09 (C0,E7)", "x":11, "y":0},
20 {"label":"K0A (C0,E6)", "x":12, "y":0},
21 {"label":"K0B (C0,D6)", "x":13, "y":0},
22 {"label":"K0C (C0,B1)", "x":14, "y":0},
23 {"label":"K0E (C0,D3)", "x":15.25, "y":0},
24 {"label":"K0F (C0,D2)", "x":16.25, "y":0},
25 {"label":"K0G (C0,B6)", "x":17.25, "y":0},
26 {"label":"K10 (B4,C2)", "x":0, "y":1.5},
27 {"label":"K11 (B4,C1)", "x":1, "y":1.5},
28 {"label":"K12 (B4,E0)", "x":2, "y":1.5},
29 {"label":"K13 (B4,D4)", "x":3, "y":1.5},
30 {"label":"K14 (B4,D5)", "x":4, "y":1.5},
31 {"label":"K15 (B4,A4)", "x":5, "y":1.5},
32 {"label":"K16 (B4,A0)", "x":6, "y":1.5},
33 {"label":"K17 (B4,B2)", "x":7, "y":1.5},
34 {"label":"K18 (B4,B0)", "x":8, "y":1.5},
35 {"label":"K19 (B4,E7)", "x":9, "y":1.5},
36 {"label":"K1A (B4,E6)", "x":10, "y":1.5},
37 {"label":"K1B (B4,D6)", "x":11, "y":1.5},
38 {"label":"K1C (B4,B1)", "x":12, "y":1.5},
39 {"label":"K1D (B4,B3)", "x":13, "y":1.5, "w":2},
40 {"label":"K1E (B4,D3)", "x":15.25, "y":1.5},
41 {"label":"K1F (B4,D2)", "x":16.25, "y":1.5},
42 {"label":"K1G (B4,B6)", "x":17.25, "y":1.5},
43 {"label":"K1H (B4,F7)", "x":18.5, "y":1.5},
44 {"label":"K1I (B4,F0)", "x":19.5, "y":1.5},
45 {"label":"K1J (B4,F1)", "x":20.5, "y":1.5},
46 {"label":"K1K (B4,F2)", "x":21.5, "y":1.5},
47 {"label":"K20 (F3,C2)", "x":0, "y":2.5, "w":1.5},
48 {"label":"K21 (F3,C1)", "x":1.5, "y":2.5},
49 {"label":"K22 (F3,E0)", "x":2.5, "y":2.5},
50 {"label":"K23 (F3,D4)", "x":3.5, "y":2.5},
51 {"label":"K24 (F3,D5)", "x":4.5, "y":2.5},
52 {"label":"K25 (F3,A4)", "x":5.5, "y":2.5},
53 {"label":"K26 (F3,A0)", "x":6.5, "y":2.5},
54 {"label":"K27 (F3,B2)", "x":7.5, "y":2.5},
55 {"label":"K28 (F3,B0)", "x":8.5, "y":2.5},
56 {"label":"K29 (F3,E7)", "x":9.5, "y":2.5},
57 {"label":"K2A (F3,E6)", "x":10.5, "y":2.5},
58 {"label":"K2B (F3,D6)", "x":11.5, "y":2.5},
59 {"label":"K2C (F3,B1)", "x":12.5, "y":2.5},
60 {"label":"K2D (F3,B3)", "x":13.75, "y":2.5, "w":1.25, "h":2},
61 {"label":"K2E (F3,D3)", "x":15.25, "y":2.5},
62 {"label":"K2F (F3,D2)", "x":16.25, "y":2.5},
63 {"label":"K2G (F3,B6)", "x":17.25, "y":2.5},
64 {"label":"K2H (F3,F7)", "x":18.5, "y":2.5},
65 {"label":"K2I (F3,F0)", "x":19.5, "y":2.5},
66 {"label":"K2J (F3,F1)", "x":20.5, "y":2.5},
67 {"label":"K2K (F3,F2)", "x":21.5, "y":2.5, "h":2},
68 {"label":"K30 (F4,C2)", "x":0, "y":3.5, "w":1.75},
69 {"label":"K31 (F4,C1)", "x":1.75, "y":3.5},
70 {"label":"K32 (F4,E0)", "x":2.75, "y":3.5},
71 {"label":"K33 (F4,D4)", "x":3.75, "y":3.5},
72 {"label":"K34 (F4,D5)", "x":4.75, "y":3.5},
73 {"label":"K35 (F4,A4)", "x":5.75, "y":3.5},
74 {"label":"K36 (F4,A0)", "x":6.75, "y":3.5},
75 {"label":"K37 (F4,B2)", "x":7.75, "y":3.5},
76 {"label":"K38 (F4,B0)", "x":8.75, "y":3.5},
77 {"label":"K39 (F4,E7)", "x":9.75, "y":3.5},
78 {"label":"K3A (F4,E6)", "x":10.75, "y":3.5},
79 {"label":"K3B (F4,D6)", "x":11.75, "y":3.5},
80 {"label":"K3D (F4,B3)", "x":12.75, "y":3.5},
81 {"label":"K3H (F4,F7)", "x":18.5, "y":3.5},
82 {"label":"K3I (F4,F0)", "x":19.5, "y":3.5},
83 {"label":"K3J (F4,F1)", "x":20.5, "y":3.5},
84 {"label":"K40 (F5,C2)", "x":0, "y":4.5, "w":1.25},
85 {"label":"K4E (F5,D3)", "x":1.25, "y":4.5},
86 {"label":"K41 (F5,C1)", "x":2.25, "y":4.5},
87 {"label":"K42 (F5,E0)", "x":3.25, "y":4.5},
88 {"label":"K43 (F5,D4)", "x":4.25, "y":4.5},
89 {"label":"K44 (F5,D5)", "x":5.25, "y":4.5},
90 {"label":"K45 (F5,A4)", "x":6.25, "y":4.5},
91 {"label":"K46 (F5,A0)", "x":7.25, "y":4.5},
92 {"label":"K47 (F5,B2)", "x":8.25, "y":4.5},
93 {"label":"K48 (F5,B0)", "x":9.25, "y":4.5},
94 {"label":"K49 (F5,E7)", "x":10.25, "y":4.5},
95 {"label":"K4A (F5,E6)", "x":11.25, "y":4.5},
96 {"label":"K4B (F5,D6)", "x":12.25, "y":4.5, "w":2.75},
97 {"label":"K4F (F5,D2)", "x":16.25, "y":4.5},
98 {"label":"K4H (F5,F7)", "x":18.5, "y":4.5},
99 {"label":"K4I (F5,F0)", "x":19.5, "y":4.5},
100 {"label":"K4J (F5,F1)", "x":20.5, "y":4.5},
101 {"label":"K4K (F5,F2)", "x":21.5, "y":4.5, "h":2},
102 {"label":"K50 (F6,C2)", "x":0, "y":5.5, "w":1.25},
103 {"label":"K51 (F6,C1)", "x":1.25, "y":5.5, "w":1.25},
104 {"label":"K52 (F6,E0)", "x":2.5, "y":5.5, "w":1.25},
105 {"label":"K53 (F6,D4)", "x":3.75, "y":5.5, "w":6.25},
106 {"label":"K54 (F6,D5)", "x":10, "y":5.5, "w":1.25},
107 {"label":"K55 (F6,A4)", "x":11.25, "y":5.5, "w":1.25},
108 {"label":"K56 (F6,A0)", "x":12.5, "y":5.5, "w":1.25},
109 {"label":"K58 (F6,B0)", "x":13.75, "y":5.5, "w":1.25},
110 {"label":"K5E (F6,D3)", "x":15.25, "y":5.5},
111 {"label":"K5F (F6,D2)", "x":16.25, "y":5.5},
112 {"label":"K5G (F6,B6)", "x":17.25, "y":5.5},
113 {"label":"K5I (F6,F0)", "x":18.5, "y":5.5, "w":2},
114 {"label":"K5J (F6,F1)", "x":20.5, "y":5.5}
115 ]
116 }
117 }
118 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
119}
diff --git a/keyboards/handwired/oem_iso_fullsize/keymaps/default/keymap.c b/keyboards/handwired/oem_iso_fullsize/keymaps/default/keymap.c
new file mode 100644
index 000000000..162851e60
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/keymaps/default/keymap.c
@@ -0,0 +1,36 @@
1/* Copyright 2021 andresteare
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, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
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_ENT, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
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_NUHS, KC_P4, KC_P5, KC_P6,
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_RSFT, KC_UP, KC_P1, KC_P2, KC_P3, KC_PENT,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT
27 ),
28 [1] = LAYOUT(
29 KC_TRNS, KC_TRNS, KC_MPRV, KC_MNXT, KC_TRNS, KC_MPLY, KC_MUTE, KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, KC_TRNS,
30 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_MPLY, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
31 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_MSTP, KC_VOLD, 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,
33 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BRIU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BRID, KC_TRNS, KC_TRNS, KC_TRNS
35 ),
36};
diff --git a/keyboards/handwired/oem_iso_fullsize/keymaps/via/keymap.c b/keyboards/handwired/oem_iso_fullsize/keymaps/via/keymap.c
new file mode 100644
index 000000000..bf527e25a
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/keymaps/via/keymap.c
@@ -0,0 +1,53 @@
1/* Copyright 2021 andresteare
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, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
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_ENT, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
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_NUHS, KC_P4, KC_P5, KC_P6,
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_RSFT, KC_UP, KC_P1, KC_P2, KC_P3, KC_PENT,
26 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT
27 ),
28 [1] = LAYOUT(
29 KC_TRNS, KC_TRNS, KC_MPRV, KC_MNXT, KC_TRNS, KC_MPLY, KC_MUTE, KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, KC_TRNS,
30 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_MPLY, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
31 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_MSTP, KC_VOLD, 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,
33 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BRIU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BRID, KC_TRNS, KC_TRNS, KC_TRNS
35 ),
36 [2] = LAYOUT(
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, 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, 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, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
40 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,
41 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,
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
43 ),
44 [3] = LAYOUT(
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, 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, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
47 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,
48 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,
49 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,
50 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
51 ),
52
53};
diff --git a/keyboards/handwired/oem_iso_fullsize/keymaps/via/rules.mk b/keyboards/handwired/oem_iso_fullsize/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes
diff --git a/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.c b/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.c
new file mode 100644
index 000000000..62690ef67
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.c
@@ -0,0 +1,20 @@
1/* Copyright 2021 andresteare
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 "oem_iso_fullsize.h"
18
19// generated by KBFirmware JSON to QMK Parser
20// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.h b/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.h
new file mode 100644
index 000000000..4f8c89803
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/oem_iso_fullsize.h
@@ -0,0 +1,38 @@
1/* Copyright 2021 andresteare
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, K1E, K1F, K1G, K1H, K1I, K1J, K1K, \
24 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, K2H, K2I, K2J, K2K, \
25 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, K3H, K3I, K3J, \
26 K40, K4E, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4F, K4H, K4I, K4J, K4K, \
27 K50, K51, K52, K53, K54, K55, K56, K58, K5E, K5F, K5G, K5I, K5J \
28) { \
29 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, KC_NO, K0E, K0F, K0G, KC_NO, KC_NO, KC_NO, KC_NO }, \
30 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, K1H, K1I, K1J, K1K }, \
31 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, K2H, K2I, K2J, K2K }, \
32 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, KC_NO, K3D, KC_NO, KC_NO, KC_NO, K3H, K3I, K3J, KC_NO }, \
33 { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, KC_NO, KC_NO, K4E, K4F, KC_NO, K4H, K4I, K4J, K4K }, \
34 { K50, K51, K52, K53, K54, K55, K56, KC_NO, K58, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K5E, K5F, K5G, KC_NO, K5I, K5J, KC_NO }, \
35}
36
37// generated by KBFirmware JSON to QMK Parser
38// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/oem_iso_fullsize/readme.md b/keyboards/handwired/oem_iso_fullsize/readme.md
new file mode 100644
index 000000000..47aba7865
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/readme.md
@@ -0,0 +1,30 @@
1# oem_iso_fullsize
2
3![top view](https://i.imgur.com/Pm5Vz1P.jpg)
4
5I handwired a Gamdias 7 Colors that had a dead PCB and manage to revive it with a teensy
6
7* Keyboard Maintainer: [Andres Teare](https://github.com/andresteare)
8* Hardware Supported: Teensy++ 2.0
9* Hardware Availability: got the teensy from aliexpress
10Make example for this keyboard (after setting up your build environment):
11
12 make handwired/oem_iso_fullsize:default
13
14See 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).
15
16I didn't manage to make backlighting to work properly, because it looks like I need a LED driver, but if you have this keyboard and already have an LED driver, here are the respective resistor you need to wire to the teensy
17*Row 0, resistor R132, Pin A1
18*Row 1, R131, Pin B5
19*Row 2, R130, Pin E4
20*Row 3, R129, Pin A2
21*Row 4, R128, Pin E5
22*Row 5, R127, Pin A7
23
24These line are specifically to my pinout so it's probably not essencial for you
25#define DIODE_DIRECTION ROW2COL
26#define LED_CAPS_LOCK_PIN C7
27#define LED_SCROLL_LOCK_PIN A3
28#define LED_NUM_LOCK_PIN C6
29#define BACKLIGHT_PINS { B5, E5, E4, A7, A1, A2 }
30#define BACKLIGHT_LEVELS 1 \ No newline at end of file
diff --git a/keyboards/handwired/oem_iso_fullsize/rules.mk b/keyboards/handwired/oem_iso_fullsize/rules.mk
new file mode 100644
index 000000000..04d0c78e8
--- /dev/null
+++ b/keyboards/handwired/oem_iso_fullsize/rules.mk
@@ -0,0 +1,22 @@
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 = no # 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 = yes # 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