qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

add 5075 keyboard.

Open jonylee1986 opened this issue 1 year ago • 12 comments

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).

jonylee1986 avatar Apr 25 '23 07:04 jonylee1986

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. 🙂

adophoxia avatar Apr 25 '23 15:04 adophoxia

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?

adophoxia avatar Apr 26 '23 02:04 adophoxia

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

jonylee1986 avatar Apr 26 '23 02:04 jonylee1986

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.

github-actions[bot] avatar Aug 09 '23 01:08 github-actions[bot]

Just for your information, I just tested this firmware with my Akko 5075 and it worked.

felipecrp avatar Sep 24 '23 14:09 felipecrp

bump

S-Mann avatar Jan 11 '24 09:01 S-Mann

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.

imnewTUS avatar Mar 12 '24 19:03 imnewTUS

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

jonylee1986 avatar Mar 18 '24 09:03 jonylee1986

is missing stuff ? or can it be used ?

NicolaiVdS avatar Apr 09 '24 12:04 NicolaiVdS

@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.

r-nov avatar Apr 12 '24 08:04 r-nov

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 in config.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

mjbogusz avatar Apr 12 '24 17:04 mjbogusz

I just received this keyboard and I've compiled and flashed this without any issues. Everything works perfectly :). Thanks a lot everyone. 👌👌

PepinoGz avatar Apr 30 '24 17:04 PepinoGz