Migrate build target markers to keyboard.json - L (#23607)
This commit is contained in:
parent
861a904924
commit
b6d5cfe575
@ -8,6 +8,12 @@
|
|||||||
"pid": "0x0040",
|
"pid": "0x0040",
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
|
"features": {
|
||||||
|
"bootmagic": true,
|
||||||
|
"extrakey": true,
|
||||||
|
"mousekey": true,
|
||||||
|
"nkro": true
|
||||||
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
||||||
"rows": ["D0", "D1", "D2", "D3"]
|
"rows": ["D0", "D1", "D2", "D3"]
|
@ -1,3 +1,4 @@
|
|||||||
# Disable unsupported hardware
|
# Disable unsupported hardware
|
||||||
BACKLIGHT_SUPPORTED = no
|
BACKLIGHT_SUPPORTED = no
|
||||||
RGBLIGHT_ENABLE = no
|
RGBLIGHT_ENABLE = no
|
||||||
|
AUDIO_SUPPORTED = no
|
||||||
|
@ -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
|
DEFAULT_FOLDER = lazydesigners/dimple/staggered/rev1
|
||||||
|
@ -1,4 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"features": {
|
||||||
|
"bootmagic": true,
|
||||||
|
"extrakey": true,
|
||||||
|
"mousekey": true,
|
||||||
|
"nkro": true,
|
||||||
|
"rgblight": true
|
||||||
|
},
|
||||||
|
"indicators": {
|
||||||
|
"caps_lock": "E6",
|
||||||
|
"on_state": 0
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
"layout": [
|
"layout": [
|
@ -1,4 +1,3 @@
|
|||||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
||||||
|
|
||||||
# Disable unsupported hardware
|
# Disable unsupported hardware
|
||||||
BACKLIGHT_SUPPORTED = no
|
BACKLIGHT_SUPPORTED = no
|
||||||
|
AUDIO_SUPPORTED = no
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"indicators": {
|
"features": {
|
||||||
"caps_lock": "E6",
|
"bootmagic": true,
|
||||||
"on_state": 0
|
"extrakey": true,
|
||||||
|
"mousekey": true,
|
||||||
|
"nkro": true
|
||||||
},
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
@ -1,4 +1,3 @@
|
|||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
|
|
||||||
# Disable unsupported hardware
|
# Disable unsupported hardware
|
||||||
RGBLIGHT_ENABLE = no
|
RGBLIGHT_ENABLE = no
|
||||||
|
AUDIO_SUPPORTED = no
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"features": {
|
||||||
|
"backlight": true,
|
||||||
|
"bootmagic": true,
|
||||||
|
"extrakey": true,
|
||||||
|
"mousekey": true,
|
||||||
|
"nkro": true
|
||||||
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"pin": "B7"
|
"pin": "B7"
|
||||||
},
|
},
|
@ -1,4 +1,3 @@
|
|||||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
||||||
|
|
||||||
# Disable unsupported hardware
|
# Disable unsupported hardware
|
||||||
RGBLIGHT_ENABLE = no
|
RGBLIGHT_ENABLE = no
|
||||||
|
AUDIO_SUPPORTED = no
|
||||||
|
Loading…
Reference in New Issue
Block a user