[Keyboard] Add Kyria rev3 (#19423)
This commit is contained in:
@@ -1,6 +1,63 @@
|
||||
{
|
||||
"keyboard_name": "Kyria rev1",
|
||||
"usb": {
|
||||
"pid": "0x9D9D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"x":0, "y":0.75},
|
||||
{"x":1, "y":0.75},
|
||||
{"x":2, "y":0.25},
|
||||
{"x":3, "y":0},
|
||||
{"x":4, "y":0.25},
|
||||
{"x":5, "y":0.5},
|
||||
{"x":10.5, "y":0.5},
|
||||
{"x":11.5, "y":0.25},
|
||||
{"x":12.5, "y":0},
|
||||
{"x":13.5, "y":0.25},
|
||||
{"x":14.5, "y":0.75},
|
||||
{"x":15.5, "y":0.75},
|
||||
{"x":0, "y":1.75},
|
||||
{"x":1, "y":1.75},
|
||||
{"x":2, "y":1.25},
|
||||
{"x":3, "y":1},
|
||||
{"x":4, "y":1.25},
|
||||
{"x":5, "y":1.5},
|
||||
{"x":10.5, "y":1.5},
|
||||
{"x":11.5, "y":1.25},
|
||||
{"x":12.5, "y":1},
|
||||
{"x":13.5, "y":1.25},
|
||||
{"x":14.5, "y":1.75},
|
||||
{"x":15.5, "y":1.75},
|
||||
{"x":0, "y":2.75},
|
||||
{"x":1, "y":2.75},
|
||||
{"x":2, "y":2.25},
|
||||
{"x":3, "y":2},
|
||||
{"x":4, "y":2.25},
|
||||
{"x":5, "y":2.5},
|
||||
{"x":6, "y":3},
|
||||
{"x":7, "y":3.25},
|
||||
{"x":8.5, "y":3.25},
|
||||
{"x":9.5, "y":3},
|
||||
{"x":10.5, "y":2.5},
|
||||
{"x":11.5, "y":2.25},
|
||||
{"x":12.5, "y":2},
|
||||
{"x":13.5, "y":2.25},
|
||||
{"x":14.5, "y":2.75},
|
||||
{"x":15.5, "y":2.75},
|
||||
{"x":2.5, "y":3.25},
|
||||
{"x":3.5, "y":3.25},
|
||||
{"x":4.5, "y":3.5},
|
||||
{"x":5.5, "y":4},
|
||||
{"x":6.5, "y":4.25},
|
||||
{"x":9, "y":4.25},
|
||||
{"x":10, "y":4},
|
||||
{"x":11, "y":3.5},
|
||||
{"x":12, "y":3.25},
|
||||
{"x":13, "y":3.25}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,7 +1,14 @@
|
||||
OLED_ENABLE = yes
|
||||
ENCODER_ENABLE = yes # ENables the use of one or more encoders
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
OLED_ENABLE = yes # Enables the use of OLED displays
|
||||
ENCODER_ENABLE = yes # Enables the use of one or more encoders
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)
|
||||
RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
|
||||
|
||||
RGB_MATRIX_SUPPORTED = yes
|
||||
|
Reference in New Issue
Block a user