-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix problem that Chidori is not recognized by host computer. #17882
Conversation
Would you be able to provide some context as to what issues you were having, and how you have discovered these changes? |
@keyboard-magpie I have not been following QMK updates for a while, so I checked the code in the latest the repository and noticed that usbconfig.h has been consolidate. The consolidated usbconfig.h defined default values that were not defined in Chidori's old usbconfig.h, so I defined values to cancel them. Hope this answers your question. |
Thanks. I will try this on some of my VUSB boards I have here (although I personally have not had issues with recent QMK code). From running this past @zvecr briefly a concern may be how USB_COUNT_SOF interacts with suspend. |
@keyboard-magpie for what it's worth, my mate who had recently built a chidori found that latest on master showed this issue of not enumerating as a USB device. I have that chidori with me at the moment for testing and have been able to reliably reproduce this issue which is then fixed with this patch. interestingly enough though, i've not really experienced this issue on my one other keyboard running V-USB, a plaid. this said it is known to sometimes not be recognised by the host machine when plugged in so maybe this is the cause for that? |
* master: (28 commits) [Docs] Extract 'Layer Change Code' and EEPROM (qmk#18174) Add home row modifiers to dshields keymaps. (qmk#18376) Reduce charue/sunsetter_r2 firmware size (qmk#18378) Add encoder map to BDN9 VIA keymap (qmk#18388) FIx ARRAYSIZE def and Murphpad string array (qmk#18392) Fixup axon40 lint. (qmk#18409) [keyboard] kbdfans/kbd75rgb info.json fix (qmk#18391) Bump anothrNick/github-tag-action from 1.45.0 to 1.46.0 (qmk#18386) Quark revision - rotary encoder and 7u support (qmk#17664) Initial support for Tetromino added (qmk#18341) Add ability to remove temporary files during multibuild. (qmk#18381) Fix handwired/swiftrax/bumblebee layout macro (qmk#18377) [Keyboard] Add pi40 (qmk#18207) [Keyboard] Removal of deprecated defines in IDOBAO keyboards (qmk#18358) Fix problem that Chidori is not recognized by host computer. (qmk#17882) [Keyboard] Add a new keyboard 'plum47' (qmk#18359) [Docs] RESET -> QK_BOOT (qmk#18365) Remove `RESET` keycodes from fjlabs keyboards (qmk#18364) [Keyboard] Add Vector PCB (qmk#17380) [Keyboard] Add Calice (qmk#17929) ...
* upstream/master: (319 commits) Fix handwired/swiftrax/bumblebee layout macro (qmk#18377) [Keyboard] Add pi40 (qmk#18207) [Keyboard] Removal of deprecated defines in IDOBAO keyboards (qmk#18358) Fix problem that Chidori is not recognized by host computer. (qmk#17882) [Keyboard] Add a new keyboard 'plum47' (qmk#18359) [Docs] RESET -> QK_BOOT (qmk#18365) Remove `RESET` keycodes from fjlabs keyboards (qmk#18364) [Keyboard] Add Vector PCB (qmk#17380) [Keyboard] Add Calice (qmk#17929) GeonWorks Frog Mini Soldered Layout Rework (qmk#18308) [Keyboard] Add skmt/15k keyboard (qmk#18321) [Keyboard] Replace Nayeon ATmega32u4 config with RP2040 (qmk#18265) Bump anothrNick/github-tag-action from 1.42.0 to 1.45.0 (qmk#18355) fix: Remove TERM_ON/TERM_OFF from my keymap (qmk#18354) Bump anothrNick/github-tag-action from 1.39.0 to 1.42.0 (qmk#18344) Fix keyboard_name for Unicomp Classic/Ultra Classic keyboards (qmk#18327) Add EM.8 keyboard (qmk#18328) fixed missing x coordinate on spacebar (qmk#18330) GMMK2: Fix 'ISO' within product name (qmk#18322) Added gmmk v2 p65 keyboard. (qmk#18185) ...
Description
Added USB-related definitions to config.h that were changed by consolidated usbconfig.h.
Types of Changes
Checklist