splitkb/kyria: remove CONVERT_TO
at keyboard level (#23857)
This commit is contained in:
parent
e381f91c6e
commit
354a2e40cf
15 changed files with 149 additions and 114 deletions
|
@ -20,8 +20,5 @@
|
|||
// but can't yet be given a value
|
||||
#define SPLIT_HAND_PIN B5
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X64
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
#define OLED_DISPLAY_128X64
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
"keyboard_name": "Kyria rev3",
|
||||
"development_board": "elite_c",
|
||||
"usb": {
|
||||
"pid": "0xCF44"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 6]
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"mousekey": true,
|
||||
"bootmagic": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue