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

Adding support for the Pteron56 (PCB) keyboard #19996

Closed
wants to merge 28 commits into from

Conversation

Kraken-Jokes
Copy link

@Kraken-Jokes Kraken-Jokes commented Mar 2, 2023

Description

This adds the core files for building the firmware for the Pteron56 PCB version developed by kraken-jokes. Included are all core files as well as default, user, brant (v1 PCB), and Via keymaps

Included in this PR are the initial files needed to make this keyboard work as well as keymaps with various functionality
-/pteron56
-config.h VENDOR_ID = 0x6D4B (mK) PRODUCT_ID = 0x7056 (p56)
-pteron56.c
-pteron56.h
-rules.mk
-readme.md

Keymaps:
-brant
-config.h (support for the V1 PCB)
-keymap.c essentially the default (QWERTY) keymap

-melissa
-configurable user/ password string code (strings have been replaced with XXXXXXXXXX), 10 key pad on layer2. QWERTY

-default
-QWERTY

-Via
-keymap.c QWERTY
-rules.mk LTO enable, VIAL enable, VIA enable

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (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).

@github-actions github-actions bot added keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Mar 2, 2023
@zvecr zvecr added invalid pr_checklist_pending Needs changes as per the PR checklist labels Mar 3, 2023
@Kraken-Jokes
Copy link
Author

Fixing files, will comment again when they're ready

@waffle87 waffle87 marked this pull request as draft March 4, 2023 03:09
Copy link
Contributor

@lesshonor lesshonor left a comment

Choose a reason for hiding this comment

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

This draft PR can be closed; the commits from it were picked up #21731, which was merged in September.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid keyboard keymap pr_checklist_pending Needs changes as per the PR checklist via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants