1
0
Fork 0

Migrate features from rules.mk to data drive - LMN (#23277)

This commit is contained in:
Joel Challis 2024-03-15 01:42:33 +00:00 committed by GitHub
parent 539fa21bf8
commit 80b72487ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
346 changed files with 1572 additions and 2173 deletions

View file

@ -8,6 +8,14 @@
"pid": "0xCA39",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D7", "E6", "C6", "D2", "D3"],
"rows": ["D1", "B4", "B5"]

View file

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