Browse Source

Resolved requested changes

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

+ 0
- 10
keyboards/vortex/m0110/config.h View File

@ -16,11 +16,6 @@
#pragma once
/* 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
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
@ -29,8 +24,3 @@
#define SPI_SCK_PIN A5
#define SPI_MOSI_PIN A7
#define SPI_MISO_PIN A6
/* 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

+ 5
- 1
keyboards/vortex/m0110/info.json View File

@ -24,7 +24,11 @@
},
"processor": "WB32FQ95",
"qmk": {
"tap_keycode_delay": 10
"tap_keycode_delay": 10,
"locking": {
"enabled": true,
"resync": true
}
},
"url": "",
"usb": {


+ 3
- 2
keyboards/vortex/m0110/readme.md View File

@ -1,6 +1,7 @@
# M0110
![m0110](https://imgur.com/Of6i8EAh.png)
![m0110](https://imgur.com/gTac6uuh.png)
![m0110](https://imgur.com/Of6i8EA.png)
![m0110](https://imgur.com/gTac6uu.png)
An 63 keys keyboard, Equipped with the WestBerry Q95 microcontroller.


Loading…
Cancel
Save