Keybow 2040: modifying the layers code with shortcuts

the way the 15 layers example is set up by default each command type (keypress, write, media command, etc) is assigned to a whole layer, and that layer can only use that one type of command. and actually only the first 4 layers are even assigned. the code that handles that is the second to last block in the 15 layers example file.

simple edits to that block will allow you to assign the various HID commands to different layers.
ETA: A reference for the HID commands can be found here

A more complex solution that allows arbitrary HID commands on any layer (and stacking multiple and/or different commands) can be found here

1 Like