forked from mirror/qmk_firmware
Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"rows": ["A9", "A8", "B15", "B14", "B13", "B12", "A4", "A5", "A6", "A7", "B0", "B1"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
"rows": ["B14", "B13", "B12", "B2", "A8", "B15"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layout_aliases": {
|
||||
|
||||
@@ -11,8 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
COMMON_VPATH += $(DRIVER_PATH)/issi
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
"rows": ["A5", "A6", "B0", "A7", "A8", "B1", "B4", "B5", "A15", "B3", "A13", "A14"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layout_aliases": {
|
||||
|
||||
@@ -10,8 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
COMMON_VPATH += $(DRIVER_PATH)/issi
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
"rows": ["B5", "B6", "B7", "A1", "A0", "C13", "B0", "A7", "A5", "A4", "A3", "A2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A6",
|
||||
"num_lock": "A14",
|
||||
|
||||
@@ -11,8 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
# Save hid interface
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"rows": ["B15", "B14", "B12", "B1", "B0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A1"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,6 @@ 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
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
# Save hid interface
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
"rows": ["B11", "B10", "A3", "A1", "A2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"community_layouts": ["alice_split_bs"],
|
||||
|
||||
@@ -12,7 +12,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
OPT = 2
|
||||
LTO_ENABLE = yes
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"rows": ["A15", "A14", "A1", "B3", "B4"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ 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
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
"rows": ["C14", "C13", "A10", "A3", "A1", "A0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A2",
|
||||
"num_lock": "B7",
|
||||
|
||||
@@ -10,5 +10,3 @@ 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
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "A8", "A9", "B5", "A6", "C14", "C15", "A0", "A5", "A4", "A3", "A2", "A1"],
|
||||
"rows": ["B4", "B3", "A15", "A14", "A7"]
|
||||
|
||||
@@ -10,8 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "A8", "A9", "B5", "A6", "C14", "C15", "A0", "A5", "A4", "A3", "A2", "A1"],
|
||||
"rows": ["B4", "B3", "A15", "A14", "A7"]
|
||||
|
||||
@@ -10,8 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
RGBLIGHT_ENABLE = yes
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
||||
Reference in New Issue
Block a user