You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: Add ATmega328 and ATtiny85 to supported CPUs (qmk#9371)
* CLI: Add ATmega328 to supported CPUs
Support for ATmega328 was added in qmk#9043.
* Update lib/python/qmk/constants.py
Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defin…
…ed (qmk#9296)
* init
* add RETRO_TAP; tap anyway after TAP_TERM, if no interruption
* RETRO_TAP works for other types of taps
* revert to upstream/master
* explain this fork in readme
* use one readme.md file instaed
* fix the error if NO_ACTION_ONESHOT is defined
* restore readme.md to upstream master
Co-authored-by: Tsan-Kuang Lee <tsan.kuang.lee@gmail.com>
Fixed slave-side keyboard half unresponsiveness (qmk#9360)
* Fixed slave-side keyboard half unresponsiveness
due to how LUFA handles USB_Disable()
* changes to formatting
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>