-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
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
base: develop
Are you sure you want to change the base?
Changes from 25 commits
70e9957
4fae937
674c325
ea30939
70887c0
fbda133
056adca
827f626
c7e36f6
b39c1e0
36941fc
c46aef5
0fa48ae
847b297
9c1f417
8ad6215
7735133
07deda6
ca4cfd8
0bda5da
7cc7526
d637cf5
f4a5d49
dabe067
a4bbc19
00e8134
a8bffa1
d2a0110
1cc191d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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" | ||
}, | ||
} | ||
trnthsn marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
{ | ||||||
"processor": "STM32F072", | ||||||
"bootloader": "stm32-dfu", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
{ | ||||||
"processor": "STM32F103", | ||||||
"bootloader": "uf2boot", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
} |
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" | ||
}, | ||
trnthsn marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
{ | ||||||
"processor": "STM32F072", | ||||||
"bootloader": "stm32-dfu", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
{ | ||||||
"processor": "STM32F103", | ||||||
"bootloader": "uf2boot", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the previous default being for f072, these changes dont make much sense?
Also, why is there now a
stm32f103
rev1 variant being introduced?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rev1 also support f103 just by adding resonator on smd process. so i has push a new pr to support that one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i had changed back to f072