Releases: JanLunge/pog
v0.8.0 Release - everything is python?
pog now only touches your python code once, after that everything will get generated from the pog helper on the kmk firmware and load all variables from the json file which is the only thing (with the keymap.py) pog will write to after the setup
this update somehow does not work with modules... but you can hardcode the other files to still use the coordmapping and use the keymap generator as pog will not touch any other file than the keymap
v0.6.8 Simplified split support
now you can enable the split flag to generate keymaps that include the other split half
v0.6.5 More Platforms to support + Manual Mode
with manual mode pog will only write to the keymap.py file
v0.6.0 Release - Direct Pin wiring
This release includes new features:
- Direct Pin wiring support
- better display for key codes
- now using kb.py and customkeys.py to split up code
- you can set custom keycodes in customkeys.py and pog will not touch them, so feel free to go crazy in the file
- simple support for tapdance, simple_key_sequence and send_strings
v0.5.0 Rewrite Release
The Complete tool just got rewritten for more stability, It's still at an early stage so expect bugs but feel free to report any problems