diff options
author | Pascal Pfeil <pfeilpascal@outlook.de> | 2021-01-08 23:16:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 22:16:21 +0000 |
commit | 1be7485fa4d757ffef19611fc7ec04176280571c (patch) | |
tree | b46be0ce7cf0cdc486b0ea3570a17afdbabd31af /keyboards/lfkeyboards/lfkpad/config.h | |
parent | 19e2bb272ebb0035165d77f0bb3a9828bc6526c1 (diff) | |
download | qmk_firmware-1be7485fa4d757ffef19611fc7ec04176280571c.tar.gz qmk_firmware-1be7485fa4d757ffef19611fc7ec04176280571c.zip |
VIA Support: LFKPad (#11461)
* VIA Support: LFKPad
* Condense two mostly redundant rules.mk files
* Set BOOTMAGIC_ENABLE to lite as advised by VIA tutorial
Diffstat (limited to 'keyboards/lfkeyboards/lfkpad/config.h')
-rw-r--r-- | keyboards/lfkeyboards/lfkpad/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lfkeyboards/lfkpad/config.h b/keyboards/lfkeyboards/lfkpad/config.h index 05de35c0a7..a705e1c651 100644 --- a/keyboards/lfkeyboards/lfkpad/config.h +++ b/keyboards/lfkeyboards/lfkpad/config.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define VENDOR_ID 0x4C46 // LF +#define PRODUCT_ID 0x3231 // 21 #define DEVICE_VER 0x0001 #define MANUFACTURER LFKeyboards #define PRODUCT LFKPad 21 |