index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
oryx.c
Age
Commit message (
Expand
)
Author
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
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
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