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

Conversation

trnthsn
Copy link
Contributor

@trnthsn trnthsn commented Jan 29, 2025

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr changed the base branch from master to develop January 29, 2025 18:49
keyboards/trnthsn/s6xty/rev1/info.json Outdated Show resolved Hide resolved
keyboards/trnthsn/s6xty/rev2/info.json Outdated Show resolved Hide resolved
Co-authored-by: jack <jack@pngu.org>
@trnthsn trnthsn requested a review from waffle87 January 29, 2025 20:11
@waffle87 waffle87 requested a review from a team January 30, 2025 16:38
@@ -0,0 +1,4 @@
{
"processor": "STM32F072",
"bootloader": "stm32-dfu",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bootloader": "stm32-dfu",
"bootloader": "stm32-dfu"

@@ -0,0 +1,4 @@
{
"processor": "STM32F103",
"bootloader": "uf2boot",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bootloader": "uf2boot",
"bootloader": "uf2boot"

@@ -0,0 +1,4 @@
{
"processor": "STM32F072",
"bootloader": "stm32-dfu",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bootloader": "stm32-dfu",
"bootloader": "stm32-dfu"

@@ -0,0 +1,4 @@
{
"processor": "STM32F103",
"bootloader": "uf2boot",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bootloader": "uf2boot",
"bootloader": "uf2boot"

@@ -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
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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

@trnthsn trnthsn requested a review from zvecr February 4, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants