[jacky_studio/piggy60] move AVR PCB under rev1 (#20253)
parent
f5e36620b2
commit
68a27b8e92
|
@ -248,6 +248,9 @@
|
|||
"idobo": {
|
||||
"target": "idobao/id75"
|
||||
},
|
||||
"jacky_studio/piggy60": {
|
||||
"target": "jacky_studio/piggy60/rev1"
|
||||
},
|
||||
"jj40": {
|
||||
"target": "kprepublic/jj40"
|
||||
},
|
||||
|
|
|
@ -1,60 +1,10 @@
|
|||
{
|
||||
"manufacturer": "Jacky",
|
||||
"keyboard_name": "Piggy60",
|
||||
"maintainer": "qmk",
|
||||
"bootloader": "atmel-dfu",
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"caps_word": true,
|
||||
"debug": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"rgblight": true,
|
||||
"nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "F7", "B5", "B4", "D7", "D6", "B3", "B2"],
|
||||
"rows": ["D0", "D1", "D2", "D3", "D5"]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"url": "https://www.notion.so/Piggy-60-Everything-You-Should-Know-7308d056551d4edabdbcc95748e9dabc",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"vid": "0xA13B",
|
||||
"pid": "0x1001"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "F4",
|
||||
"on_state": 0
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 14,
|
||||
"pin": "E2",
|
||||
"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
|
||||
},
|
||||
"sleep": true,
|
||||
"max_brightness": 255
|
||||
},
|
||||
"tapping": {
|
||||
"tap_keycode_delay": 10,
|
||||
"tap_capslock_delay": 10,
|
||||
"term": 170
|
||||
"vid": "0xA13B"
|
||||
},
|
||||
"url": "https://www.notion.so/Piggy-60-Everything-You-Should-Know-7308d056551d4edabdbcc95748e9dabc",
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
|
@ -11,11 +11,11 @@ A gasket-mounted 60% in the style of the S7 Elephant.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make jacky_studio/piggy60:default
|
||||
make jacky_studio/piggy60/rev1:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make jacky_studio/piggy60:default:flash
|
||||
make jacky_studio/piggy60/rev1:default:flash
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"keyboard_name": "Piggy60 rev1",
|
||||
"bootloader": "atmel-dfu",
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "F7", "B5", "B4", "D7", "D6", "B3", "B2"],
|
||||
"rows": ["D0", "D1", "D2", "D3", "D5"]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x1001"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"caps_word": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"rgblight": true,
|
||||
"nkro": true
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "F4",
|
||||
"on_state": 0
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 14,
|
||||
"pin": "E2",
|
||||
"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
|
||||
},
|
||||
"sleep": true
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
DEFAULT_FOLDER = jacky_studio/piggy60/rev1/solder
|
|
@ -1 +1 @@
|
|||
DEFAULT_FOLDER = jacky_studio/piggy60/solder
|
||||
DEFAULT_FOLDER = jacky_studio/piggy60/rev1/solder
|
||||
|
|
Loading…
Reference in New Issue