diff options
Diffstat (limited to 'keyboards/subrezon')
-rw-r--r-- | keyboards/subrezon/la_nc/config.h | 6 | ||||
-rw-r--r-- | keyboards/subrezon/la_nc/info.json | 5 | ||||
-rw-r--r-- | keyboards/subrezon/la_nc/readme.md | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/subrezon/la_nc/config.h b/keyboards/subrezon/la_nc/config.h index 6d5aad031a..3cd6391e16 100644 --- a/keyboards/subrezon/la_nc/config.h +++ b/keyboards/subrezon/la_nc/config.h @@ -5,11 +5,6 @@ #include "config_common.h" -// USB device parameters -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1A7C -#define DEVICE_VER 0x0100 - // key matrix #define MATRIX_ROWS 6 #define MATRIX_ROW_PINS {D3, F4, D2, B2, B5, B6} @@ -17,7 +12,6 @@ #define MATRIX_COLS 10 #define MATRIX_COL_PINS {B3, B1, F7, F6, F5, D4, C6, D7, E6, B4} -#define UNUSED_PINS #define DIODE_DIRECTION COL2ROW #define DEBOUNCE 5 diff --git a/keyboards/subrezon/la_nc/info.json b/keyboards/subrezon/la_nc/info.json index d668d94b4b..f6ba95e261 100644 --- a/keyboards/subrezon/la_nc/info.json +++ b/keyboards/subrezon/la_nc/info.json @@ -1,6 +1,11 @@ { "keyboard_name": "la_nc", "url": "https://github.com/subrezon/la_nc", + "usb": { + "vid": "0xFEED", + "pid": "0x1A7C", + "device_version": "1.0.0" + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/subrezon/la_nc/readme.md b/keyboards/subrezon/la_nc/readme.md index 26a7b4d79a..7031b941fb 100644 --- a/keyboards/subrezon/la_nc/readme.md +++ b/keyboards/subrezon/la_nc/readme.md @@ -24,4 +24,4 @@ Enter the bootloader in 3 ways: * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **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 |