mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 03:51:15 +00:00
annepro2: rename file
This commit is contained in:
parent
af30f799d6
commit
6f89eeea6b
@ -18,7 +18,7 @@
|
|||||||
#include "annepro2.h"
|
#include "annepro2.h"
|
||||||
#include "annepro2_ble.h"
|
#include "annepro2_ble.h"
|
||||||
#include "spi_master.h"
|
#include "spi_master.h"
|
||||||
#include "qmk_ap2_led.h"
|
#include "ap2_led.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
|
|
||||||
static const SerialConfig ledUartInitConfig = {
|
static const SerialConfig ledUartInitConfig = {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "qmk_ap2_led.h"
|
#include "ap2_led.h"
|
||||||
|
|
||||||
typedef struct __attribute__((__packed__)) {
|
typedef struct __attribute__((__packed__)) {
|
||||||
uint8_t _dummy[10];
|
uint8_t _dummy[10];
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "annepro2.h"
|
#include "annepro2.h"
|
||||||
#include "qmk_ap2_led.h"
|
#include "ap2_led.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
|
|
||||||
annepro2Led_t ledMask[KEY_COUNT];
|
annepro2Led_t ledMask[KEY_COUNT];
|
@ -3,7 +3,7 @@ SRC = \
|
|||||||
matrix.c \
|
matrix.c \
|
||||||
hardfault_handler.c \
|
hardfault_handler.c \
|
||||||
annepro2_ble.c \
|
annepro2_ble.c \
|
||||||
qmk_ap2_led.c \
|
ap2_led.c \
|
||||||
protocol.c
|
protocol.c
|
||||||
|
|
||||||
# MCU
|
# MCU
|
||||||
|
@ -3,7 +3,7 @@ SRC = \
|
|||||||
matrix.c \
|
matrix.c \
|
||||||
hardfault_handler.c \
|
hardfault_handler.c \
|
||||||
annepro2_ble.c \
|
annepro2_ble.c \
|
||||||
qmk_ap2_led.c \
|
ap2_led.c \
|
||||||
protocol.c
|
protocol.c
|
||||||
|
|
||||||
# MCU
|
# MCU
|
||||||
|
Loading…
Reference in New Issue
Block a user