-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
New Keyboard: SpiderIsland 25 key rgb hotswap keyboard #11748
Conversation
{ K20, K21, K22, K23, K24 }, \ | ||
{ K30, K31, K32, K33, K34 }, \ | ||
{ K40, K41, K42, K43, K44 }, \ | ||
} |
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.
} | |
} | |
Multi-line #define
needs a terminating new-line.
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | ||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = no # Console for debug | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
NKRO_ENABLE = no # USB Nkey Rollover | ||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
|
||
KEY_LOCK_ENABLE = yes # Enable KC_LOCK support |
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.
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | |
MOUSEKEY_ENABLE = no # Mouse keys | |
EXTRAKEY_ENABLE = yes # Audio control and System control | |
CONSOLE_ENABLE = no # Console for debug | |
COMMAND_ENABLE = no # Commands for debug and configuration | |
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | |
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | |
NKRO_ENABLE = no # USB Nkey Rollover | |
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |
KEY_LOCK_ENABLE = yes # Enable KC_LOCK support | |
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | |
MOUSEKEY_ENABLE = no # Mouse keys | |
EXTRAKEY_ENABLE = yes # Audio control and System control | |
CONSOLE_ENABLE = no # Console for debug | |
COMMAND_ENABLE = no # Commands for debug and configuration | |
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | |
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | |
NKRO_ENABLE = no # USB Nkey Rollover | |
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |
KEY_LOCK_ENABLE = yes # Enable KC_LOCK support |
Bootmagic lite may be preferable here as the default keymap doesn't have a lot of the keys required to trigger the full bootmagic sequence.
Thank you for your contribution! |
Thank you for your contribution! |
This PR adds support for following Aliexpress keyboard: https://www.aliexpress.com/item/1005001523579896.html. Code is based on kbfirmware configuration provided by seller that converted using this: https://noroadsleft.github.io/kbf_qmk_converter/
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist