Migrate build target markers to keyboard.json - L (#23607)
This commit is contained in:
		| @@ -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"] | ||||
| @@ -1,3 +1,4 @@ | ||||
| # Disable unsupported hardware | ||||
| BACKLIGHT_SUPPORTED = 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 | ||||
|   | ||||
| @@ -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": [ | ||||
| @@ -1,4 +1,3 @@ | ||||
| RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow | ||||
|  | ||||
| # Disable unsupported hardware | ||||
| BACKLIGHT_SUPPORTED = no | ||||
| AUDIO_SUPPORTED = no | ||||
|   | ||||
| @@ -1,7 +1,9 @@ | ||||
| { | ||||
|     "indicators": { | ||||
|         "caps_lock": "E6", | ||||
|         "on_state": 0 | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": true | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
| @@ -1,4 +1,3 @@ | ||||
| BACKLIGHT_ENABLE = no        # Enable keyboard backlight functionality | ||||
|  | ||||
| # Disable unsupported hardware | ||||
| RGBLIGHT_ENABLE = no | ||||
| AUDIO_SUPPORTED = no | ||||
|   | ||||
| @@ -1,4 +1,11 @@ | ||||
| { | ||||
|     "features": { | ||||
|         "backlight": true, | ||||
|         "bootmagic": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": true | ||||
|     }, | ||||
|     "backlight": { | ||||
|         "pin": "B7" | ||||
|     }, | ||||
| @@ -1,4 +1,3 @@ | ||||
| BACKLIGHT_ENABLE = yes        # Enable keyboard backlight functionality | ||||
|  | ||||
| # Disable unsupported hardware | ||||
| RGBLIGHT_ENABLE = no | ||||
| AUDIO_SUPPORTED = no | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Joel Challis
					Joel Challis