diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-25 16:02:54 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-25 16:02:54 +0200 |
commit | 6afdd9d74da250e47ac64d6690bd19d037045e99 (patch) | |
tree | 661f6cfb244c02bcd1fbfe8fb9b2bd9242a91394 /keyboards/synthlabs/solo | |
parent | 93a55e61b59d20f7cd842cce02e5b18a63a23612 (diff) | |
parent | 1bdf4cdc22ae57d111efb2f7d71e405e5c7b3f11 (diff) | |
download | qmk_firmware-6afdd9d74da250e47ac64d6690bd19d037045e99.tar.gz qmk_firmware-6afdd9d74da250e47ac64d6690bd19d037045e99.zip |
Merge branch 'master' into taamas
Diffstat (limited to 'keyboards/synthlabs/solo')
-rw-r--r-- | keyboards/synthlabs/solo/config.h | 6 | ||||
-rw-r--r-- | keyboards/synthlabs/solo/info.json | 5 | ||||
-rw-r--r-- | keyboards/synthlabs/solo/readme.md | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/keyboards/synthlabs/solo/config.h b/keyboards/synthlabs/solo/config.h index 02fbd7abe0..112d12d1ee 100644 --- a/keyboards/synthlabs/solo/config.h +++ b/keyboards/synthlabs/solo/config.h @@ -5,10 +5,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define MANUFACTURER Synth Labs -#define PRODUCT Solo - #define ENCODERS 1 #define ENCODER_RESOLUTION 4 #define ENCODERS_PAD_A { B2 } @@ -20,8 +16,6 @@ #define MATRIX_ROWS 3 #define MATRIX_COLS 7 -#define QMK_KEYS_PER_SCAN 17 - /* * Force NKRO * diff --git a/keyboards/synthlabs/solo/info.json b/keyboards/synthlabs/solo/info.json index 18a144a8b3..3fd7b1b8f3 100644 --- a/keyboards/synthlabs/solo/info.json +++ b/keyboards/synthlabs/solo/info.json @@ -1,5 +1,6 @@ { - "keyboard_name": "Synth Labs Solo", + "keyboard_name": "Solo", + "manufacturer": "Synth Labs", "url": "http://solo.synthlabs.io", "maintainer": "hongaaronc", "bootloader": "atmel-dfu", @@ -15,7 +16,7 @@ "usb": { "vid": "0x534E", "pid": "0x3031", - "device_ver": "0x0001" + "device_version": "0.0.1" }, "layouts": { "LAYOUT": { diff --git a/keyboards/synthlabs/solo/readme.md b/keyboards/synthlabs/solo/readme.md index 204bc3857f..4e911cecc0 100644 --- a/keyboards/synthlabs/solo/readme.md +++ b/keyboards/synthlabs/solo/readme.md @@ -24,5 +24,5 @@ Enter the bootloader in 3 ways: * **Bootmagic reset**: Hold down the key at (1,1) in the matrix (the rotary encoder button) and plug in the keyboard * **Physical reset button**: Briefly press the button on the back of the PCB -* **Keycode in layout**: Press the key mapped to `RESET` if it is available +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available * |