A lot of users just use my library, it’s got thousands of customizable styles you can generate and ensures all necessary layers for a full blade style are included. It does all the heavy lifting for you.
https://www.fett263.com/fett263-proffieOS7-style-library.html#fett263
I’m actually watching your video right now on how to use the editor. I was able to find another one that didn’t keep crashing. I will check out your library right now.
For info, since you are using a zero button setup, there is one prop in ProffieOS that has code for a zero button setup:
saber_shtok_buttons.h
The official version of that file is very old (OS5.9 or before) but you can find an updated unofficial version here: (It should work with OS7.x but it will probably require modifications if you want to use it with OS8.x)
Scroll down to Files for download, click on Latest “saber_shtok_buttons.h” prop …
You would use it like this in your config above:
replace this:
// ================== PROP ==================
#endif
with this:
#endif
// ================== PROP ==================
#ifdef CONFIG_PROP
#include "../props/saber_shtok_buttons.h"
#endif
To know how to operate this prop, open it in a text editor to read the instructions at the top, the “0 BUTTONS:” section.
This would allow you to use “normal” blade styles that don’t need all the codes to operate your saber.
The regular “saber” prop also supports zero buttons, but with a lot less functionality.
1 Like