qmk_firmware
qmk_firmware copied to clipboard
add 5075 keyboard.
Description
Types of Changes
- [ ] Core
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement/optimization
- [x] Keyboard (addition or update)
- [x] Keymap/layout/userspace (addition or update)
- [ ] Documentation
Issues Fixed or Closed by This PR
Checklist
- [x] My code follows the code style of this project: C, Python
- [x] 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.
- [x] I have read the CONTRIBUTING document.
- [x] I have added tests to cover my changes.
- [x] I have tested the changes and verified that they work and don't break anything (as well as I can manage).
Don't know how, but you guys forgot to specify both, the MCU and bootloader, in info.json
which is causing the CI to fail. 🙂
Bit curious about this board. @jonylee1986, is the firmware from this PR for the 5075S that's already being sold on Akko's website or this for a different variant?
the firmware from this PR is prepared for the upcoming release of 5075 which on the AKKO official website,and it is a different variant supports the QMK.@adophoxia
Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with bug
, awaiting review
, breaking_change
, in progress
, or on hold
to prevent the issue from being re-flagged.
Just for your information, I just tested this firmware with my Akko 5075 and it worked.
bump
After flashing the firmware from this PR, the rgb on my akko 5075 doesn't turn off when I sleep/shutdown my pc. Not sure if this is something to do with my end.
After flashing the firmware from this PR, the rgb on my akko 5075 doesn't turn off when I sleep/shutdown my pc. Not sure if this is something to do with my end.
please add #define RGB_MATRIX_SLEEP
in config.h
is missing stuff ? or can it be used ?
@NicolaiVdS
is missing stuff ? or can it be used ?
Flashed my 5075 with the latest commit, working like a charm. Tested lighting, etc. and had no problems. So definitely can be used.
is missing stuff ? or can it be used ?
I've been using it for 6 months, it works and I've got it to play OK with via using the profile from akko's website as a basis ("5075 VIA" file in the support/download section).
I'm applying 2 minor modifications to info.json
, attached below.
After flashing the firmware from this PR, the rgb on my akko 5075 doesn't turn off when I sleep/shutdown my pc. Not sure if this is something to do with my end.
please add
#define RGB_MATRIX_SLEEP
inconfig.h
This should be set in info.json
as {"rgb_matrix": {"sleep": true}}
, see https://docs.qmk.fm/#/reference_info_json?id=rgb-matrix and https://github.com/qmk/qmk_firmware/pull/22798
I'm adding the following to the config:
{
"rgb_matrix": {
"sleep": true
},
"usb": {
"polling_interval": 1
}
}
Edit: for clarity, I'm using this with the 5075S VIA
variant (link to akko's product page), which came pre-flashed with some sort of QMK; I'm not sure if regular 5075/5075B/plus/etc are compatible, I believe that's a question for @jonylee1986
I just received this keyboard and I've compiled and flashed this without any issues. Everything works perfectly :). Thanks a lot everyone. 👌👌
As of August 26, 2024, qmk/qmk_firmware
is no longer accepting VIA-enabled keymaps as these have now transitioned to a repository under the VIA team's control.
As you've submitted a PR containing via
or VIA-enabled keymap(s), this is your notice that they should be removed from this PR. You should now submit a secondary PR to the VIA QMK Userspace repository with your associated via
or VIA-enabled keymaps instead.