-
-
Notifications
You must be signed in to change notification settings - Fork 40.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
[Keyboard] Add yr6095 #18278
[Keyboard] Add yr6095 #18278
Conversation
@jiaxin96 This PR specifies the bootloader for the Would you please prepare a PR to add support for the new revision of YR6095 PCBs with the |
You can try to use the production branch of Y&R to build the firmware of YR6095 keyboard. Since the master branch of qmk upstream merged the uf2boot for stm32f103 just recently, and Y&R Studio used the modified uf2boot BootLoader of uf2boot for awhile now, so the code based on stm32duino was submitted to the master branch of QMK upstream first, and the precompiled Y&R uf2boot is here. |
@jiaxin96 Thanks for a fast answer. Are the sources of that modified uf2boot bootloader available somewhere? I poked at the 8 MHz version that I could run on a bluepill, and apparently that bootloader uses a different RAM location for the bootloader command ( Also apparently the only way to force entering the bootloader if some firmware is present in the flash is to set that |
Regarding the adjustment items of BL, you can look at this repo. yr6095 uses a 16mhz crystal oscillator, and you need to pay attention to this when compiling and flashing firmware. |
Description
Add yr6095 keyboard.
Types of Changes
Issues Fixed or Closed by This PR
Checklist