https://github.com/girishji/iqmk
Improved QMK keyboard firmware.
https://github.com/girishji/iqmk
Last synced: 3 months ago
JSON representation
Improved QMK keyboard firmware.
- Host: GitHub
- URL: https://github.com/girishji/iqmk
- Owner: girishji
- License: gpl-2.0
- Created: 2023-11-15T13:46:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:55:43.000Z (over 1 year ago)
- Last Synced: 2025-01-12T06:10:49.138Z (5 months ago)
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iQMK
Clean, lean, reliable keyboard firmare adapted from [qmk](https://github.com/qmk/qmk_firmware) and ported to pico, xxx. It is built using modern cmake after removing qmk's notorious middleware and other gunk.
It designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events being deferred and then handled in the non-ISR task function.
This is WIP. Come back later.