summaryrefslogtreecommitdiff
path: root/keyboards/gkeyboard/greatpad/info.json
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2024-02-03 00:50:11 -0800
committerDrashna Jael're <drashna@live.com>2024-02-03 00:50:11 -0800
commit11c631027ce539595a71a1a681115ad46379ce90 (patch)
treea416e2f8f9ae6ecabe0e17975860de9c5c14f712 /keyboards/gkeyboard/greatpad/info.json
parent2f37a7854ddb0055eff7cb605492a57ff5061eb2 (diff)
parente97ec68692ffee20e92921e7c913471359cd5377 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gkeyboard/greatpad/info.json')
-rw-r--r--keyboards/gkeyboard/greatpad/info.json151
1 files changed, 151 insertions, 0 deletions
diff --git a/keyboards/gkeyboard/greatpad/info.json b/keyboards/gkeyboard/greatpad/info.json
new file mode 100644
index 0000000000..6f55141333
--- /dev/null
+++ b/keyboards/gkeyboard/greatpad/info.json
@@ -0,0 +1,151 @@
+{
+ "manufacturer": "gkeyboard",
+ "keyboard_name": "GreatPad",
+ "maintainer": "gkeyboard",
+ "bootloader": "rp2040",
+ "diode_direction": "COL2ROW",
+ "dynamic_keymap": {
+ "layer_count": 10
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "GP25", "pin_b": "GP26"},
+ {"pin_a": "GP0", "pin_b": "GP1"}
+ ]
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "oled": true,
+ "rgb_matrix": true
+ },
+ "matrix_pins": {
+ "cols": ["GP24", "GP23", "GP16", "GP11", "GP10"],
+ "rows": ["GP6", "GP5", "GP4", "GP3", "GP2"]
+ },
+ "processor": "RP2040",
+ "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_out_in": true,
+ "cycle_out_in_dual": true,
+ "cycle_pinwheel": true,
+ "cycle_spiral": true,
+ "cycle_up_down": true,
+ "digital_rain": true,
+ "dual_beacon": true,
+ "gradient_left_right": true,
+ "gradient_up_down": true,
+ "hue_breathing": true,
+ "hue_pendulum": true,
+ "hue_wave": true,
+ "jellybean_raindrops": true,
+ "multisplash": true,
+ "pixel_flow": true,
+ "pixel_fractal": true,
+ "pixel_rain": true,
+ "rainbow_beacon": true,
+ "rainbow_moving_chevron": true,
+ "rainbow_pinwheels": true,
+ "raindrops": true,
+ "solid_color": true,
+ "solid_multisplash": true,
+ "solid_reactive": true,
+ "solid_reactive_cross": true,
+ "solid_reactive_multicross": true,
+ "solid_reactive_multinexus": true,
+ "solid_reactive_multiwide": true,
+ "solid_reactive_nexus": true,
+ "solid_reactive_simple": true,
+ "solid_reactive_wide": true,
+ "solid_splash": true,
+ "splash": true,
+ "typing_heatmap": true
+ },
+ "driver": "ws2812",
+ "layout": [
+ {"matrix": [1, 0], "x": 0, "y": 0, "flags": 4},
+ {"matrix": [1, 1], "x": 56, "y": 0, "flags": 4},
+ {"matrix": [1, 2], "x": 112, "y": 0, "flags": 4},
+ {"matrix": [1, 3], "x": 168, "y": 0, "flags": 4},
+ {"matrix": [1, 4], "x": 224, "y": 0, "flags": 4},
+ {"matrix": [2, 0], "x": 0, "y": 21, "flags": 4},
+ {"matrix": [2, 1], "x": 56, "y": 21, "flags": 4},
+ {"matrix": [2, 2], "x": 112, "y": 21, "flags": 4},
+ {"matrix": [2, 3], "x": 168, "y": 21, "flags": 4},
+ {"matrix": [2, 4], "x": 224, "y": 21, "flags": 4},
+ {"matrix": [3, 0], "x": 0, "y": 43, "flags": 4},
+ {"matrix": [3, 1], "x": 56, "y": 43, "flags": 4},
+ {"matrix": [3, 2], "x": 112, "y": 43, "flags": 4},
+ {"matrix": [3, 3], "x": 168, "y": 43, "flags": 4},
+ {"matrix": [3, 4], "x": 224, "y": 43, "flags": 4},
+ {"matrix": [4, 0], "x": 0, "y": 64, "flags": 4},
+ {"matrix": [4, 1], "x": 56, "y": 64, "flags": 4},
+ {"matrix": [4, 2], "x": 112, "y": 64, "flags": 4},
+ {"matrix": [4, 3], "x": 168, "y": 64, "flags": 4},
+ {"matrix": [4, 4], "x": 224, "y": 64, "flags": 4},
+ {"x": 196, "y": 53, "flags": 2},
+ {"x": 196, "y": 10, "flags": 2},
+ {"x": 140, "y": 10, "flags": 2},
+ {"x": 84, "y": 10, "flags": 2},
+ {"x": 28, "y": 10, "flags": 2},
+ {"x": 28, "y": 53, "flags": 2},
+ {"x": 84, "y": 53, "flags": 2},
+ {"x": 140, "y": 53, "flags": 2}
+ ],
+ "max_brightness": 170,
+ "sleep": true
+ },
+ "url": "https://github.com/gkeyboard/GreatPad",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x4203",
+ "vid": "0x474B"
+ },
+ "ws2812": {
+ "driver": "vendor",
+ "pin": "GP22"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 4], "x": 4, "y": 0},
+ {"matrix": [1, 0], "x": 0, "y": 1.5},
+ {"matrix": [1, 1], "x": 1, "y": 1.5},
+ {"matrix": [1, 2], "x": 2, "y": 1.5},
+ {"matrix": [1, 3], "x": 3, "y": 1.5},
+ {"matrix": [1, 4], "x": 4, "y": 1.5},
+ {"matrix": [2, 0], "x": 0, "y": 2.5},
+ {"matrix": [2, 1], "x": 1, "y": 2.5},
+ {"matrix": [2, 2], "x": 2, "y": 2.5},
+ {"matrix": [2, 3], "x": 3, "y": 2.5},
+ {"matrix": [2, 4], "x": 4, "y": 2.5},
+ {"matrix": [3, 0], "x": 0, "y": 3.5},
+ {"matrix": [3, 1], "x": 1, "y": 3.5},
+ {"matrix": [3, 2], "x": 2, "y": 3.5},
+ {"matrix": [3, 3], "x": 3, "y": 3.5},
+ {"matrix": [3, 4], "x": 4, "y": 3.5},
+ {"matrix": [4, 0], "x": 0, "y": 4.5},
+ {"matrix": [4, 1], "x": 1, "y": 4.5},
+ {"matrix": [4, 2], "x": 2, "y": 4.5},
+ {"matrix": [4, 3], "x": 3, "y": 4.5},
+ {"matrix": [4, 4], "x": 4, "y": 4.5}
+ ]
+ }
+ }
+} \ No newline at end of file