Various improvements for the AnnePro2 (#16579)

This commit is contained in:
jpe230
2022-03-08 23:49:29 -06:00
committed by GitHub
parent 6ab5a7d048
commit dc67fd9b87
19 changed files with 526 additions and 304 deletions

View File

@@ -18,6 +18,7 @@
#pragma once
#include "pin_defs.h"
#include "config_led.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xfeed

View File

@@ -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