1
0
Fork 0

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

@ -8,6 +8,13 @@
"pid": "0x0003",
"device_version": "0.0.3"
},
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"encoder": true
},
"matrix_pins": {
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
@ -19,6 +26,7 @@
]
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"rgblight": {

View file

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