diff options
Diffstat (limited to 'keyboards/keychron/q1_pro/info.json')
-rw-r--r-- | keyboards/keychron/q1_pro/info.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/keychron/q1_pro/info.json b/keyboards/keychron/q1_pro/info.json index bb1a34b25a..865117691a 100644 --- a/keyboards/keychron/q1_pro/info.json +++ b/keyboards/keychron/q1_pro/info.json @@ -3,11 +3,6 @@ "manufacturer": "Keychron", "url": "https://github.com/Keychron", "maintainer": "lokher", - "encoder": { - "rotary": [ - {"pin_a": "A10", "pin_b": "A0", "resolution": 4} - ] - }, "processor": "STM32L432", "bootloader": "stm32-dfu", "usb": { @@ -32,7 +27,13 @@ "matrix_pins": { "rows": ["B5", "B4", "B3", "A15", "A14", "A13"], "cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null], - "custom_lite": true + "custom": true, + "custom_lite": true + }, + "encoder": { + "rotary": [ + {"pin_a": "A10", "pin_b": "A0", "resolution": 4} + ] }, "rgb_matrix": { "driver": "CKLED2001", @@ -60,4 +61,4 @@ "solid_splash": true } } -}
\ No newline at end of file +} |