diff options
| author | Drashna Jaelre | 2022-11-15 07:44:09 +0100 |
|---|---|---|
| committer | GitHub | 2022-11-15 07:44:09 +0100 |
| commit | 1a3f2130d5feeeccada90ebb1d96cde5232459e0 (patch) | |
| tree | 0ac250121d202a39d58145d507040ee2b5a15346 /data/mappings/info_rules.hjson | |
| parent | 05540eb6681dab073f61a7d81e4e36e426e8a1aa (diff) | |
Revert "Add pointing device support to data driven config (#18215)" (#19063)
Diffstat (limited to 'data/mappings/info_rules.hjson')
| -rw-r--r-- | data/mappings/info_rules.hjson | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson index 2cc465f30d..2f8656c4bf 100644 --- a/data/mappings/info_rules.hjson +++ b/data/mappings/info_rules.hjson @@ -36,8 +36,6 @@ "PS2_ENABLE": {"info_key": "ps2.enabled", "value_type": "bool"}, "PS2_MOUSE_ENABLE": {"info_key": "ps2.mouse_enabled", "value_type": "bool"}, "PS2_DRIVER": {"info_key": "ps2.driver"}, - "POINTING_DEVICE_ENABLE": {"info_key": "pointing_device.enabled", "value_type": "bool"}, - "POINTING_DEVICE_DRIVER": {"info_key": "pointing_device.driver"}, // Items we want flagged in lint "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, |