[jacky_studio/piggy60] move AVR PCB under rev1 (#20253)
This commit is contained in:
parent
f5e36620b2
commit
68a27b8e92
|
@ -248,6 +248,9 @@
|
||||||
"idobo": {
|
"idobo": {
|
||||||
"target": "idobao/id75"
|
"target": "idobao/id75"
|
||||||
},
|
},
|
||||||
|
"jacky_studio/piggy60": {
|
||||||
|
"target": "jacky_studio/piggy60/rev1"
|
||||||
|
},
|
||||||
"jj40": {
|
"jj40": {
|
||||||
"target": "kprepublic/jj40"
|
"target": "kprepublic/jj40"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,60 +1,10 @@
|
||||||
{
|
{
|
||||||
"manufacturer": "Jacky",
|
"manufacturer": "Jacky",
|
||||||
"keyboard_name": "Piggy60",
|
|
||||||
"maintainer": "qmk",
|
"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": {
|
"usb": {
|
||||||
"device_version": "1.0.0",
|
"vid": "0xA13B"
|
||||||
"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
|
|
||||||
},
|
},
|
||||||
|
"url": "https://www.notion.so/Piggy-60-Everything-You-Should-Know-7308d056551d4edabdbcc95748e9dabc",
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_all": {
|
"LAYOUT_all": {
|
||||||
"layout": [
|
"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 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:
|
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).
|
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).
|
||||||
|
|
||||||
|
|
45
keyboards/jacky_studio/piggy60/rev1/info.json
Normal file
45
keyboards/jacky_studio/piggy60/rev1/info.json
Normal file
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
1
keyboards/jacky_studio/piggy60/rev1/rules.mk
Normal file
1
keyboards/jacky_studio/piggy60/rev1/rules.mk
Normal file
|
@ -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 a new issue