1
0
Fork 0

splitkb/kyria: remove CONVERT_TO at keyboard level (#23857)

This commit is contained in:
Ryan 2024-06-11 13:25:51 +10:00 committed by GitHub
parent e381f91c6e
commit 354a2e40cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 149 additions and 114 deletions

View file

@ -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

View file

@ -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,