diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-31 00:09:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 00:09:47 -0400 |
commit | 2d31e1d05f737ebf8df2c5261912fe79b56a63c3 (patch) | |
tree | 2f32805fffdb24b5806cdf37af762fee221e27c5 /app/include/dt-bindings | |
parent | 3c958e62079059c375b86e29f66137a74c3b36c8 (diff) | |
parent | 821f0540711158985eb38b360b1f1b422408ca31 (diff) |
Merge pull request #269 from joelspadin/endpoint-selection
feat: only send HID reports to one endpoint
Diffstat (limited to 'app/include/dt-bindings')
-rw-r--r-- | app/include/dt-bindings/zmk/outputs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/include/dt-bindings/zmk/outputs.h b/app/include/dt-bindings/zmk/outputs.h new file mode 100644 index 0000000..f24380f --- /dev/null +++ b/app/include/dt-bindings/zmk/outputs.h @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#define OUT_TOG 0 +#define OUT_USB 1 +#define OUT_BLE 2
\ No newline at end of file |