Various improvements for the AnnePro2 (#16579)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "pin_defs.h"
|
||||
#include "config_led.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xfeed
|
||||
|
@@ -3,7 +3,9 @@ SRC = \
|
||||
matrix.c \
|
||||
annepro2_ble.c \
|
||||
ap2_led.c \
|
||||
protocol.c
|
||||
protocol.c \
|
||||
rgb_driver.c \
|
||||
config_led.c
|
||||
|
||||
# MCU
|
||||
MCU = cortex-m0plus
|
||||
@@ -24,6 +26,7 @@ NKRO_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
KEY_LOCK_ENABLE = no
|
||||
LAYOUTS = 60_ansi
|
||||
|
||||
# Other featues
|
||||
BOOTMAGIC_ENABLE = yes
|
||||
|
Reference in New Issue
Block a user