summaryrefslogtreecommitdiff
path: root/keyboards/phoenix/phoenix.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-17 12:27:34 +0000
committerGitHub <noreply@github.com>2024-02-17 12:27:34 +0000
commite2dbe39b9475b0d46702e5a32432cb248d72290c (patch)
tree0703d8929f4119bd99a6abe6875736a6d4e1f038 /keyboards/phoenix/phoenix.c
parent538333571754c3cbeec92bc793b1b8023744cbbd (diff)
Removal of bootmagic lite terminology (#22979)
Diffstat (limited to 'keyboards/phoenix/phoenix.c')
-rw-r--r--keyboards/phoenix/phoenix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/phoenix/phoenix.c b/keyboards/phoenix/phoenix.c
index 706a65b4de..e870f987f4 100644
--- a/keyboards/phoenix/phoenix.c
+++ b/keyboards/phoenix/phoenix.c
@@ -2,7 +2,7 @@
#include "usb_main.h"
#include "phoenix.h"
-void bootmagic_lite(void) {
+void bootmagic_scan(void) {
matrix_scan();
wait_ms(5);
matrix_scan();