diff options
Diffstat (limited to 'keyboards/paprikman/albacore')
-rw-r--r-- | keyboards/paprikman/albacore/config.h | 7 | ||||
-rw-r--r-- | keyboards/paprikman/albacore/info.json | 6 | ||||
-rw-r--r-- | keyboards/paprikman/albacore/readme.md | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/paprikman/albacore/config.h b/keyboards/paprikman/albacore/config.h index 37a211726e..862f82ea54 100644 --- a/keyboards/paprikman/albacore/config.h +++ b/keyboards/paprikman/albacore/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x736D -#define PRODUCT_ID 0x000A -#define DEVICE_VER 0x0001 -#define MANUFACTURER paprikman -#define PRODUCT Albacore - /* key matrix size */ #define MATRIX_ROWS 2 #define MATRIX_COLS 4 diff --git a/keyboards/paprikman/albacore/info.json b/keyboards/paprikman/albacore/info.json index 494f228a32..5761467ac6 100644 --- a/keyboards/paprikman/albacore/info.json +++ b/keyboards/paprikman/albacore/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Albacore", + "manufacturer": "paprikman", "url": "https://github.com/paprikman/qmk_firmware/tree/master/keyboards/paprikman/albacore", "maintainer": "paprikman", + "usb": { + "vid": "0x736D", + "pid": "0x000A", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/paprikman/albacore/readme.md b/keyboards/paprikman/albacore/readme.md index 57c113d42b..b8dacee6d7 100644 --- a/keyboards/paprikman/albacore/readme.md +++ b/keyboards/paprikman/albacore/readme.md @@ -21,6 +21,6 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to ## Bootloader There are several ways to enter the bootloader: -* **Using keycode**: Press the `RESET` key (if mapped) +* **Using keycode**: Press the `QK_BOOT` key (if mapped) * **Bootmagic reset**: Hold the left bottom key (default mod key) and plug the usb cable * **Physical reset**: In the top right corner of the bottom part of the pcb you will find two pads. Shorten them with tweezers and plug the usb cable, then release. It is also possible to shorten these pads while the macropad is already connected (shorten and hold for a couple of seconds, then release). |