Migrate features from rules.mk to DD (#23202)
This commit is contained in:
		
							parent
							
								
									8e5cd981e1
								
							
						
					
					
						commit
						f1a279810f
					
				| @ -33,6 +33,16 @@ | ||||
|     }, | ||||
|     "processor": "atmega32u4", | ||||
|     "bootloader": "caterina", | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false, | ||||
|         "oled": true, | ||||
|         "rgblight": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "direct": [ | ||||
|             ["E6", "D7", "B1", "B3"], | ||||
| @ -1,13 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| OLED_ENABLE = yes | ||||
| @ -8,6 +8,16 @@ | ||||
|     "pid": "0x7267", | ||||
|     "device_version": "0.0.1" | ||||
|   }, | ||||
|   "features": { | ||||
|     "backlight": true, | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true, | ||||
|     "rgblight": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["F0", "F1", "E6", "C7", "C6", "B7", "D4", "B1", "B0", "B5", "B4", "D7", "D6", "B3", "F4"], | ||||
|     "rows": ["D0", "D1", "D2", "D3", "D5"] | ||||
| @ -1,12 +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 = yes  # Enable keyboard backlight functionality | ||||
| AUDIO_ENABLE = no | ||||
| RGBLIGHT_ENABLE = yes | ||||
| @ -77,6 +77,15 @@ | ||||
|     }, | ||||
|     "driver": "ws2812" | ||||
|   }, | ||||
|   "features": { | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": false, | ||||
|     "rgb_matrix": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["D4", "C6", "F6", "F7"], | ||||
|     "rows": ["D1", "D0", "F4", "F5"] | ||||
| @ -1,13 +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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no       # Enable keyboard RGB underglow | ||||
| RGB_MATRIX_ENABLE = yes | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -49,6 +49,16 @@ | ||||
|       "driver": "ws2812", | ||||
|       "sleep": true | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "encoder": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": false, | ||||
|         "rgb_matrix": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|       "cols": ["D5", "D6", "C2", "D0"], | ||||
|       "rows": ["D1", "D2", "D3", "D4"] | ||||
| @ -1,14 +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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| RGB_MATRIX_ENABLE = yes | ||||
| ENCODER_ENABLE = yes | ||||
| @ -8,6 +8,15 @@ | ||||
|         "pid": "0x6090", | ||||
|         "device_version": "0.0.2" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": true, | ||||
|         "encoder": true, | ||||
|         "extrakey": false, | ||||
|         "mousekey": false, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"], | ||||
|         "rows": ["C4", "C5"] | ||||
| @ -1,13 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no	# Mouse keys | ||||
| EXTRAKEY_ENABLE = no	# Audio control and System control | ||||
| CONSOLE_ENABLE = yes	# Console for debug | ||||
| COMMAND_ENABLE = no    # Commands for debug and configuration | ||||
| NKRO_ENABLE = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no  # [Crawlpad] Custom backlighting code is used, so this should not be enabled | ||||
| AUDIO_ENABLE = no # [Crawlpad] This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below | ||||
| RGBLIGHT_ENABLE = no # [Crawlpad] This can be enabled if a ws2812 strip is connected to the expansion port. | ||||
| ENCODER_ENABLE = yes # [2Key2crawl] Make the knobs turn | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x5678", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": false, | ||||
|         "command": false, | ||||
|         "console": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D1", "D0", "D4", "C6", "D7"], | ||||
|         "rows": ["E6", "B4", "B5"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # Mouse keys | ||||
| EXTRAKEY_ENABLE = yes       # Audio control and System control | ||||
| CONSOLE_ENABLE = yes        # 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 | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| RGBLIGHT_ENABLE = no 		# Enable WS2812 RGB underlight. | ||||
| @ -67,6 +67,15 @@ | ||||
|         "sleep": true | ||||
|     }, | ||||
| 
 | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false, | ||||
|         "rgb_matrix": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["F4", "D7"], | ||||
|         "rows": ["F6"] | ||||
| @ -1,13 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| RGB_MATRIX_ENABLE = yes		# Enable RGB matrix | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -14,6 +14,15 @@ | ||||
|     }, | ||||
|     "processor": "atmega32u4", | ||||
|     "bootloader": "caterina", | ||||
|     "features": { | ||||
|         "backlight": true, | ||||
|         "bootmagic": false, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "direct": [ | ||||
|             ["E6", "D7", "C6", "D4"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x05B5", | ||||
|         "device_version": "1.0.0" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": false, | ||||
|         "command": true, | ||||
|         "console": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["D7", "E6", "B4", "B5", "B6", "B7", "D6", "F7", "F6", "F5", "F4", "F1", "F0", "B3", "B1"], | ||||
|         "rows": ["B2", "D1", "D0", "D4", "C6"] | ||||
| @ -1,11 +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 RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,16 @@ | ||||
|     "pid": "0x4C55", | ||||
|     "device_version": "10.0.1" | ||||
|   }, | ||||
|   "features": { | ||||
|     "backlight": true, | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true, | ||||
|     "rgblight": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"], | ||||
|     "rows": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6"] | ||||
| @ -1,12 +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 = yes  # Enable keyboard backlight functionality | ||||
| AUDIO_ENABLE = no | ||||
| RGBLIGHT_ENABLE = yes | ||||
| @ -8,6 +8,15 @@ | ||||
|     "pid": "0x4D68", | ||||
|     "device_version": "1.0.1" | ||||
|   }, | ||||
|   "features": { | ||||
|     "backlight": true, | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4"], | ||||
|     "rows": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"] | ||||
| @ -1,12 +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 = yes      # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -28,6 +28,16 @@ | ||||
|   }, | ||||
|   "processor": "atmega32u4", | ||||
|   "bootloader": "caterina", | ||||
|   "features": { | ||||
|     "bootmagic": false, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true, | ||||
|     "rgblight": true, | ||||
|     "unicode": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "direct": [ | ||||
|       ["F4", "F5", "F6", "F7"], | ||||
| @ -1,13 +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 = 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 | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| UNICODE_ENABLE = yes        # Unicode | ||||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. | ||||
| @ -10,6 +10,14 @@ | ||||
|   }, | ||||
|   "processor": "atmega32u4", | ||||
|   "bootloader": "caterina", | ||||
|   "features": { | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "direct": [ | ||||
|       ["F4", "F5", "F6"], | ||||
| @ -1,12 +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 | ||||
| @ -21,6 +21,15 @@ | ||||
|     }, | ||||
|     "processor": "atmega32u4", | ||||
|     "bootloader": "caterina", | ||||
|     "features": { | ||||
|         "backlight": true, | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|       "direct": [ | ||||
|         ["D4", "C6", "D7"], | ||||
| @ -1,12 +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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -28,6 +28,15 @@ | ||||
|   "ws2812": { | ||||
|     "pin": "B5" | ||||
|   }, | ||||
|   "features": { | ||||
|     "bootmagic": true, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true, | ||||
|     "rgblight": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["B4", "E6", "D7", "C6", "D4", "D0"], | ||||
|     "rows": ["F7", "B1", "B3", "B2", "B6"] | ||||
| @ -1,12 +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 | ||||
| AUDIO_ENABLE = no | ||||
| RGBLIGHT_ENABLE = yes | ||||
| @ -8,6 +8,14 @@ | ||||
|       "pid": "0x4511", | ||||
|       "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": true, | ||||
|         "console": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|       "cols": ["E6", "B0", "B1", "B2", "B3", "B7", "F6", "F5", "F4", "C7", "F7", "C6", "B6", "D4"], | ||||
|       "rows": ["D3", "D5", "D7", "D6"] | ||||
| @ -1,12 +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 = 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 | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x2019", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": false, | ||||
|         "command": true, | ||||
|         "console": true, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C6", "D7", "E6", "B4"], | ||||
|         "rows": ["D1", "D0", "D4"] | ||||
| @ -1,4 +0,0 @@ | ||||
| EXTRAKEY_ENABLE 	= yes | ||||
| NKRO_ENABLE = yes           # Enable N-Key Rollover | ||||
| CONSOLE_ENABLE		= yes | ||||
| COMMAND_ENABLE		= yes | ||||
| @ -24,6 +24,14 @@ | ||||
|     "ws2812": { | ||||
|         "pin": "D3" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C4", "C6", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D6", "D5", "D4", "D2", "D1"], | ||||
|         "rows": ["C2", "D0", "B0", "C7", "C5"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x0004", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C5", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6", "D5", "D3", "D1"], | ||||
|         "rows": ["D0", "C2", "C4", "D4", "D2"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -40,6 +40,15 @@ | ||||
|         }, | ||||
|         "driver": "is31fl3733" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": true, | ||||
|         "rgb_matrix": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["A1", "B12", "B14", "A2", "A0", "A3", "A4"], | ||||
|         "rows": ["C14", "C13", "B5", "B4", "B8", "A15", "B3", "B9", "A5", "A7"] | ||||
| @ -1,14 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 | ||||
| RGB_MATRIX_ENABLE = yes | ||||
| 
 | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x0003", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["D3", "D0", "D2", "B6", "B5", "B4", "B3", "D6", "D5", "B0", "B1"], | ||||
|         "rows": ["D4", "D1", "C2", "C4", "C7", "B2"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -28,6 +28,15 @@ | ||||
|     "ws2812": { | ||||
|         "pin": "D3" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false, | ||||
|         "rgblight": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C4", "C5", "D2", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D1", "D4"], | ||||
|         "rows": ["C2", "D0", "B0", "D6", "D5"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,15 @@ | ||||
|         "pid": "0x0008", | ||||
|         "device_version": "0.0.3" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": false, | ||||
|         "nkro": false, | ||||
|         "rgblight": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C4", "C5", "D2", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D1", "D4"], | ||||
|         "rows": ["C2", "D0", "B0", "D6", "D5"] | ||||
| @ -1,12 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = no        # 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 = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -12,6 +12,15 @@ | ||||
|     "ws2812": { | ||||
|         "pin": "D7" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": true, | ||||
|         "rgblight": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C6", "C7", "B7", "B6", "B5", "B2", "D0", "C2"], | ||||
|         "rows": ["C4", "C5", "B4", "B3", "B1", "B0", "D6", "D5", "D3", "D4", "D1", "D2"] | ||||
| @ -1,12 +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 = yes       # Enable keyboard RGB underglow | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| @ -8,6 +8,14 @@ | ||||
|         "pid": "0x000A", | ||||
|         "device_version": "0.0.2" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": true, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "extrakey": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": true | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["B0", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "A8"], | ||||
|         "rows": ["B10", "B1", "C13", "C14", "B14", "B12", "B9", "B8", "B5", "B4", "A15", "B3"] | ||||
| @ -1,13 +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 | ||||
| 
 | ||||
| @ -8,6 +8,16 @@ | ||||
|         "pid": "0x0001", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "features": { | ||||
|         "bootmagic": false, | ||||
|         "command": false, | ||||
|         "console": false, | ||||
|         "encoder": true, | ||||
|         "extrakey": true, | ||||
|         "leader": true, | ||||
|         "mousekey": true, | ||||
|         "nkro": false | ||||
|     }, | ||||
|     "matrix_pins": { | ||||
|         "cols": ["C0", "C1", "C2", "C3", "C4", "C5"], | ||||
|         "rows": ["B0", "B1", "D7", "B2", "D6", "B3", "D5", "B4", "D4", "B5"] | ||||
| @ -1,15 +0,0 @@ | ||||
| # Build Options
 | ||||
| #   change yes to no to disable
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite | ||||
| MOUSEKEY_ENABLE = yes | ||||
| EXTRAKEY_ENABLE = yes | ||||
| CONSOLE_ENABLE = no | ||||
| COMMAND_ENABLE = no | ||||
| NKRO_ENABLE = no            # Enable N-Key Rollover | ||||
| BACKLIGHT_ENABLE = no | ||||
| RGBLIGHT_ENABLE = no | ||||
| AUDIO_ENABLE = no | ||||
| FAUXCLICKY_ENABLE = no | ||||
| ENCODER_ENABLE = yes | ||||
| LEADER_ENABLE = yes | ||||
| @ -14,6 +14,15 @@ | ||||
|   "ws2812": { | ||||
|     "pin": "F7" | ||||
|   }, | ||||
|   "features": { | ||||
|     "bootmagic": false, | ||||
|     "command": false, | ||||
|     "console": false, | ||||
|     "extrakey": true, | ||||
|     "mousekey": true, | ||||
|     "nkro": true, | ||||
|     "unicode": true | ||||
|   }, | ||||
|   "matrix_pins": { | ||||
|     "cols": ["F4", "F5", "F6"], | ||||
|     "rows": ["D1", "D0", "D4"] | ||||
| @ -1,13 +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 = 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 | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| UNICODE_ENABLE = yes         # Unicode | ||||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user