-
-
Notifications
You must be signed in to change notification settings - Fork 39.2k
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
Add logic for AT90USBxx7 where needed #10203
Conversation
Issue here. if you set the MCU to the xxx7 variant, it won't compile because of the Specifically, thi issue is in <avr/iousbxx6_7.h>, line 733 (at least for 8.4.0. The at90usbxxx6 has The fix would be to change the RESET keycode name. And would absolutely be a breaking change |
65a692b
to
39f52ba
Compare
* 'master' of https://github.com/qmk/qmk_firmware: (3643 commits) Swapparoo of bottom row keys (qmk#10277) [Keyboard] Add PloopyCo devices (qmk#7935) Keyboard update: SL40 (qmk#10445) [keyboard] Add SP-111 support (qmk#10193) Add logic for AT90USBxx7 where needed (qmk#10203) Trifecta Keymap [Docs] Wording & formatting changes in the Tapping Force Hold section of the Tap Hold page + removed trailing whitespaces (qmk#10391) `setrgb()`: Use arrow operator (qmk#10451) [Keyboard] add Percent Canoe Gen2 (qmk#10344) [Keyboard] add hannah65 by Team Mechlovin (qmk#10284) Fix Belgian sendstring properly (qmk#10444) Add VIA support for lazydesigners/the30 (qmk#10374) [Keyboard] add duckboard by doodboard (qmk#10318) Fix Belgian sendstring file (qmk#10443) [Keyboard] added Bolsa65 keyboard by FJLabs (qmk#10394) CLI/Doctor: Print QMK_HOME (qmk#10398) Add Wyvern Keyboard (qmk#10378) Adding Bear 65 Ergo Keyboard To QMK (qmk#10384) VIA Support: Gray Studio HB85 (qmk#10329) format code according to conventions [skip ci] ...
Description
Setting
MCU = at90usb647
or1287
would fail to compile, because there were no checks in mcu_selection.mk, bootloader.mk, and a few other places, that would catch it.The xx7 parts seem to be essentially identical to the xx6, however they also have the ability to act as a USB host. I don't think you can be in both modes at the same time though, but QMK doesn't have any host-mode capability anyway.
Types of Changes
Issues Fixed or Closed by This PR
Checklist