Skip to content

Releases: JanLunge/pog

v0.8.0 Release - everything is python?

28 Feb 22:13
Compare
Choose a tag to compare

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

25 Feb 10:53
Compare
Choose a tag to compare

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

24 Feb 10:44
Compare
Choose a tag to compare

with manual mode pog will only write to the keymap.py file

v0.6.0 Release - Direct Pin wiring

23 Feb 17:46
Compare
Choose a tag to compare

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

18 Feb 23:40
Compare
Choose a tag to compare

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