Browse Source

Resolved requested changes

pull/22183/head
gskygithub 1 month ago
committed by GitHub
parent
commit
5b74115a90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 10 deletions
  1. +0
    -6
      keyboards/vortex/m0110a/config.h
  2. +10
    -2
      keyboards/vortex/m0110a/info.json
  3. +2
    -1
      keyboards/vortex/m0110a/readme.md
  4. +1
    -1
      keyboards/vortex/m0110a/rules.mk

+ 0
- 6
keyboards/vortex/m0110a/config.h View File

@ -18,12 +18,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ


+ 10
- 2
keyboards/vortex/m0110a/info.json View File

@ -26,7 +26,11 @@
},
"processor": "WB32FQ95",
"qmk": {
"tap_keycode_delay": 10
"tap_keycode_delay": 10,
"locking": {
"enabled": true,
"resync": true
}
},
"url": "",
"usb": {
@ -35,7 +39,11 @@
"vid": "0x342D"
},
"eeprom": {
"driver": "wear_leveling"
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash",
"backing_size": 8192
}
},
"layouts": {
"LAYOUT_all": {


+ 2
- 1
keyboards/vortex/m0110a/readme.md View File

@ -1,5 +1,6 @@
# M0110A
![m0110a](https://imgur.com/bWpBa8th.png)
![m0110a](https://imgur.com/bWpBa8t.png)
An 81 keys keyboard, Equipped with the WestBerry Q95 microcontroller.


+ 1
- 1
keyboards/vortex/m0110a/rules.mk View File

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

Loading…
Cancel
Save