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 Qk100 Keyboard files #21782

Merged
merged 16 commits into from
Oct 23, 2023
Merged

Add Qk100 Keyboard files #21782

merged 16 commits into from
Oct 23, 2023

Conversation

owlab-git
Copy link
Contributor

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 Aug 19, 2023
keyboards/qwertykeys/qk100/ansi/ansi.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/ansi.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/ansi.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/ansi.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/config.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/halconf.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/mcuconf.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/solder.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/solder.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/solder.c Outdated Show resolved Hide resolved
@waffle87
Copy link
Member

It would also be preferable to condense the duplicated code, such as

qk100
├── ansi
│   └── info.json # ansi specific configuration
├── info.json # configuration that applies to both pcbs
├── ld
├── qk100.c
├── rules.mk
└── solder
    └── info.json # solder specific configuration

@owlab-git
Copy link
Contributor Author

Bump

keyboards/qwertykeys/qk100/ansi/ansi.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/info.json Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/keymaps/via/keymap.c Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/rules.mk Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/info.json Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/config.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/ansi.c Outdated Show resolved Hide resolved
Comment on lines 42 to 43
# define RGB_MATRIX_DISABLE_KEYCODES
# define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
Copy link
Member

Choose a reason for hiding this comment

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

setting the disable after timeout to 0 disables it, so there is no point in having it defined as 0.

Additionally, the rgb keycodes shouldn't be using the function keys, but should be using custom keycodes. (eg QK_KB-QK_KB_MAX)

@owlab-git
Copy link
Contributor Author

@drashna Thank you so much for your great advice.

@owlab-git
Copy link
Contributor Author

Bump

keyboards/qwertykeys/qk100/info.json Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/solder/info.json Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/config.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/config.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/ansi.c Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/info.json Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/rules.mk Outdated Show resolved Hide resolved
@owlab-git
Copy link
Contributor Author

Hi, Please check. Thank you for your time

@owlab-git
Copy link
Contributor Author

Bump

@owlab-git
Copy link
Contributor Author

Hello. Are there any further issues with merge?

@owlab-git owlab-git requested a review from waffle87 September 18, 2023 12:04
keyboards/qwertykeys/qk100/ansi/halconf.h Outdated Show resolved Hide resolved
keyboards/qwertykeys/qk100/ansi/mcuconf.h Outdated Show resolved Hide resolved
@owlab-git
Copy link
Contributor Author

Please Check for merge.

@owlab-git
Copy link
Contributor Author

Bump

@owlab-git
Copy link
Contributor Author

Please check, thanks.

@waffle87 waffle87 merged commit d2773c6 into qmk:master Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants