forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dp3000 rev2 featuring rgblight (qmk#22084)
- Loading branch information
1 parent
b651c3b
commit e160477
Showing
7 changed files
with
106 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"keyboard_name": "dp3000", | ||
"features": { | ||
"rgb_matrix": true | ||
}, | ||
"usb": { | ||
"device_version": "1.0.1", | ||
"pid": "0x6470" | ||
}, | ||
"rgb_matrix": { | ||
"animations": { | ||
"alphas_mods": true, | ||
"band_pinwheel_sat": true, | ||
"band_pinwheel_val": true, | ||
"band_sat": true, | ||
"band_spiral_sat": true, | ||
"band_spiral_val": true, | ||
"band_val": true, | ||
"breathing": true, | ||
"cycle_all": true, | ||
"cycle_left_right": true, | ||
"cycle_pinwheel": true, | ||
"cycle_spiral": true, | ||
"cycle_up_down": true, | ||
"gradient_left_right": true, | ||
"gradient_up_down": true, | ||
"hue_breathing": true, | ||
"hue_pendulum": true, | ||
"hue_wave": true, | ||
"rainbow_moving_chevron": true, | ||
"raindrops": true, | ||
"solid_color": true, | ||
"solid_reactive": true, | ||
"solid_reactive_multinexus": true, | ||
"solid_reactive_simple": true, | ||
"solid_splash": true, | ||
"splash": true, | ||
"typing_heatmap": true | ||
}, | ||
"driver": "ws2812", | ||
"layout": [ | ||
{"matrix": [1, 0], "x": 0, "y": 32, "flags": 4}, | ||
{"matrix": [1, 1], "x": 25, "y": 32, "flags": 4}, | ||
{"matrix": [1, 2], "x": 37, "y": 32, "flags": 4}, | ||
{"matrix": [1, 3], "x": 75, "y": 32, "flags": 4}, | ||
{"matrix": [2, 0], "x": 75, "y": 16, "flags": 4}, | ||
{"matrix": [2, 1], "x": 37, "y": 16, "flags": 4}, | ||
{"matrix": [2, 2], "x": 25, "y": 16, "flags": 4}, | ||
{"matrix": [2, 3], "x": 0, "y": 16, "flags": 4} | ||
], | ||
"max_brightness": 180, | ||
"sat_steps": 8, | ||
"speed_steps": 10, | ||
"val_steps": 8 | ||
}, | ||
"ws2812": { | ||
"pin": "B5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# This file intentionally left blank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# This file intentionally left blank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# This file intentionally left blank | ||
DEFAULT_FOLDER = dp3000/rev1 |