qmk_firmware/keyboards/onnenon/hotdog_pad/keyboard.json
Stephen Onnen be7786bfc6
Addition of Hotdog Pad (#24650)
* Add Hotdog Pad

* remove encoder_map feature

* Add rules.mk

* move rules.mk into keymap

* Update keyboards/onnenon/hotdog_pad/keyboard.json

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/onnenon/hotdog_pad/keyboard.json

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/onnenon/hotdog_pad/keymaps/default/keymap.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/onnenon/hotdog_pad/keymaps/default/keymap.c

Co-authored-by: Joel Challis <git@zvecr.com>

* add hotdog_pad.c

* fix reversed encoder pins

* Update keyboards/onnenon/hotdog_pad/hotdog_pad.c

Co-authored-by: Joel Challis <git@zvecr.com>

---------

Co-authored-by: Joel Challis <git@zvecr.com>
2024-12-02 07:57:34 -07:00

54 lines
1.3 KiB
JSON

{
"manufacturer": "onnenon",
"keyboard_name": "Hotdog Pad",
"maintainer": "onnenon",
"processor": "RP2040",
"bootloader": "rp2040",
"matrix_pins": {
"direct": [["GP1", "GP2", "GP4", "GP6", "GP0"]]
},
"usb": {
"device_version": "1.0.0",
"pid": "0x0001",
"vid": "0x4F4E"
},
"features": {
"encoder": true,
"rgblight": true,
"extrakey": true,
"mousekey": true
},
"encoder": {
"rotary": [{ "pin_a": "GP29", "pin_b": "GP28" }]
},
"layouts": {
"LAYOUT": {
"layout": [
{ "x": 0, "y": 0, "matrix": [0, 0] },
{ "x": 1, "y": 0, "matrix": [0, 1] },
{ "x": 2, "y": 0, "matrix": [0, 2] },
{ "x": 3, "y": 0, "matrix": [0, 3] },
{ "x": 4, "y": 0, "matrix": [0, 4] }
]
}
},
"ws2812": {
"pin": "GP12",
"driver": "vendor"
},
"rgblight": {
"led_count": 1,
"max_brightness": 185,
"animations": {
"breathing": true,
"rainbow_mood": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"rgb_test": true,
"alternating": true,
"twinkle": true
}
}
}