~ruther/qmk_firmware

fe00bb9746cb9f49afe2b60cf1af01c525d9ae37 — Joel Challis 1 year, 8 months ago 97464e4
Migrate i2c EEPROM_DRIVER to info.json (#22013)

44 files changed, 66 insertions(+), 47 deletions(-)

M keyboards/acheron/shark/beta/info.json
M keyboards/acheron/shark/beta/rules.mk
M keyboards/aeboards/constellation/rev2/info.json
M keyboards/aeboards/constellation/rev2/rules.mk
M keyboards/geonworks/frogmini/fmh/info.json
M keyboards/geonworks/frogmini/fmh/rules.mk
M keyboards/geonworks/frogmini/fms/info.json
M keyboards/geonworks/frogmini/fms/rules.mk
M keyboards/jones/v1/info.json
M keyboards/jones/v1/rules.mk
M keyboards/mode/m65ha_alpha/info.json
M keyboards/mode/m65ha_alpha/rules.mk
M keyboards/mode/m65hi_alpha/info.json
M keyboards/mode/m65hi_alpha/rules.mk
M keyboards/mode/m65s/info.json
M keyboards/mode/m65s/rules.mk
M keyboards/moonlander/info.json
M keyboards/moonlander/rules.mk
M keyboards/smithrune/iron165r2/f411/info.json
M keyboards/smithrune/iron165r2/f411/rules.mk
M keyboards/tkw/grandiceps/rev2/info.json
M keyboards/tkw/grandiceps/rev2/rules.mk
M keyboards/viendi8l/info.json
M keyboards/viendi8l/rules.mk
M keyboards/xelus/kangaroo/rev1/info.json
M keyboards/xelus/kangaroo/rev1/rules.mk
M keyboards/xelus/pachi/rgb/rev1/info.json
M keyboards/xelus/pachi/rgb/rev1/rules.mk
M keyboards/xelus/pachi/rgb/rev2/info.json
M keyboards/xelus/pachi/rgb/rev2/rules.mk
M keyboards/xelus/rs108/info.json
M keyboards/xelus/rs108/rules.mk
M keyboards/xelus/rs60/rev2_0/info.json
M keyboards/xelus/rs60/rev2_0/rules.mk
M keyboards/xelus/valor/rev2/info.json
M keyboards/xelus/valor/rev2/rules.mk
M keyboards/xelus/valor_frl_tkl/rev1/info.json
M keyboards/xelus/valor_frl_tkl/rev1/rules.mk
M keyboards/xelus/xs108/info.json
M keyboards/xelus/xs108/rules.mk
M keyboards/xelus/xs60/hotswap/info.json
M keyboards/xelus/xs60/hotswap/rules.mk
M keyboards/xelus/xs60/soldered/info.json
M keyboards/xelus/xs60/soldered/rules.mk
M keyboards/acheron/shark/beta/info.json => keyboards/acheron/shark/beta/info.json +3 -0
@@ 9,6 9,9 @@
        "rows": ["A8", "B14", "A4", "A3"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "C15", "pin_b": "C14"}

M keyboards/acheron/shark/beta/rules.mk => keyboards/acheron/shark/beta/rules.mk +0 -3
@@ 12,6 12,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output
LTO_ENABLE = no
ENCODER_ENABLE = yes

EEPROM_DRIVER = i2c


M keyboards/aeboards/constellation/rev2/info.json => keyboards/aeboards/constellation/rev2/info.json +3 -0
@@ 13,6 13,9 @@
        "rows": ["B15", "A14", "A2", "B13", "B14"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "processor": "STM32L422",
    "bootloader": "stm32-dfu",
    "layout_aliases": {

M keyboards/aeboards/constellation/rev2/rules.mk => keyboards/aeboards/constellation/rev2/rules.mk +0 -2
@@ 9,5 9,3 @@ 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

EEPROM_DRIVER = i2c

M keyboards/geonworks/frogmini/fmh/info.json => keyboards/geonworks/frogmini/fmh/info.json +3 -0
@@ 13,6 13,9 @@
        "rows": ["A3", "A2", "A1", "B8", "A7", "C0"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "processor": "STM32F401",
    "bootloader": "stm32-dfu",
    "layout_aliases": {

M keyboards/geonworks/frogmini/fmh/rules.mk => keyboards/geonworks/frogmini/fmh/rules.mk +0 -3
@@ 13,6 13,3 @@ LTO_ENABLE = no
ENCODER_ENABLE = no

BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality

EEPROM_DRIVER = i2c


M keyboards/geonworks/frogmini/fms/info.json => keyboards/geonworks/frogmini/fms/info.json +3 -0
@@ 13,6 13,9 @@
        "rows": ["A3", "A2", "A1", "B8", "A7", "C0"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "backlight": {
        "pin": "A10",
        "levels": 20

M keyboards/geonworks/frogmini/fms/rules.mk => keyboards/geonworks/frogmini/fms/rules.mk +0 -3
@@ 13,6 13,3 @@ LTO_ENABLE = no
ENCODER_ENABLE = no

BACKLIGHT_ENABLE = yes     # Enable keyboard backlight functionality

EEPROM_DRIVER = i2c


M keyboards/jones/v1/info.json => keyboards/jones/v1/info.json +3 -0
@@ 21,6 21,9 @@
    "pin": "F1"
  },
  "diode_direction": "COL2ROW",
  "eeprom": {
    "driver": "i2c"
  },
  "encoder": {
    "rotary": [
      {"pin_a": "F5", "pin_b": "F4"},

M keyboards/jones/v1/rules.mk => keyboards/jones/v1/rules.mk +0 -3
@@ 12,7 12,4 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = yes          # Audio output
ENCODER_ENABLE = yes        # Rotary Encoder

# Use I2C connected External EEPROM
EEPROM_DRIVER = i2c

LTO_ENABLE = yes

M keyboards/mode/m65ha_alpha/info.json => keyboards/mode/m65ha_alpha/info.json +3 -0
@@ 13,6 13,9 @@
    "rows": ["A7", "A10", "D2", "C12", "B1", "C11"]
  },
  "diode_direction": "COL2ROW",
  "eeprom": {
    "driver": "i2c"
  },
  "indicators": {
    "caps_lock": "A6"
  },

M keyboards/mode/m65ha_alpha/rules.mk => keyboards/mode/m65ha_alpha/rules.mk +0 -2
@@ 10,5 10,3 @@ 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
EEPROM_DRIVER = i2c


M keyboards/mode/m65hi_alpha/info.json => keyboards/mode/m65hi_alpha/info.json +3 -0
@@ 13,6 13,9 @@
    "rows": ["A7", "A10", "D2", "C12", "B1", "C11"]
  },
  "diode_direction": "COL2ROW",
  "eeprom": {
    "driver": "i2c"
  },
  "indicators": {
    "caps_lock": "A6"
  },

M keyboards/mode/m65hi_alpha/rules.mk => keyboards/mode/m65hi_alpha/rules.mk +0 -2
@@ 10,5 10,3 @@ 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
EEPROM_DRIVER = i2c


M keyboards/mode/m65s/info.json => keyboards/mode/m65s/info.json +3 -0
@@ 16,6 16,9 @@
        "rows": ["A3", "B14", "B15", "C9", "C6", "C11"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
      },
    "indicators": {
        "caps_lock": "C8"
    },

M keyboards/mode/m65s/rules.mk => keyboards/mode/m65s/rules.mk +0 -2
@@ 10,5 10,3 @@ 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
EEPROM_DRIVER = i2c


M keyboards/moonlander/info.json => keyboards/moonlander/info.json +3 -0
@@ 8,6 8,9 @@
        "pid": "0x1969",
        "device_version": "0.0.1"
    },
    "eeprom": {
        "driver": "i2c"
    },
    "rgb_matrix": {
        "driver": "is31fl3731"
    },

M keyboards/moonlander/rules.mk => keyboards/moonlander/rules.mk +0 -1
@@ 14,7 14,6 @@ AUDIO_DRIVER = dac_additive
CUSTOM_MATRIX = lite
SWAP_HANDS_ENABLE = yes
RGB_MATRIX_ENABLE = yes
EEPROM_DRIVER = i2c

#project specific files
SRC += matrix.c

M keyboards/smithrune/iron165r2/f411/info.json => keyboards/smithrune/iron165r2/f411/info.json +3 -0
@@ 1,4 1,7 @@
{
    "eeprom": {
        "driver": "i2c"
    },
    "backlight": {
        "pin": "A6",
        "levels": 20,

M keyboards/smithrune/iron165r2/f411/rules.mk => keyboards/smithrune/iron165r2/f411/rules.mk +0 -2
@@ 11,6 11,4 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output
LTO_ENABLE = no
ENCODER_ENABLE = no
EEPROM_DRIVER = i2c
BACKLIGHT_ENABLE = yes


M keyboards/tkw/grandiceps/rev2/info.json => keyboards/tkw/grandiceps/rev2/info.json +3 -0
@@ 2,5 2,8 @@
    "keyboard_name": "Grandiceps Split rev2",
    "usb": {
        "device_version": "0.0.2"
    },
    "eeprom": {
        "driver": "i2c"
    }
}

M keyboards/tkw/grandiceps/rev2/rules.mk => keyboards/tkw/grandiceps/rev2/rules.mk +0 -2
@@ 1,4 1,2 @@
EEPROM_DRIVER = i2c

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = pimoroni_trackball

M keyboards/viendi8l/info.json => keyboards/viendi8l/info.json +3 -0
@@ 20,6 20,9 @@
        "rows": ["C3", "C2", "C1", "C0", "B14", "A7"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B10", "pin_b": "B12", "resolution": 2}

M keyboards/viendi8l/rules.mk => keyboards/viendi8l/rules.mk +0 -3
@@ 12,6 12,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output
ENCODER_ENABLE = yes
LTO_ENABLE = no

EEPROM_DRIVER = i2c


M keyboards/xelus/kangaroo/rev1/info.json => keyboards/xelus/kangaroo/rev1/info.json +3 -0
@@ 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"
}

M keyboards/xelus/kangaroo/rev1/rules.mk => keyboards/xelus/kangaroo/rev1/rules.mk +0 -2
@@ 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


M keyboards/xelus/pachi/rgb/rev1/info.json => keyboards/xelus/pachi/rgb/rev1/info.json +3 -0
@@ 17,6 17,9 @@
        "rows": ["B14", "B13", "B12", "B2", "A8", "B15"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "processor": "STM32L422",
    "bootloader": "stm32-dfu",
    "layout_aliases": {

M keyboards/xelus/pachi/rgb/rev1/rules.mk => keyboards/xelus/pachi/rgb/rev1/rules.mk +0 -2
@@ 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

M keyboards/xelus/pachi/rgb/rev2/info.json => keyboards/xelus/pachi/rgb/rev2/info.json +3 -0
@@ 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": {

M keyboards/xelus/pachi/rgb/rev2/rules.mk => keyboards/xelus/pachi/rgb/rev2/rules.mk +0 -2
@@ 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

M keyboards/xelus/rs108/info.json => keyboards/xelus/rs108/info.json +3 -0
@@ 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",

M keyboards/xelus/rs108/rules.mk => keyboards/xelus/rs108/rules.mk +0 -2
@@ 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


M keyboards/xelus/rs60/rev2_0/info.json => keyboards/xelus/rs60/rev2_0/info.json +3 -0
@@ 8,6 8,9 @@
        "rows": ["B15", "B14", "B12", "B1", "B0"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "indicators": {
        "caps_lock": "A1"
    },

M keyboards/xelus/rs60/rev2_0/rules.mk => keyboards/xelus/rs60/rev2_0/rules.mk +0 -1
@@ 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

M keyboards/xelus/valor/rev2/info.json => keyboards/xelus/valor/rev2/info.json +3 -0
@@ 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"],

M keyboards/xelus/valor/rev2/rules.mk => keyboards/xelus/valor/rev2/rules.mk +0 -1
@@ 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

M keyboards/xelus/valor_frl_tkl/rev1/info.json => keyboards/xelus/valor_frl_tkl/rev1/info.json +3 -0
@@ 8,6 8,9 @@
        "rows": ["A15", "A14", "A1", "B3", "B4"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "processor": "STM32F072",
    "bootloader": "stm32-dfu"
}

M keyboards/xelus/valor_frl_tkl/rev1/rules.mk => keyboards/xelus/valor_frl_tkl/rev1/rules.mk +0 -3
@@ 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


M keyboards/xelus/xs108/info.json => keyboards/xelus/xs108/info.json +3 -0
@@ 13,6 13,9 @@
        "rows": ["C14", "C13", "A10", "A3", "A1", "A0"]
    },
    "diode_direction": "COL2ROW",
    "eeprom": {
        "driver": "i2c"
    },
    "indicators": {
        "caps_lock": "A2",
        "num_lock": "B7",

M keyboards/xelus/xs108/rules.mk => keyboards/xelus/xs108/rules.mk +0 -2
@@ 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


M keyboards/xelus/xs60/hotswap/info.json => keyboards/xelus/xs60/hotswap/info.json +3 -0
@@ 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"]

M keyboards/xelus/xs60/hotswap/rules.mk => keyboards/xelus/xs60/hotswap/rules.mk +0 -2
@@ 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

M keyboards/xelus/xs60/soldered/info.json => keyboards/xelus/xs60/soldered/info.json +3 -0
@@ 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"]

M keyboards/xelus/xs60/soldered/rules.mk => keyboards/xelus/xs60/soldered/rules.mk +0 -2
@@ 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

Do not follow this link