-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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?
Conversation
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <jack@pngu.org>
@@ -0,0 +1,4 @@ | |||
{ | |||
"processor": "STM32F072", | |||
"bootloader": "stm32-dfu", |
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.
"bootloader": "stm32-dfu", | |
"bootloader": "stm32-dfu" |
@@ -0,0 +1,4 @@ | |||
{ | |||
"processor": "STM32F103", | |||
"bootloader": "uf2boot", |
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.
"bootloader": "uf2boot", | |
"bootloader": "uf2boot" |
@@ -0,0 +1,4 @@ | |||
{ | |||
"processor": "STM32F072", | |||
"bootloader": "stm32-dfu", |
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.
"bootloader": "stm32-dfu", | |
"bootloader": "stm32-dfu" |
@@ -0,0 +1,4 @@ | |||
{ | |||
"processor": "STM32F103", | |||
"bootloader": "uf2boot", |
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.
"bootloader": "uf2boot", | |
"bootloader": "uf2boot" |
keyboards/trnthsn/s6xty/readme.md
Outdated
@@ -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/stm32f103:default |
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
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist