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 KiiBOOM Cybrix16 #23723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

KiiBOOM-Official
Copy link

@KiiBOOM-Official KiiBOOM-Official commented May 15, 2024

Description

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 May 15, 2024
@fauxpark fauxpark added the pr_checklist_pending Needs changes as per the PR checklist label May 15, 2024
Copy link
Member

Choose a reason for hiding this comment

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

All of the settings in here can be moved to info.json, and this file can be removed. qmk migrate or qmk info -f json can help with that.

Comment on lines +24 to +36
setPinOutput(B8);
writePinLow(B8);
setPinOutput(B6);
writePinLow(B6);
setPinOutput(B7);
writePinLow(B7);

setPinOutput(B12);
writePinLow(B12);
setPinOutput(B13);
writePinLow(B13);
setPinOutput(B14);
writePinHigh(B14);
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason for init'ing these?

Copy link
Member

Choose a reason for hiding this comment

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

Please run qmk format-json on this file.

Copy link
Member

Choose a reason for hiding this comment

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

This has a bunch of tabs. Please replace tabs with spaces per coding conventions.

Copy link
Member

Choose a reason for hiding this comment

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

As other keymap, tabs -> spaces



),
[2] = LAYOUT(
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
[2] = LAYOUT(
[2] = LAYOUT_ortho_4x4(



),
[3] = LAYOUT(
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
[3] = LAYOUT(
[3] = LAYOUT_ortho_4x4(



),
[4] = LAYOUT(
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
[4] = LAYOUT(
[4] = LAYOUT_ortho_4x4(



),
[5] = LAYOUT(
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
[5] = LAYOUT(
[5] = LAYOUT_ortho_4x4(

@@ -0,0 +1,7 @@

MCU_LDSCRIPT = STM32F103xB
ENCODER_MAP_ENABLE = yes
Copy link
Member

Choose a reason for hiding this comment

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

Encoder map should only be enabled at the keymap level, never at the keyboard level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants