Browse Source

Migrate some EEPROM config to info.json (#22434)

pull/22469/head
Joel Challis 5 months ago
committed by GitHub
parent
commit
1efc79063c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 74 additions and 38 deletions
  1. +0
    -3
      keyboards/acheron/themis/87h/config.h
  2. +5
    -0
      keyboards/acheron/themis/87h/info.json
  3. +0
    -3
      keyboards/acheron/themis/87htsc/config.h
  4. +5
    -0
      keyboards/acheron/themis/87htsc/info.json
  5. +0
    -3
      keyboards/acheron/themis/88htsc/config.h
  6. +5
    -0
      keyboards/acheron/themis/88htsc/info.json
  7. +0
    -1
      keyboards/akko/5087/config.h
  8. +7
    -0
      keyboards/akko/5087/info.json
  9. +1
    -3
      keyboards/akko/5087/rules.mk
  10. +0
    -1
      keyboards/darkproject/kd87a_bfg_edition/config.h
  11. +7
    -3
      keyboards/darkproject/kd87a_bfg_edition/info.json
  12. +1
    -1
      keyboards/darkproject/kd87a_bfg_edition/rules.mk
  13. +0
    -1
      keyboards/inland/v83p/config.h
  14. +7
    -0
      keyboards/inland/v83p/info.json
  15. +1
    -2
      keyboards/inland/v83p/rules.mk
  16. +0
    -1
      keyboards/jukaie/jk01/config.h
  17. +7
    -3
      keyboards/jukaie/jk01/info.json
  18. +1
    -1
      keyboards/jukaie/jk01/rules.mk
  19. +0
    -1
      keyboards/monsgeek/m3/config.h
  20. +7
    -0
      keyboards/monsgeek/m3/info.json
  21. +1
    -2
      keyboards/monsgeek/m3/rules.mk
  22. +0
    -1
      keyboards/phentech/rpk_001/config.h
  23. +7
    -0
      keyboards/phentech/rpk_001/info.json
  24. +1
    -1
      keyboards/phentech/rpk_001/rules.mk
  25. +0
    -1
      keyboards/projectd/75/ansi/config.h
  26. +7
    -3
      keyboards/projectd/75/ansi/info.json
  27. +1
    -1
      keyboards/projectd/75/ansi/rules.mk
  28. +3
    -0
      keyboards/vinhcatba/uncertainty/info.json
  29. +0
    -2
      keyboards/vinhcatba/uncertainty/rules.mk

+ 0
- 3
keyboards/acheron/themis/87h/config.h View File

@ -28,6 +28,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
#define WS2812_DMA_CHANNEL 6
#define WEAR_LEVELING_LOGICAL_SIZE 4096
#define WEAR_LEVELING_BACKING_SIZE 8192

+ 5
- 0
keyboards/acheron/themis/87h/info.json View File

@ -21,6 +21,11 @@
"nkro": true
},
"diode_direction": "COL2ROW",
"eeprom": {
"wear_leveling": {
"backing_size": 8192
}
},
"ws2812": {
"pin": "B15"
},


+ 0
- 3
keyboards/acheron/themis/87htsc/config.h View File

@ -28,6 +28,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
#define WS2812_DMA_CHANNEL 6
#define WEAR_LEVELING_LOGICAL_SIZE 4096
#define WEAR_LEVELING_BACKING_SIZE 8192

+ 5
- 0
keyboards/acheron/themis/87htsc/info.json View File

@ -21,6 +21,11 @@
"nkro": true
},
"diode_direction": "COL2ROW",
"eeprom": {
"wear_leveling": {
"backing_size": 8192
}
},
"ws2812": {
"pin": "B15"
},


+ 0
- 3
keyboards/acheron/themis/88htsc/config.h View File

@ -28,6 +28,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
#define WS2812_DMA_CHANNEL 6
#define WEAR_LEVELING_LOGICAL_SIZE 4096
#define WEAR_LEVELING_BACKING_SIZE 8192

+ 5
- 0
keyboards/acheron/themis/88htsc/info.json View File

@ -21,6 +21,11 @@
"nkro": true
},
"diode_direction": "COL2ROW",
"eeprom": {
"wear_leveling": {
"backing_size": 8192
}
},
"ws2812": {
"pin": "B15"
},


+ 0
- 1
keyboards/akko/5087/config.h View File

@ -34,7 +34,6 @@
#define SPI_MOSI_PAL_MODE 5
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* I2C Config for LED Driver */
#define DRIVER_COUNT 2


+ 7
- 0
keyboards/akko/5087/info.json View File

@ -29,6 +29,13 @@
"rows": ["B15", "C6", "C7", "C8", "C9", "A8"]
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"indicators": {
"caps_lock": "A15"
},


+ 1
- 3
keyboards/akko/5087/rules.mk View File

@ -1,3 +1 @@
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/darkproject/kd87a_bfg_edition/config.h View File

@ -25,7 +25,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ


+ 7
- 3
keyboards/darkproject/kd87a_bfg_edition/info.json View File

@ -7,6 +7,13 @@
"matrix": [1, 3]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"features": {
"bootmagic": true,
"extrakey": true,
@ -174,9 +181,6 @@
"pid": "0xE393",
"vid": "0x342D"
},
"eeprom": {
"driver": "wear_leveling"
},
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT_tkl_ansi": {


+ 1
- 1
keyboards/darkproject/kd87a_bfg_edition/rules.mk View File

@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/inland/v83p/config.h View File

@ -29,7 +29,6 @@
#define SPI_MOSI_PAL_MODE 5
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (4 * 1024)
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES


+ 7
- 0
keyboards/inland/v83p/info.json View File

@ -12,6 +12,13 @@
"suspend_wakeup_delay": 1000
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 4096
}
},
"features": {
"bootmagic": true,
"command": false,


+ 1
- 2
keyboards/inland/v83p/rules.mk View File

@ -1,2 +1 @@
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/jukaie/jk01/config.h View File

@ -25,7 +25,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ


+ 7
- 3
keyboards/jukaie/jk01/info.json View File

@ -7,6 +7,13 @@
"matrix": [1, 3]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"encoder": {
"rotary": [
{"pin_a": "C2", "pin_b": "C3"}
@ -175,9 +182,6 @@
"pid": "0x0002",
"vid": "0x4141"
},
"eeprom": {
"driver": "wear_leveling"
},
"layouts": {
"LAYOUT": {
"layout": [


+ 1
- 1
keyboards/jukaie/jk01/rules.mk View File

@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/monsgeek/m3/config.h View File

@ -33,7 +33,6 @@
#define SPI_MOSI_PAL_MODE 5
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* I2C Config for LED Driver */
#define SNLED27351_DRIVER_COUNT 2


+ 7
- 0
keyboards/monsgeek/m3/info.json View File

@ -11,6 +11,13 @@
},
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"features": {
"bootmagic": true,
"extrakey": true,


+ 1
- 2
keyboards/monsgeek/m3/rules.mk View File

@ -1,2 +1 @@
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/phentech/rpk_001/config.h View File

@ -17,7 +17,6 @@
/* SPI Flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (4 * 1024)
/* RGB Matrix */
#define RGB_DISABLE_WHEN_USB_SUSPENDED


+ 7
- 0
keyboards/phentech/rpk_001/info.json View File

@ -13,6 +13,13 @@
"suspend_wakeup_delay": 1000
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 4096
}
},
"features": {
"nkro": true,
"encoder": true,


+ 1
- 1
keyboards/phentech/rpk_001/rules.mk View File

@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 0
- 1
keyboards/projectd/75/ansi/config.h View File

@ -25,7 +25,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (4 * 1024)
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ


+ 7
- 3
keyboards/projectd/75/ansi/info.json View File

@ -6,6 +6,13 @@
"bootmagic": {
"matrix": [1, 3]
},
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 4096
}
},
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 10
@ -176,9 +183,6 @@
"pid": "0x000F",
"vid": "0x3233"
},
"eeprom": {
"driver": "wear_leveling"
},
"layouts": {
"LAYOUT": {
"layout": [


+ 1
- 1
keyboards/projectd/75/ansi/rules.mk View File

@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank

+ 3
- 0
keyboards/vinhcatba/uncertainty/info.json View File

@ -4,6 +4,9 @@
"maintainer": "vinhcatba",
"development_board": "blackpill_f401",
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "i2c"
},
"encoder": {
"rotary": [
{"pin_a": "A13", "pin_b": "A14"}


+ 0
- 2
keyboards/vinhcatba/uncertainty/rules.mk View File

@ -1,3 +1 @@
SRC += bongo.c
# using external i2c eeprom
EEPROM_DRIVER = i2c

Loading…
Cancel
Save