val = int(1)
Results
2
comments of
val = int(1)
Can confirm with a G513 keyboard. When running the following command `g513-led -g numeric 000000` the whole numpad (including the dot key) turns off, but while running these commands `g513-led...
I figured out why it doesn't work. [This line](https://github.com/MatMoul/g810-led/blob/master/src/helpers/utils.cpp#L178) checks for `num_period` and `numperiod`, even though [--help-keys](https://github.com/MatMoul/g810-led/blob/master/src/helpers/help.cpp#L226) specifies `num_dot` and `numdot`. Using the former keywords works for me, I've also...