Migrate build target markers to keyboard.json - L (#23607)

master
Joel Challis 2024-04-25 00:59:13 +01:00 committed by GitHub
parent 861a904924
commit b6d5cfe575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
28 changed files with 33 additions and 25 deletions

View File

@ -8,6 +8,12 @@
"pid": "0x0040",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
"rows": ["D0", "D1", "D2", "D3"]

View File

@ -1,3 +1,4 @@
# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no

View File

@ -1,17 +1 @@
# 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
# Disable unsupported hardware
AUDIO_SUPPORTED = no
DEFAULT_FOLDER = lazydesigners/dimple/staggered/rev1

View File

@ -1,4 +1,15 @@
{
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"indicators": {
"caps_lock": "E6",
"on_state": 0
},
"layouts": {
"LAYOUT": {
"layout": [

View File

@ -1,4 +1,3 @@
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no

View File

@ -1,7 +1,9 @@
{
"indicators": {
"caps_lock": "E6",
"on_state": 0
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {

View File

@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no

View File

@ -1,4 +1,11 @@
{
"features": {
"backlight": true,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"backlight": {
"pin": "B7"
},

View File

@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no