Data-Driven Keyboard Conversions: G (#23522)
This commit is contained in:
		
							parent
							
								
									bc8ff28a58
								
							
						
					
					
						commit
						130a2a31a6
					
				
					 34 changed files with 145 additions and 216 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,10 @@
 | 
			
		|||
    "usb": {
 | 
			
		||||
        "vid": "0x320F",
 | 
			
		||||
        "pid": "0x5088",
 | 
			
		||||
        "device_version": "0.0.1"
 | 
			
		||||
        "device_version": "0.0.1",
 | 
			
		||||
        "shared_endpoint": {
 | 
			
		||||
            "keyboard": true
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "eeprom": {
 | 
			
		||||
        "driver": "wear_leveling",
 | 
			
		||||
| 
						 | 
				
			
			@ -70,6 +73,18 @@
 | 
			
		|||
    },
 | 
			
		||||
    "processor": "WB32F3G71",
 | 
			
		||||
    "bootloader": "wb32-dfu",
 | 
			
		||||
    "features": {
 | 
			
		||||
        "bootmagic": true,
 | 
			
		||||
        "mousekey": true,
 | 
			
		||||
        "extrakey": true,
 | 
			
		||||
        "nkro": true,
 | 
			
		||||
        "rgb_matrix": true,
 | 
			
		||||
        "encoder": true,
 | 
			
		||||
        "midi": true
 | 
			
		||||
    },
 | 
			
		||||
    "build": {
 | 
			
		||||
        "lto": true
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "ROW2COL",
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "rows": ["A3", "A4", "A5", "A6", "A7"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,23 +1,3 @@
 | 
			
		|||
# 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
 | 
			
		||||
ENCODER_ENABLE = yes
 | 
			
		||||
KEYBOARD_SHARED_EP = yes
 | 
			
		||||
MIDI_ENABLE = yes
 | 
			
		||||
 | 
			
		||||
RGB_MATRIX_ENABLE = yes
 | 
			
		||||
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
 | 
			
		||||
ANALOG_DRIVER_REQUIRED = yes
 | 
			
		||||
 | 
			
		||||
SRC += matrix.c
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue