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