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
I created a bootloader for my keyboard: DAGK 6064. It works and after reboot the keyboard stops at bootloader. But after I flashed a customized qmk firmware at offset 0x200, the keyboard still stoped at bootloader.
I have updated SN32F240B.ld with content:
flash0 (rx) : org = 0x00000200, len = 64k - 0x200
Before I changed size of my firmware, it works well (of course, I flashed it at 0x000 offset).
I created a bootloader for my keyboard: DAGK 6064. It works and after reboot the keyboard stops at bootloader. But after I flashed a customized qmk firmware at offset 0x200, the keyboard still stoped at bootloader.
I have updated SN32F240B.ld with content:
Before I changed size of my firmware, it works well (of course, I flashed it at 0x000 offset).
My code changes for the new keyboard
The text was updated successfully, but these errors were encountered: