Skip to content

Commit

Permalink
[jacky_studio/piggy60] move AVR PCB under rev1 (qmk#20253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor committed Mar 29, 2023
1 parent f5e3662 commit 68a27b8
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 55 deletions.
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
"idobo": {
"target": "idobao/id75"
},
"jacky_studio/piggy60": {
"target": "jacky_studio/piggy60/rev1"
},
"jj40": {
"target": "kprepublic/jj40"
},
Expand Down
54 changes: 2 additions & 52 deletions keyboards/jacky_studio/piggy60/info.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions keyboards/jacky_studio/piggy60/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
45 changes: 45 additions & 0 deletions keyboards/jacky_studio/piggy60/rev1/info.json
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions keyboards/jacky_studio/piggy60/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = jacky_studio/piggy60/rev1/solder
2 changes: 1 addition & 1 deletion keyboards/jacky_studio/piggy60/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_FOLDER = jacky_studio/piggy60/solder
DEFAULT_FOLDER = jacky_studio/piggy60/rev1/solder

0 comments on commit 68a27b8

Please sign in to comment.