-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Add Qk100 Keyboard files #21782
Conversation
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 |
Bump |
keyboards/qwertykeys/qk100/ld/STM32F103x8_0x08006000_bootloader.ld
Outdated
Show resolved
Hide resolved
# define RGB_MATRIX_DISABLE_KEYCODES | ||
# define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects |
There was a problem hiding this comment.
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
)
@drashna Thank you so much for your great advice. |
Bump |
Hi, Please check. Thank you for your time |
Bump |
Hello. Are there any further issues with merge? |
Please Check for merge. |
Bump |
Please check, thanks. |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist