Data-Driven Keyboard Conversions: D (#23461)

This commit is contained in:
James Young 2024-04-12 22:33:49 -07:00 committed by GitHub
parent 43a122e050
commit 8ad3a36fb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
123 changed files with 486 additions and 747 deletions

View file

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

View file

@ -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": [

View file

@ -1,2 +0,0 @@
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

View file

@ -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": [

View file

@ -1,2 +0,0 @@
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = yes # Audio output

View file

@ -1,4 +0,0 @@
{
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
}

View 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
}
}

View file

@ -1,3 +0,0 @@
# supported on Elite-C controllers
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
ENCODER_ENABLE = yes # Enable Rotary Encoder

View file

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

View file

@ -1,4 +0,0 @@
{
"processor": "atmega32u4",
"bootloader": "caterina"
}

View file

@ -0,0 +1,12 @@
{
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
}
}

View file

@ -1,3 +0,0 @@
# not supported on Pro Micro controllers
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
ENCODER_ENABLE = no # Enable Rotary Encoder