forked from mirrors/qmk_userspace
add dp3000 rev2 featuring rgblight (#22084)
This commit is contained in:
parent
2f7b7a1273
commit
b667408be3
7 changed files with 106 additions and 60 deletions
31
keyboards/dp3000/rev2/info.json
Normal file
31
keyboards/dp3000/rev2/info.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"keyboard_name": "dp3000 rev2",
|
||||
"features": {
|
||||
"rgblight": true
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "2.0.0",
|
||||
"pid": "0x3132"
|
||||
},
|
||||
"rgblight": {
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
"christmas": true,
|
||||
"knight": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"rgb_test": true,
|
||||
"snake": true,
|
||||
"static_gradient": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"led_count": 4,
|
||||
"max_brightness": 180,
|
||||
"saturation_steps": 8,
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
}
|
||||
}
|
1
keyboards/dp3000/rev2/rules.mk
Normal file
1
keyboards/dp3000/rev2/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
# This file intentionally left blank
|
Loading…
Add table
Add a link
Reference in a new issue