profuct id defined at microcontroller level

This commit is contained in:
Alin M Elena 2021-03-30 13:36:45 +01:00
parent 4635228c42
commit e1564c84c5
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
#define VENDOR_ID 0xBABA
#define PRODUCT_ID 0x6060
#define MANUFACTURER m65
#define PRODUCT keyboard

View File

@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define DEVICE_VER 0x0001
#define PRODUCT_ID 0x6060
#define LED_NUM_LOCK_PIN B12
#define LED_CAPS_LOCK_PIN B13