device-automation-bus / dab-adapter-rs

Apache License 2.0
2 stars 8 forks source link

feat: Adding support to read keycode input from user file #23

Closed liginPunoose closed 11 months ago

liginPunoose commented 11 months ago

What

Adding support to read keys from json file and insert/overwrite on top of existing keycodes .

Why

Currently the keycodes are hardcoded in interface.rs, adding support for user to add platform specific keycodes

How

Added support to add user specific keycodes, read from the file and populate (insert/overwrite) keycode hashmap