mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 14:42:03 +00:00
profuct id defined at microcontroller level
This commit is contained in:
parent
4635228c42
commit
e1564c84c5
@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#include "config_common.h"
|
#include "config_common.h"
|
||||||
|
|
||||||
#define VENDOR_ID 0xBABA
|
#define VENDOR_ID 0xBABA
|
||||||
#define PRODUCT_ID 0x6060
|
|
||||||
#define MANUFACTURER m65
|
#define MANUFACTURER m65
|
||||||
#define PRODUCT keyboard
|
#define PRODUCT keyboard
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
|
#define PRODUCT_ID 0x6060
|
||||||
|
|
||||||
#define LED_NUM_LOCK_PIN B12
|
#define LED_NUM_LOCK_PIN B12
|
||||||
#define LED_CAPS_LOCK_PIN B13
|
#define LED_CAPS_LOCK_PIN B13
|
||||||
|
Loading…
Reference in New Issue
Block a user