adds support for sending MIDI notes across 10 octaves adds support for sending MIDI control change codes adds MIDI behavior documentation
14 lines
No EOL
264 B
Text
14 lines
No EOL
264 B
Text
/*
|
|
* Copyright (c) 2024 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ midi: midi_key_press {
|
|
compatible = "zmk,behavior-midi-key-press";
|
|
#binding-cells = <1>;
|
|
};
|
|
};
|
|
}; |