Data-Driven Keyboard Conversions: A (#23379)

This commit is contained in:
James Young 2024-04-02 09:45:44 -07:00 committed by GitHub
parent 38f7c6e3f3
commit 63bc7b63a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
239 changed files with 827 additions and 2434 deletions

View file

@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* 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
#define USE_I2C
/* Select hand configuration */

View file

@ -8,6 +8,20 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"split": {
"enabled": true
},
"matrix_pins": {
"cols": ["B6", "B2", "B3", "B1", "F7"],
"rows": ["D7", "E6", "B4", "B5"]

View file

@ -1,14 +0,0 @@
# Build Options
# change to "no" to disable the options
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes