Various improvements for the AnnePro2 (#16579)
This commit is contained in:
parent
6ab5a7d048
commit
dc67fd9b87
19 changed files with 526 additions and 304 deletions
|
@ -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 = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue