halconf rename and matching QK_USER in daisy_v2.c

This commit is contained in:
Blake Drayson 2024-10-15 14:00:55 +01:00
parent aedf860574
commit 7bf782d9d6
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ The pixel graphics used here are from a combination of sources;
#include "daisy_v2.h" #include "daisy_v2.h"
enum my_keycodes { enum my_keycodes {
ENCODER_PRESS = QK_KB, ENCODER_PRESS = QK_USER,
}; };
void board_init(void) { void board_init(void) {