summaryrefslogtreecommitdiff
path: root/app/include/zmk/endpoints.h
AgeCommit message (Collapse)Author
2020-10-28feat(endpoints): add preferred endpoint settingJoel Spadin
Added a new setting to remember the user's preferred endpoint. When both USB and BLE are connected, the preferred endpoint will be used. Added a new behavior to control this setting. It supports commands: &end END_USB - Prefer USB output &end END_BLE - Prefer BLE output &end END_TOG - Toggle between USB and BLE
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-22Fix consumer keys w/ refactored behaviors.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson