summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-11-14 22:44:09 -0800
committerGitHub <noreply@github.com>2022-11-15 17:44:09 +1100
commit1a3f2130d5feeeccada90ebb1d96cde5232459e0 (patch)
tree0ac250121d202a39d58145d507040ee2b5a15346 /data/schemas
parent05540eb6681dab073f61a7d81e4e36e426e8a1aa (diff)
Revert "Add pointing device support to data driven config (#18215)" (#19063)
Diffstat (limited to 'data/schemas')
-rw-r--r--data/schemas/keyboard.jsonschema62
1 files changed, 0 insertions, 62 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 353d9469d1..daf54141a8 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -363,48 +363,6 @@
}
}
},
- "pointing_device": {
- "type": "object",
- "properties": {
- "enabled": {"type": "boolean"},
- "driver": {"type": "string"},
- "auto_mouse": {
- "type": "object",
- "properties": {
- "enabled": {"type": "boolean"},
- "default_layer": {"type": "qmk.definitions.v1#/unsigned_int_8"},
- "time": {"type": "qmk.definitions.v1#/unsigned_int"},
- "delay": {"type": "qmk.definitions.v1#/unsigned_int"},
- "debounce": {"type": "qmk.definitions.v1#/unsigned_int"}
- }
- }
- "pins": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "motion": {"$ref": "qmk.definitions.v1#/mcu_pin"},
- "cs": {"$ref": "qmk.definitions.v1#/mcu_pin"},
- "sdio": {"$ref": "qmk.definitions.v1#/mcu_pin"},
- "sclk": {"$ref": "qmk.definitions.v1#/mcu_pin"}
- }
- },
- "throttle": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
- "invert_x": {"type": "boolean"},
- "invert_y": {"type": "boolean"},
- "gestures": {
- "type": "object",
- "properties": {
- "cursor_glide": {"type": "boolean"},
- "scroll": {"type": "boolean"}
- }
- },
- "rotation": {
- "type": "integer",
- "minimum": 0,
- "enum": [0, 90, 180, 270]
- }
- }
- },
"rgb_matrix": {
"type": "object",
"properties": {
@@ -586,25 +544,6 @@
"type": "string",
"enum": ["eeprom", "left", "matrix_grid", "pin", "right"]
},
- "pointing_device": {
- "right": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "side": {
- "type": "string",
- "enum": ["left", "right", "combined"]
- },
- "invert_x": {"type": "boolean"},
- "invert_y": {"type": "boolean"},
- "rotation": {
- "type": "integer",
- "minimum": 0,
- "enum": [0, 90, 180, 270]
- }
- }
- }
- },
"soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
"soft_serial_speed": {
"type": "integer",
@@ -621,7 +560,6 @@
},
"sync_matrix_state": {"type": "boolean"},
"sync_modifiers": {"type": "boolean"},
- "sync_pointing": {"type": "boolean"},
"watchdog": {"type": "boolean"},
"watchdog_timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"}
}