【IC】Roselle Evolution:Feel the extraordinary touch of the Roselle V2
Since we launched Roselle switch, it has always been loved by a large number of enthusiasts, due to its unique material and touch. In order to repay the love of fans, we decided to do a upgrade version of Roselle. However, when it comes to product upgrades, it is not easy! Product upgrades is a complex process, involving market research, design, development, testing and other links, but I am a person who particularly love to toss, so after half a year of continuous adjustment and transformation of the mold, lubing technology upgrade and test, so there is the Roselle V2. If you want to know what changes we have made, please don't miss the following: 1. 【RGB diffuser】Make every breath of the keyboard full of charm In the world of keyboard, the combination of light and force can always create infinite possibilities, so we added a transverse RGB diffuser in Roselle V2. This RGB diffuser design, can provide better light brightness and uniformity, bring a clearer and...
Nov 24, 2024
Once you're happy with the layout you can save a JSON file and compile a hex file on the website, and upload it into the keyboard using dfu programmer. You'll be able to access 80% of the features of QMK this way.
Most atmega based boards have a programming switch or keyboard combo, that put the board in programming mode. You can tell because the USB device will change from a keyboard hid device to a atmega32u4.
The steps are:
1. Put board in programming mode 2. Erase - the utility won't program a chip unless it has been erased first 3. Program - send the hex file to keeb 4. Reset - reboot board back into keyboard mode 5. Profit
Once you get comfortable with QMK, you can try using the C based tools and cross compiling more advanced features into the hex file, but if you just want to move a few keys around, the web based tool is more than good enough.
Vol control is super easy, a lot of boards put those on a second layer reachable by holding the FN key, but since this is your keyboard feel free to reverse this and make them dedicated with insert and delete on layer 1.