summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/2x1800/2019/2019.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-02-28 11:22:29 +1100
committerNick Brassel <nick@tzarc.org>2023-02-28 11:22:29 +1100
commitbacec14073b2e897d5a52caf12de5a6a1f7b4078 (patch)
treed4e3e57aac1a829a191831efd2e62c8a43217885 /keyboards/clueboard/2x1800/2019/2019.h
parentd70e9b8659a7fbbd7069fd542bd07e67e04327a1 (diff)
parentb865b9e1706ad28ae4882bd2e0331e98808295fa (diff)
Merge remote-tracking branch 'upstream/develop'
Diffstat (limited to 'keyboards/clueboard/2x1800/2019/2019.h')
-rw-r--r--keyboards/clueboard/2x1800/2019/2019.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/clueboard/2x1800/2019/2019.h b/keyboards/clueboard/2x1800/2019/2019.h
index 5debfacc5d..c5869ff66f 100644
--- a/keyboards/clueboard/2x1800/2019/2019.h
+++ b/keyboards/clueboard/2x1800/2019/2019.h
@@ -18,16 +18,12 @@
#include "quantum.h"
enum TWOx1800_keycodes {
- ENC_BTN1 = SAFE_RANGE,
+ ENC_BTN1 = QK_KB_0,
ENC_BTN2,
ENC_BTN3,
ENC_BTN4,
- NEW_SAFE_RANGE
};
-#undef SAFE_RANGE
-#define SAFE_RANGE NEW_SAFE_RANGE
-
// Encoder update function that returns true/false
bool encoder_update_keymap(uint8_t index, bool clockwise);