osiweb / unified_retro_keyboard

Project to provide keyboard replacements for various classic computers, as well as classic ASCII keyboard
94 stars 12 forks source link

Virtual LED and output layer #3

Closed dfnr2 closed 4 years ago

dfnr2 commented 4 years ago

Add a layer to map "virtual LEDs" and "virtual outputs" referenced by the keymaps and also by certain code (capslock, shiftlock) to real LEDs and outputs. This permits different keymaps to assigne different functions to LEDs and outputs, for example, moving the CAPSLOCK LED, or assigning different output functions to an output line, without having to hard-code special functions for every scenario.

dfnr2 commented 4 years ago

Done.