2021-11-28 20:26:22 -08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <dt-bindings/zmk/keys.h>
|
|
|
|
|
|
|
|
/ {
|
2023-04-22 21:25:56 -07:00
|
|
|
behaviors {
|
2023-11-17 22:47:01 -08:00
|
|
|
/omit-if-no-ref/ key_repeat: key_repeat {
|
2023-04-22 21:25:56 -07:00
|
|
|
compatible = "zmk,behavior-key-repeat";
|
|
|
|
#binding-cells = <0>;
|
|
|
|
usage-pages = <HID_USAGE_KEY>;
|
|
|
|
};
|
|
|
|
};
|
2021-11-28 20:26:22 -08:00
|
|
|
};
|
|
|
|
|