summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stef9998/split_5x7
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/stef9998/split_5x7')
-rw-r--r--keyboards/handwired/stef9998/split_5x7/info.json152
-rw-r--r--keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/config.h2
-rw-r--r--keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/keymap.c10
-rw-r--r--keyboards/handwired/stef9998/split_5x7/rev1/config.h45
-rw-r--r--keyboards/handwired/stef9998/split_5x7/rev1/rev1.c17
-rw-r--r--keyboards/handwired/stef9998/split_5x7/rev1/rev1.h40
-rw-r--r--keyboards/handwired/stef9998/split_5x7/split_5x7.c2
-rw-r--r--keyboards/handwired/stef9998/split_5x7/split_5x7.h23
8 files changed, 86 insertions, 205 deletions
diff --git a/keyboards/handwired/stef9998/split_5x7/info.json b/keyboards/handwired/stef9998/split_5x7/info.json
index 75d151d5b6..f1471efe8e 100644
--- a/keyboards/handwired/stef9998/split_5x7/info.json
+++ b/keyboards/handwired/stef9998/split_5x7/info.json
@@ -8,94 +8,102 @@
"pid": "0x6063",
"device_version": "1.0.0"
},
+ "matrix_pins": {
+ "cols": ["B2", "B6", "B1", "B3", "F7", "F5", "F6"],
+ "rows": ["C6", "D7", "E6", "B4", "B5"]
+ },
+ "diode_direction": "COL2ROW",
"split": {
- "soft_serial_pin": "D0"
+ "soft_serial_pin": "D0",
+ "matrix_pins": {
+ "right": {
+ "cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
+ "rows": ["B5", "B4", "E6", "D7", "C6"]
+ }
+ }
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
- {"label":"Esc", "x":0, "y":0},
- {"label":"1", "x":1, "y":0},
- {"label":"2", "x":2, "y":0},
- {"label":"3", "x":3, "y":0},
- {"label":"4", "x":4, "y":0},
- {"label":"5", "x":5, "y":0},
- {"label":"F1", "x":6, "y":0},
-
- {"label":"Tab", "x":0, "y":1},
- {"label":"Q", "x":1, "y":1},
- {"label":"W", "x":2, "y":1},
- {"label":"E", "x":3, "y":1},
- {"label":"R", "x":4, "y":1},
- {"label":"T", "x":5, "y":1},
- {"label":"[", "x":6, "y":1},
-
- {"label":"Caps Lock", "x":0, "y":2},
- {"label":"A", "x":1, "y":2},
- {"label":"S", "x":2, "y":2},
- {"label":"D", "x":3, "y":2},
- {"label":"F", "x":4, "y":2},
- {"label":"G", "x":5, "y":2},
- {"label":"=", "x":6, "y":2},
-
- {"label":"Shift", "x":0, "y":3},
- {"label":"Z", "x":1, "y":3},
- {"label":"X", "x":2, "y":3},
- {"label":"C", "x":3, "y":3},
- {"label":"V", "x":4, "y":3},
- {"label":"B", "x":5, "y":3},
- {"label":"F3", "x":6, "y":3},
+ {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
+ {"label": "1", "matrix": [0, 1], "x": 1, "y": 0},
+ {"label": "2", "matrix": [0, 2], "x": 2, "y": 0},
+ {"label": "3", "matrix": [0, 3], "x": 3, "y": 0},
+ {"label": "4", "matrix": [0, 4], "x": 4, "y": 0},
+ {"label": "5", "matrix": [0, 5], "x": 5, "y": 0},
+ {"label": "F1", "matrix": [0, 6], "x": 6, "y": 0},
- {"label":"Ctrl", "x":0, "y":4},
- {"label":"Ctrl", "x":1, "y":4},
- {"label":"Gui", "x":2, "y":4, "w":1.25},
- {"label":"Alt", "x":3.25, "y":4, "w":1.25},
- {"label":"Space", "x":4.5, "y":4, "w":1.5},
- {"label":"F5", "x":6, "y":4},
+ {"label": "Tab", "matrix": [5, 6], "x": 0, "y": 1},
+ {"label": "Q", "matrix": [5, 5], "x": 1, "y": 1},
+ {"label": "W", "matrix": [5, 4], "x": 2, "y": 1},
+ {"label": "E", "matrix": [5, 3], "x": 3, "y": 1},
+ {"label": "R", "matrix": [5, 2], "x": 4, "y": 1},
+ {"label": "T", "matrix": [5, 1], "x": 5, "y": 1},
+ {"label": "[", "matrix": [5, 0], "x": 6, "y": 1},
+ {"label": "Caps Lock", "matrix": [1, 0], "x": 0, "y": 2},
+ {"label": "A", "matrix": [1, 1], "x": 1, "y": 2},
+ {"label": "S", "matrix": [1, 2], "x": 2, "y": 2},
+ {"label": "D", "matrix": [1, 3], "x": 3, "y": 2},
+ {"label": "F", "matrix": [1, 4], "x": 4, "y": 2},
+ {"label": "G", "matrix": [1, 5], "x": 5, "y": 2},
+ {"label": "=", "matrix": [1, 6], "x": 6, "y": 2},
- {"label":"F2", "x":14, "y":0},
- {"label":"6", "x":9, "y":0},
- {"label":"7", "x":10, "y":0},
- {"label":"8", "x":11, "y":0},
- {"label":"9", "x":12, "y":0},
- {"label":"0", "x":13, "y":0},
- {"label":"Backspace", "x":14, "y":0},
+ {"label": "Shift", "matrix": [6, 6], "x": 0, "y": 3},
+ {"label": "Z", "matrix": [6, 5], "x": 1, "y": 3},
+ {"label": "X", "matrix": [6, 4], "x": 2, "y": 3},
+ {"label": "C", "matrix": [6, 3], "x": 3, "y": 3},
+ {"label": "V", "matrix": [6, 2], "x": 4, "y": 3},
+ {"label": "B", "matrix": [6, 1], "x": 5, "y": 3},
+ {"label": "F3", "matrix": [6, 0], "x": 6, "y": 3},
- {"label":"]", "x":8, "y":1},
- {"label":"Y", "x":9, "y":1},
- {"label":"U", "x":10, "y":1},
- {"label":"I", "x":11, "y":1},
- {"label":"O", "x":12, "y":1},
- {"label":"P", "x":13, "y":1},
- {"label":"\\", "x":14, "y":1},
+ {"label": "Ctrl", "matrix": [2, 0], "x": 0, "y": 4},
+ {"label": "Ctrl", "matrix": [2, 1], "x": 1, "y": 4},
+ {"label": "Gui", "matrix": [2, 2], "x": 2, "y": 4, "w": 1.25},
+ {"label": "Alt", "matrix": [2, 3], "x": 3.25, "y": 4, "w": 1.25},
+ {"label": "Space", "matrix": [2, 4], "x": 4.5, "y": 4, "w": 1.5},
+ {"label": "F5", "matrix": [2, 5], "x": 6, "y": 4},
- {"label":"-", "x":8, "y":2},
- {"label":"H", "x":9, "y":2},
- {"label":"J", "x":10, "y":2},
- {"label":"K", "x":11, "y":2},
- {"label":"L", "x":12, "y":2},
- {"label":";", "x":13, "y":2},
- {"label":"Enter", "x":14, "y":2},
+ {"label": "F2", "matrix": [2, 6], "x": 14, "y": 0},
+ {"label": "6", "matrix": [7, 6], "x": 9, "y": 0},
+ {"label": "7", "matrix": [7, 5], "x": 10, "y": 0},
+ {"label": "8", "matrix": [7, 4], "x": 11, "y": 0},
+ {"label": "9", "matrix": [7, 3], "x": 12, "y": 0},
+ {"label": "0", "matrix": [7, 2], "x": 13, "y": 0},
+ {"label": "Backspace", "matrix": [7, 1], "x": 14, "y": 0},
- {"label":"F4", "x":8, "y":3},
- {"label":"N", "x":9, "y":3},
- {"label":"M", "x":10, "y":3},
- {"label":",", "x":11, "y":3},
- {"label":".", "x":12, "y":3},
- {"label":"/", "x":13, "y":3},
- {"label":"Shift", "x":14, "y":3},
+ {"label": "]", "matrix": [7, 0], "x": 8, "y": 1},
+ {"label": "Y", "matrix": [3, 0], "x": 9, "y": 1},
+ {"label": "U", "matrix": [3, 1], "x": 10, "y": 1},
+ {"label": "I", "matrix": [3, 2], "x": 11, "y": 1},
+ {"label": "O", "matrix": [3, 3], "x": 12, "y": 1},
+ {"label": "P", "matrix": [3, 4], "x": 13, "y": 1},
+ {"label": "\\", "matrix": [3, 5], "x": 14, "y": 1},
- {"label":"F5", "x":8, "y":4},
- {"label":"Space", "x":9, "y":4, "w":1.5},
- {"label":"AltGr", "x":10.5, "y":4, "w":1.25},
- {"label":"Fn", "x":11.75, "y":4, "w":1.25},
- {"label":"Ctrl", "x":13, "y":4},
- {"label":"Ctrl", "x":13, "y":4}
+ {"label": "-", "matrix": [3, 6], "x": 8, "y": 2},
+ {"label": "H", "matrix": [8, 6], "x": 9, "y": 2},
+ {"label": "J", "matrix": [8, 5], "x": 10, "y": 2},
+ {"label": "K", "matrix": [8, 4], "x": 11, "y": 2},
+ {"label": "L", "matrix": [8, 3], "x": 12, "y": 2},
+ {"label": ";", "matrix": [8, 2], "x": 13, "y": 2},
+ {"label": "Enter", "matrix": [8, 1], "x": 14, "y": 2},
+ {"label": "F4", "matrix": [8, 0], "x": 8, "y": 3},
+ {"label": "N", "matrix": [4, 0], "x": 9, "y": 3},
+ {"label": "M", "matrix": [4, 1], "x": 10, "y": 3},
+ {"label": ",", "matrix": [4, 2], "x": 11, "y": 3},
+ {"label": ".", "matrix": [4, 3], "x": 12, "y": 3},
+ {"label": "/", "matrix": [4, 5], "x": 13, "y": 3},
+ {"label": "Shift", "matrix": [4, 6], "x": 14, "y": 3},
+ {"label": "F5", "matrix": [9, 6], "x": 8, "y": 4},
+ {"label": "Space", "matrix": [9, 5], "x": 9, "y": 4, "w": 1.5},
+ {"label": "AltGr", "matrix": [9, 3], "x": 10.5, "y": 4, "w": 1.25},
+ {"label": "Fn", "matrix": [9, 2], "x": 11.75, "y": 4, "w": 1.25},
+ {"label": "Ctrl", "matrix": [9, 1], "x": 13, "y": 4},
+ {"label": "Ctrl", "matrix": [9, 0], "x": 13, "y": 4}
]
}
}
diff --git a/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/config.h b/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/config.h
index d8a98f8d40..22d68ab390 100644
--- a/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/config.h
+++ b/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/config.h
@@ -28,5 +28,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RCPC_KEYS KC_RCTL,KC_TRNS,KC_RBRC
#define TAPPING_TERM_PER_KEY
-#define IGNORE_MOD_TAP_INTERRUPT
-#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
diff --git a/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/keymap.c b/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/keymap.c
index 5b74c3567e..833a245c54 100644
--- a/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/keymap.c
+++ b/keyboards/handwired/stef9998/split_5x7/keymaps/stef9998/keymap.c
@@ -39,20 +39,20 @@ enum custom_keycodes {
// Shortcut to make keymap more readable
#define KC_FN MO(_FN)
-bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record) {
+bool get_hold_on_other_key_press(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case SC_LSPO:
// Do not force the mod-tap key press to be handled as a modifier
// if any other key was pressed while the mod-tap key is held down.
- return false;
+ return true;
// case MT(MOD_LSFT,KC_9):
// return false;
case SC_RSPC:
- return false;
+ return true;
default:
// Force the mod-tap key press to be handled as a modifier if any
// other key was pressed while the mod-tap key is held down.
- return true;
+ return false;
}
}
@@ -185,4 +185,4 @@ _______ ,_______ ,RALT_T(KC_S),LCTL_T(KC_D),LSFT_T(KC_F),LT(_SYM,KC_G),_______ ,
_______ ,_______ ,_______ ,_______ ,_______ ,_______ , _______ ,_______ ,_______ ,_______ ,_______ ,_______
// └────────┴────────┴──────────┴──────────┴─────────────┴────────┘ └────────┴─────────────┴──────────┴──────────┴────────┴────────┘
),
- */ \ No newline at end of file
+ */
diff --git a/keyboards/handwired/stef9998/split_5x7/rev1/config.h b/keyboards/handwired/stef9998/split_5x7/rev1/config.h
deleted file mode 100644
index 2957afc125..0000000000
--- a/keyboards/handwired/stef9998/split_5x7/rev1/config.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Copyright 2022 stef9998
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-
-// wiring of each half
-#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
-#define MATRIX_COL_PINS { B2, B6, B1, B3, F7, F5, F6 }
-
-#define MATRIX_ROW_PINS_RIGHT { B5, B4, E6, D7, C6 }
-#define MATRIX_COL_PINS_RIGHT { F5, F6, F7, B1, B3, B2, B6 }
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-// #define NO_DEBUG
-
-/* disable print */
-// #define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
diff --git a/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c b/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c
deleted file mode 100644
index cf8e7d9fa3..0000000000
--- a/keyboards/handwired/stef9998/split_5x7/rev1/rev1.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
-Copyright 2022 stef9998
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-#include "split_5x7.h"
diff --git a/keyboards/handwired/stef9998/split_5x7/rev1/rev1.h b/keyboards/handwired/stef9998/split_5x7/rev1/rev1.h
deleted file mode 100644
index 9ffed66727..0000000000
--- a/keyboards/handwired/stef9998/split_5x7/rev1/rev1.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-Copyright 2022 stef9998
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-#pragma once
-
-#include "split_5x7.h"
-
-
-#define LAYOUT( \
- k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, k13, \
- k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, k25, k26, k27, \
- k28, k29, k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k40, k41, \
- k42, k43, k44, k45, k46, k47, k48, k49, k50, k51, k52, k53, k54, k55, \
- k56, k57, k58, k59, k61, k62, k63, k64, k66, k67, k68, k69 \
-) \
-{ \
- { k00, k01, k02, k03, k04 , k05, k06 }, \
- { k14, k15, k16, k17, k18 , k19, k20 }, \
- { k28, k29, k30, k31, k32 , k33, k34 }, \
- { k42, k43, k44, k45, k46 , k47, k48 }, \
- { k56, k57, k58, k59, KC_NO, k61, k62 }, \
- { k13, k12, k11, k10, k09 , k08, k07 }, \
- { k27, k26, k25, k24, k23 , k22, k21 }, \
- { k41, k40, k39, k38, k37 , k36, k35 }, \
- { k55, k54, k53, k52, k51 , k50, k49 }, \
- { k69, k68, k67, k66, KC_NO, k64, k63 } \
-}
diff --git a/keyboards/handwired/stef9998/split_5x7/split_5x7.c b/keyboards/handwired/stef9998/split_5x7/split_5x7.c
index 5e19d47175..18543078c7 100644
--- a/keyboards/handwired/stef9998/split_5x7/split_5x7.c
+++ b/keyboards/handwired/stef9998/split_5x7/split_5x7.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "split_5x7.h"
+#include "quantum.h"
#ifdef SWAP_HANDS_ENABLE
__attribute__ ((weak))
diff --git a/keyboards/handwired/stef9998/split_5x7/split_5x7.h b/keyboards/handwired/stef9998/split_5x7/split_5x7.h
deleted file mode 100644
index 55ed1cc98f..0000000000
--- a/keyboards/handwired/stef9998/split_5x7/split_5x7.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#if defined(KEYBOARD_handwired_stef9998_split_5x7_rev1)
-# include "rev1.h"
-#endif
-
-#include "quantum.h"