Data-Driven Keyboard Conversions: D (#23461)
This commit is contained in:
parent
43a122e050
commit
8ad3a36fb6
123 changed files with 486 additions and 747 deletions
|
|
@ -2,15 +2,6 @@
|
|||
"manufacturer": "dELIKEEb",
|
||||
"url": "",
|
||||
"maintainer": "noclew",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"usb": {
|
||||
"vid": "0x9906",
|
||||
"pid": "0x0013"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,15 @@
|
|||
{"pin_a": "F1", "pin_b": "F0"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
|
@ -28,6 +28,17 @@
|
|||
{"pin_a": "F0", "pin_b": "F1"}
|
||||
]
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"encoder": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"rgblight": true,
|
||||
"audio": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
||||
14
keyboards/delikeeb/waaffle/rev3/elite_c/keyboard.json
Normal file
14
keyboards/delikeeb/waaffle/rev3/elite_c/keyboard.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"rgblight": true,
|
||||
"encoder": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# supported on Elite-C controllers
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
ENCODER_ENABLE = yes # Enable Rotary Encoder
|
||||
|
|
@ -22,14 +22,6 @@
|
|||
"ws2812": {
|
||||
"pin": "C7"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3", "D2", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"],
|
||||
"rows": ["F4", "B6", "B2", "B3", "B1", "F5", "F6", "F7"]
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
}
|
||||
12
keyboards/delikeeb/waaffle/rev3/pro_micro/keyboard.json
Normal file
12
keyboards/delikeeb/waaffle/rev3/pro_micro/keyboard.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# not supported on Pro Micro controllers
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
ENCODER_ENABLE = no # Enable Rotary Encoder
|
||||
Loading…
Add table
Add a link
Reference in a new issue