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] Add support S7venty Rev.2 #24718

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 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
8592e8e
Update s7venty r2
Dec 16, 2024
c3da852
Update s7venty
Dec 16, 2024
25bf928
Update remove rgb test and keymap build
Dec 16, 2024
16710bc
remove rules.mk
Dec 17, 2024
777e7c5
Update TysonKeebs
Jan 21, 2025
ff58683
Update lisence
Jan 23, 2025
dfc2c01
Update layout showup
Jan 23, 2025
0b8e2c5
Update s7venty r2
Feb 4, 2025
c8cb8cc
update s7venty rev.2
Feb 4, 2025
22875fb
Update olon
Feb 4, 2025
0b48ffd
Update keymap
Feb 4, 2025
13bb129
Update firmware s7ventyr2 handle indicator led
Feb 17, 2025
afc2fde
Update capslock indicator on rgb led strip
Feb 19, 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
Prev Previous commit
Next Next commit
Update manufacturer, community layout for hhkb
  • Loading branch information
Trần Thanh Sơn committed Aug 29, 2024
commit 674c3255b13b64509c90602e1def50118a209302
2 changes: 1 addition & 1 deletion keyboards/trnthsn/s6xty5/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A PCB for 65% keyboards. Uses a Left USB Type C connector or JST SH daughter boa

* Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn)
* Hardware Supported: STM32, S6xty5, Bakeneko65, Krush65
* Hardware Availability: [Trnthsn](https://www.facebook.com/ThanhSon.mech)
* Hardware Availability: [ThanhSon.Mech](https://www.facebook.com/ThanhSon.mech)

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

Expand Down
10 changes: 5 additions & 5 deletions keyboards/trnthsn/tyson60s/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manufacturer": "TrnThSnMech",
"manufacturer": "ThanhSon.Mech",
"keyboard_name": "Tyson60s",
"maintainer": "TrnThSnMech",
"maintainer": "trnthsn",
"bootloader": "rp2040",
"build": {
"debounce_type": "sym_defer_pk"
Expand Down Expand Up @@ -46,11 +46,11 @@
"pin": "GP29"
},
"layout_aliases": {
"LAYOUT_all": "LAYOUT_60_tsangan_hhkb"
"LAYOUT_all": "LAYOUT_60_ansi_tsangan_split_bs_rshift"
},
"community_layouts": [
"60_ansi_tsangan",
"60_tsangan_hhkb",
"60_ansi_tsangan_split_bs_rshift",
"60_ansi_wkl",
"60_ansi_wkl_split_bs_rshift",
"60_hhkb"
Expand Down Expand Up @@ -124,7 +124,7 @@
{"matrix": [4, 12], "x": 13.5, "y": 4, "w": 1.5}
]
},
"LAYOUT_60_tsangan_hhkb": {
"LAYOUT_60_ansi_tsangan_split_bs_rshift": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/trnthsn/tyson60s/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Hiney H60 form factor PCB for 60% keyboards. Uses a Left USB Type C connector

* Keyboard Maintainer: [Trnthsn](https://github.com/trnthsn)
* Hardware Supported: RP2040, Tyson60s PCB, Hiney H60
* Hardware Availability: [Trnthsn](https://www.facebook.com/TrnThSn.Mech)
* Hardware Availability: [ThanhSon.Mech](https://www.facebook.com/ThanhSon.mech)

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

Expand Down
Loading