aboutsummaryrefslogtreecommitdiff
path: root/quantum/config_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index f981f3f8c..4cfd74b0f 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -21,7 +21,7 @@
21#define ROW2COL 1 21#define ROW2COL 1
22 22
23// useful for direct pin mapping 23// useful for direct pin mapping
24#define NO_PIN (~0) 24#define NO_PIN (pin_t)(~0)
25 25
26#ifdef __AVR__ 26#ifdef __AVR__
27# ifndef __ASSEMBLER__ 27# ifndef __ASSEMBLER__