summaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index c60ec22d8b..e7dc71e5d7 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -381,13 +381,13 @@ bool process_record_quantum(keyrecord_t *record) {
return false;
#endif
#ifdef BLUETOOTH_ENABLE
- case OUT_AUTO:
+ case QK_OUTPUT_AUTO:
set_output(OUTPUT_AUTO);
return false;
- case OUT_USB:
+ case QK_OUTPUT_USB:
set_output(OUTPUT_USB);
return false;
- case OUT_BT:
+ case QK_OUTPUT_BLUETOOTH:
set_output(OUTPUT_BLUETOOTH);
return false;
#endif