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
Hi, I would like to change the FN layout. I've downloaded the firmware, and the IDE/compiler shown on the website F&Q. However, it is still unclear to me how I can change the layout and save it to the keyboard.
Is there more detailed instruction available that I can follow? Thank you so much!
The text was updated successfully, but these errors were encountered:
albert-ying
changed the title
Detailed instruction on building firmware
Detailed instruction on modifying layout
Oct 14, 2022
We use HIDBootloader provided by Microchip to update the firmware.
Please refer to the bottom of the "Downloads" page for the instruction: https://www.esrille.com/keyboard/support.html
Hi, I would like to change the FN layout. I've downloaded the firmware, and the IDE/compiler shown on the website F&Q. However, it is still unclear to me how I can change the layout and save it to the keyboard.
Is there more detailed instruction available that I can follow? Thank you so much!
Hi Albert,
There are two steps to customize the firmware. One is at the above link -- download the appropriate version of HIDBootloader as explained. The other step is here: https://www.esrille.com/keyboard/faq.html
(Get the IDE in order to compile the project files into a new firmware file)
I made a spreadsheet that has the keyboard's visual layout but then also generates the text of the array (to modify in KeyboardCommon.c per the dev instructions). In case you hadn't figured it out already, I've attached it. If there are different key codes you want to put in the FN layer, please refer to keyboard.h .
Hi, I would like to change the FN layout. I've downloaded the firmware, and the IDE/compiler shown on the website F&Q. However, it is still unclear to me how I can change the layout and save it to the keyboard.
Is there more detailed instruction available that I can follow? Thank you so much!
The text was updated successfully, but these errors were encountered: