mirror of https://github.com/zmkfirmware/zmk.git
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
/*
|
|
* Copyright (c) 2024 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <input/processors/scaler.dtsi>
|
|
#include <input/processors/code_mapper.dtsi>
|
|
#include <input/processors/transform.dtsi>
|
|
#include <input/processors/temp_layer.dtsi>
|
|
#include <input/processors/behaviors.dtsi> |