-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 haven80 hotswap & haven65 pcbs firmware to qmk #20081
Conversation
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
defined specific rgb animations want to enable
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
add support for fuji75 solder fuji75 hotswap and kp60 hotswap pcb
added config.h for firmware compilation
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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.
Not sure why the entire teahouse/ayleen
directory is being added again, after #19900 was merged?
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
i am not too sure why either. While making the pr, i only selected files that will be used in the havne80_hotswap. |
Probably because you have workflow issues, most likely due to the reused the branch from a previous PR without fixing the history first. This will have to be resolved your end before the PR can be accepted. |
as @zvecr suggested, changing all the config.h #define eeconfig_user_data_size 4 to #define eeconfig_kb_data_size 4 alongside, updating Ayleen corresponding file to allow the same indicator only control feature in via
this has been resolved as I had to update some new files for the ayleen to allow the same indicator only control in via. Newly commited files for ayleen will be included |
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.
- Use of
EECONFIG_KB_DATA_SIZE
at the keymap level is just as bad aseeconfig_update_kb_datablock
at the keyboard level.- My preference would be
EECONFIG_USER_DATA_SIZE
defined at a keymap levelconfig.h
andeeconfig_update_user_datablock
calls
- My preference would be
keyboards/teahouse/ayleen
isnt a set of updates to existing files, as they exist already.- The
Files Changed
tab needs to correctly reflect this and trying to re-add them is wrong
- The
move eeconfig related code to keymap level as suggested
adds following keyboard firmware to qmk repo
haven80 hotswap
haven65 solder
haven65 hotswap
updated fuji65 via keymap
updated teahouse/ayleen via keymap and config.h to achieve same indicator only control feature in via
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist