@@ -20,11 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_PIN B6
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
#ifndef IOS_DEVICE_ENABLE
#define RGBLIGHT_LIMIT_VAL 180
#define RGBLIGHT_VAL_STEP 17
@@ -16,6 +16,12 @@
"nkro": false,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B5"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
@@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -17,6 +17,12 @@
"rows": ["D1", "D0", "D4", "C6", "D7", "E6", "B4"]
@@ -18,8 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
"mousekey": true,
"nkro": false
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B5", "D3"],
#define RGBLIGHT_LIMIT_VAL 90
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
"rows": ["D4", "C6", "D7", "E6", "B4", "B5"]
@@ -18,11 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"rgblight": {
"hue_steps": 10,
"led_count": 9,
@@ -36,6 +36,12 @@
"cols": ["F4", "F5", "F6"],
"rows": ["D1", "D0", "D4"]
@@ -1,23 +0,0 @@
-/*
-Copyright 2021 Salicylic_Acid
-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
@@ -15,6 +15,12 @@
"rgb_matrix": {
"driver": "ws2812"
@@ -14,6 +14,12 @@
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "D7", "E6", "B4", "B5", "D3"],
"rows": ["B6", "D1", "D0", "D4", "C6"]
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "D3"],
"rows": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"]
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B5", "D2"],
"led_count": 21,
@@ -1,39 +0,0 @@
-Copyright 2021 sandwich
- * 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
"nkro": true
"cols": ["B6", "C6", "F7", "E6", "B7", "D0", "D1", "D2", "D3", "D4", "D6", "D7", "B4", "B5"],
"rows": ["F0", "F1", "F4", "F5", "F6"]
-Copyright 2015 Jun Wako <wakojun@gmail.com>
"cols": ["B1", "B0", "A7", "A6", "A5", "A4", "A3", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
"rows": ["B12", "B2", "A2", "A1"]
@@ -1,22 +0,0 @@
-/* Copyright 2021 Andy Yong (Sauce)
- *
- * 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/>.
"cols": ["A10", "A9", "A8", "B11", "B10", "B2", "B1", "B0", "A7", "A5", "A4", "A3", "A2", "A1", "B6", "B5", "B4"],
"rows": ["C13", "C14", "C15", "A15", "F0", "F1"]
-Copyright 2020 bbrfkr
"cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
"rows": ["D4", "C6", "D7", "E6"]
@@ -1,7 +0,0 @@
"nkro": true,
"cols": ["B4", "B5", "B6", "B7", "C7", "D0"],
"rows": ["C4", "C5", "D1"]
-Copyright 2019 jrfhoutx
"cols": ["D5", "D3", "D2", "D0", "B3", "B2", "B1", "B0", "E6", "B5", "B6", "C6", "C7", "F7", "D4", "D6", "D7", "B4"],
"rows": ["D1", "F0", "F1", "F4", "F5", "F6"]
"mousekey": false,
"cols": ["B3", "D2", "F5", "F7", "B4"],
"rows": ["F4"]
@@ -47,11 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
/*
* Feature disable options
* These options are also useful to firmware size reduction.
"split": {
"enabled": true,
"soft_serial_pin": "D3"
@@ -19,11 +19,5 @@
#define OLED_FONT_H "keymaps/default/glcdfont.c"
#define OLED_TIMEOUT 600000 // Turn of after 10 minutes
#define RGBLIGHT_LAYERS
#define RGBLIGHT_LAYER_BLINK
@@ -47,6 +47,12 @@
"oled": true,
"direct": [
["C6", "D7", "E6", "B4", "F6"]
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -37,6 +37,12 @@
"cols": ["F0", "D5", "D3", "D2", "D1", "D0", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
"rows": ["B3", "B2", "F1", "F4", "F5"]
-Copyright 2020 Hadi Iskandarani
"cols": ["F4", "D5", "D3", "D2", "D1", "D0", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
"rows": ["B1", "B2", "F1", "F6", "F5"]
"cols": ["F4", "D5", "D3", "D2", "D1", "D0", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
"rows": ["F1", "F0", "F7", "F6", "F5"]
@@ -1,9 +1,3 @@
#define NO_ACTION_ONESHOT
@@ -8,6 +8,12 @@
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "E6", "F1"],
"rows": ["B7", "B3", "B2", "B1", "B0"]
@@ -10,6 +10,12 @@
"cols": ["D0", "D1", "D2", "D3", "D5", "B6", "C6", "C7", "F1", "F0", "E6", "B3", "B2", "B1", "B0"],
"rows": ["B5", "B4", "D7", "D6", "D4"]
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 20
@@ -18,6 +18,12 @@
"cols": ["F6", "F5", "F4", "F1", "F0", "E6", "B0", "B1", "D5", "B2", "B3", "D0", "D1", "D2", "D4", "D6", "D7", "F7"],
"rows": ["C7", "C6", "B6", "B5", "B4"]
"cols": ["F4", "F1", "F0", "E6", "B0", "B1", "D5", "B2", "B3", "D0", "D1", "D2", "D4", "D6", "D7", "F7"],
@@ -16,11 +16,5 @@
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
@@ -38,6 +38,12 @@
"cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "B1", "B0", "D0", "D1"],
"rows": ["B2", "B3", "D3", "D4", "D5", "D6"]
"cols": ["D3", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "F4", "F6"],
"rows": ["F5", "B3", "B1", "F7"]
-Copyright 2021 ShandonCodes
"cols": ["F0", "E6", "B1", "B2", "B3", "B0", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
"rows": ["D2", "D3", "D5", "B7", "F1"]
-Copyright 2022 ShandonCodes
"wpm": true
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "B5", "B4", "E6", "D7"],
"rows": ["D3", "C6", "D4", "D2"]
-Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com>
-// #define NO_DEBUG
-// #define NO_PRINT
-// #define NO_ACTION_LAYER
-// #define NO_ACTION_TAPPING
-// #define NO_ACTION_ONESHOT
"cols": ["D0", "D1", "B1", "B3", "B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"],
"rows": ["F4", "F5", "F6", "F7"]
-Copyright 2019 T.Shinohara
-Copyright 2020 Sam Hudson
"cols": ["B3", "B4", "B5"],
"rows": ["B0", "B1", "B2"]
-Copyright 2021 Sleepdealer
"cols": ["F0", "F1", "F4", "F5", "F6", "C7", "B6", "D6", "B4", "D4", "D7", "D5", "D3", "D2", "D1", "D0"],
"rows": ["B0", "B1", "F7", "C6", "B5"]
@@ -22,11 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 2
#define MATRIX_COLS 3
"processor": "atmega16u2",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_2x3"],
-Copyright 2022 SkeletonKBD
"cols": ["D6", "D7", "B4", "B5"],
"rows": ["B6", "C6", "C7", "F7", "F6"]
-Copyright 2019 Holten Campbell
@@ -24,6 +24,12 @@
"command": false,
"layouts": {
"LAYOUT_default": {
"layout": [