https://github.com/simmsb/keyboard_fsm
Name WIP, some keyboard state machine thing
https://github.com/simmsb/keyboard_fsm
Last synced: about 2 months ago
JSON representation
Name WIP, some keyboard state machine thing
- Host: GitHub
- URL: https://github.com/simmsb/keyboard_fsm
- Owner: simmsb
- License: mit
- Created: 2022-05-03T00:46:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T02:00:37.000Z (about 4 years ago)
- Last Synced: 2025-04-22T00:03:16.866Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keyboard FSM stuff
Ideally this'll be some no_std FSM library for handling the state of a keyboard.
My main goals are for supporting layers, [mod
taps](https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap.md)
and[combos](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md)