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

Add FE87 TKL PCB #24954

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add FE87 TKL PCB #24954

wants to merge 8 commits into from

Conversation

mrnoisytiger
Copy link
Contributor

Description

Add FE87 TKL PCB.

Types of Changes

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

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).

Copy link
Contributor Author

@mrnoisytiger mrnoisytiger left a comment

Choose a reason for hiding this comment

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

Thanks for the review!

mrnoisytiger and others added 2 commits February 25, 2025 22:21
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: jack <jack@pngu.org>
@dunk2k
Copy link
Contributor

dunk2k commented Feb 26, 2025

Presuming image in Instagram post is accurate, then this PCB supports community layouts:

  • tkl_ansi
  • tkl_ansi_split_bs_rshift
  • tkl_iso
  • tkl_iso_split_bs_rshift
  • tkl_ansi_tsangan
  • tkl_ansi_tsangan_split_bs_rshift
  • tkl_iso_tsangan
  • tkl_iso_tsangan_split_bs_rshift

@mrnoisytiger
Copy link
Contributor Author

mrnoisytiger commented Feb 26, 2025

@dunk2k Yep, they have been added. And also added WKL versions because PCB is intended to be compatible with odd keyboards with removeable blockers.

Thanks! Seems like the lint failed though if I add in the community layouts array to the keyboard.json.

@mrnoisytiger mrnoisytiger requested a review from dunk2k February 26, 2025 22:06
}
},
"layouts": {
"LAYOUT_all": {
Copy link
Member

@zvecr zvecr Feb 26, 2025

Choose a reason for hiding this comment

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

From lint

linting fjlabs/fe87
⚠ fjlabs/fe87: "LAYOUT_all" should be "LAYOUT" unless additional layouts are provided.

In this case, renaming it to LAYOUT would not be accepted, and additional layouts must be provided.

Copy link
Contributor Author

@mrnoisytiger mrnoisytiger Feb 27, 2025

Choose a reason for hiding this comment

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

@zvecr Mind helping me better understand what the ask is?

Are you asking to include all the community layouts in the keymap.c and keyboard.json files instead? Is there a minimum subset that would be acceptable and leaving the rest as an exercise to the user?

Duplicating the base keymap over 10 times to account for WKL/WK split/non-split 6.25U/7U ISO/non-ISO seems to be a bit much in terms of file size management, but I defer to you as a maintainer what the preference is here and I’ll
maintain that approach going forward.

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.

4 participants