Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-15 | feat: allows to take over the rgb leds and light them individually from raw hid | Florian Didron | |
2023-01-03 | fix: explicitely import string.h in the oryx protocol files (#365) | Florian Didron | |
2022-07-12 | fix: limit pairing key candidates to [a-Z][0-9] | Florian Didron | |
2022-06-23 | fix: adds slight delay before firing a layer change event over hid | Florian Didron | |
2022-06-22 | fix: pairing crash on Ergodox | Florian Didron | |
2022-06-21 | feat: adds layer switch command | Florian Didron | |
2022-06-03 | hfix: read existing pairing code from eeprom | Florian Didron | |
2022-05-31 | Reimplements Oryx's live training over raw hid (#345) | Florian Didron | |
* feat: initial commit, random pairing sequence generation, host - board pairing handshakes * feat: reimplements ory's live training over raw hid * feat: adds planck / ergodox support * chore: some code styling fixes * fix: build smoke tests * fix: code lint * fix: disable console / command on moonlander, fixes build ci test * fix: code lint * fix: remove unused define(MATRIX_SIZE) | |||
2022-03-25 | Re-add webusb key | Drashna Jael're | |
2020-02-26 | fix: remove oryx live training boolean assignment | Florian | |
2020-02-26 | Fix Live Training bug | Drashna Jael're | |
Forget to check if the firmware is actually paired | |||
2020-02-26 | Fix function call | Drashna Jael're | |
2020-02-26 | Cleanup magic number and functions | Drashna Jael're | |
2020-02-26 | Add firmware ID check | Drashna Jael're | |
2020-02-26 | Move webusb pairing key back into quantum | Drashna Jael're | |
2020-02-26 | Make Dynamic Keymaps optional for Oryx | Drashna Jael're | |
2020-02-26 | Disable live training if other webusb commands are sent | Drashna Jael're | |
2020-02-26 | Add EEPROM reset functionality | Drashna Jael're | |
2020-02-26 | Implement core communication | Drashna Jael're | |
2020-02-26 | Add Dynamic Keymap and other webUSB commands | Drashna Jael're | |
2020-02-26 | Add toggle for live training | Drashna Jael're | |
2020-02-26 | Start moving code out of webusb and to Oryx feature | Drashna Jael're | |