1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = yes