Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Adding support S6xty rev2 and re-organize s6xty keyboard #24881

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
70e9957
Update support S6xty5
Aug 28, 2024
4fae937
Delete chconf.h
Aug 28, 2024
674c325
Update manufacturer, community layout for hhkb
Aug 29, 2024
ea30939
Update layout
Aug 29, 2024
70887c0
fix row index
Aug 31, 2024
fbda133
Merge branch 'master' of github.com:trnthsn/qmk_firmware
Aug 31, 2024
056adca
Update tyson60s
Sep 1, 2024
827f626
Update community layout and layout name
Sep 1, 2024
c7e36f6
Update remove rgb test mode
Sep 3, 2024
b39c1e0
Update capslock led
trnthsn Sep 17, 2024
36941fc
Merge branch 'qmk:master' into master
trnthsn Sep 17, 2024
c46aef5
Apply suggestions from code review
trnthsn Oct 4, 2024
0fa48ae
Merge branch 'qmk:master' into master
trnthsn Oct 28, 2024
847b297
Merge branch 'qmk:master' into master
trnthsn Nov 22, 2024
9c1f417
Remove deprecated s6xty5
Nov 22, 2024
8ad6215
Merge branch 'master' of github.com:trnthsn/qmk_firmware
Nov 22, 2024
7735133
Merge branch 'qmk:master' into master
trnthsn Dec 2, 2024
07deda6
Merge branch 'qmk:master' into master
trnthsn Dec 2, 2024
ca4cfd8
Merge branch 'qmk:master' into master
trnthsn Dec 16, 2024
0bda5da
Merge branch 'qmk:master' into master
trnthsn Jan 13, 2025
7cc7526
Merge branch 'qmk:master' into master
trnthsn Jan 21, 2025
d637cf5
Merge branch 'qmk:master' into master
trnthsn Jan 27, 2025
f4a5d49
Update support s6xty rev.2
Jan 29, 2025
dabe067
update json spacing
Jan 29, 2025
a4bbc19
Update pcb render
Jan 29, 2025
00e8134
Apply suggestions from code review
trnthsn Jan 29, 2025
a8bffa1
Update tab width
Feb 4, 2025
d2a0110
Update remove colon
Feb 4, 2025
1cc191d
update default mcu
Feb 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
{
"manufacturer": "ThanhSon.Mech",
"keyboard_name": "S6xty",
"manufacturer": "Tyson.Keebs",
"maintainer": "trnthsn",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
"nkro": true,
"rgblight": true
},
"indicators": {
"caps_lock": "B12"
},
"matrix_pins": {
"cols": ["B14", "A0", "A10", "C15", "A2", "A1", "B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4"],
"rows": ["B3", "B7", "A3", "A9", "A8"]
},
"processor": "STM32F072",
"rgblight": {
"animations": {
"alternating": true,
Expand All @@ -32,8 +23,10 @@
"static_gradient": true,
"twinkle": true
},
"led_count": 22,
"sleep": true
"sleep": true,
"default": {
"animation": "rainbow_swirl"
}
},
"url": "",
"usb": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/trnthsn/s6xty/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[1] = LAYOUT_all(
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, UG_VALD, UG_VALU, UG_NEXT,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
MO(2) , _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______
Expand Down
6 changes: 3 additions & 3 deletions keyboards/trnthsn/s6xty/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# S6xty

![trnthsn/s6xty](https://i.imgur.com/YJZxxqY.png)
![trnthsn/s6xty](https://i.imgur.com/Rny9gh9.png)

A 60% keyboard PCB compatible with various keyboard cases. Supports a left USB Type-C connector or 3 JST SH positions for a daughter board

Expand All @@ -10,11 +10,11 @@ A 60% keyboard PCB compatible with various keyboard cases. Supports a left USB T

Make example for this keyboard (after setting up your build environment):

make trnthsn/s6xty:default
make trnthsn/s6xty/rev1/stm32f072:default

Flashing example for this keyboard:

make trnthsn/s6xty:default:flash
make trnthsn/s6xty/rev1/stm32f072: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
13 changes: 13 additions & 0 deletions keyboards/trnthsn/s6xty/rev1/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"keyboard_name": "S6xty",
"matrix_pins": {
"cols": ["B14", "A0", "A10", "C15", "A2", "A1", "B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4"],
"rows": ["B3", "B7", "A3", "A9", "A8"]
},
"rgblight": {
"led_count": 22
},
"indicators": {
"caps_lock": "B12"
}
}
4 changes: 4 additions & 0 deletions keyboards/trnthsn/s6xty/rev1/stm32f072/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processor": "STM32F072",
"bootloader": "stm32-dfu"
}
4 changes: 4 additions & 0 deletions keyboards/trnthsn/s6xty/rev1/stm32f103/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processor": "STM32F103",
"bootloader": "uf2boot"
}
13 changes: 13 additions & 0 deletions keyboards/trnthsn/s6xty/rev2/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"keyboard_name": "S6xty Rev.2",
"matrix_pins": {
"cols": ["A10", "A9", "A8", "B14", "B12", "B10", "B1", "B0", "A15", "B5", "C15", "C14", "C13", "B9"],
"rows": ["B8", "B7", "B6", "B11", "A6"]
},
"rgblight": {
"led_count": 28
},
"indicators": {
"caps_lock": "B4"
}
}
4 changes: 4 additions & 0 deletions keyboards/trnthsn/s6xty/rev2/stm32f072/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processor": "STM32F072",
"bootloader": "stm32-dfu"
}
4 changes: 4 additions & 0 deletions keyboards/trnthsn/s6xty/rev2/stm32f103/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processor": "STM32F103",
"bootloader": "uf2boot"
}