|
/*
|
|
* Copyright (c) 2024 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
|
|
|
/ {
|
|
/omit-if-no-ref/ zip_temp_layer: zip_temp_layer {
|
|
compatible = "zmk,input-processor-temp-layer";
|
|
#input-processor-cells = <2>;
|
|
};
|
|
}; |