|
# Copyright (c) 2024, The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Input Processor for scaling values
|
|
|
|
compatible: "zmk,input-processor-scaler"
|
|
|
|
include: ip_two_param.yaml
|
|
|
|
properties:
|
|
type:
|
|
type: int
|
|
required: true
|
|
codes:
|
|
type: array
|
|
required: true
|