mirror of https://github.com/zmkfirmware/zmk.git
17 lines
325 B
YAML
17 lines
325 B
YAML
# Copyright (c) 2024, The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Input Processor for remapping certain input codes to other codes
|
|
|
|
compatible: "zmk,input-processor-code-mapper"
|
|
|
|
include: ip_zero_param.yaml
|
|
|
|
properties:
|
|
type:
|
|
type: int
|
|
required: true
|
|
map:
|
|
type: array
|
|
required: true
|