summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/satisfaction75
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-05 08:12:37 +0000
committerGitHub <noreply@github.com>2022-11-05 08:12:37 +0000
commita070c4c50134cf274a674ee73227289fde81b8ed (patch)
treee0c72f5c4932909784cb3f668571d94c7ca57365 /keyboards/cannonkeys/satisfaction75
parent54682f961e5d4eb1ea66aaec36303800842b7fc3 (diff)
Remove hardcoded VIA keycode range (#18956)
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75')
-rw-r--r--keyboards/cannonkeys/satisfaction75/satisfaction75.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction75.h b/keyboards/cannonkeys/satisfaction75/satisfaction75.h
index c6dbc31f1b..ea71345a38 100644
--- a/keyboards/cannonkeys/satisfaction75/satisfaction75.h
+++ b/keyboards/cannonkeys/satisfaction75/satisfaction75.h
@@ -25,7 +25,7 @@ typedef union {
// Start these at the USER code range in VIA
enum my_keycodes {
- ENC_PRESS = 0x5F80,
+ ENC_PRESS = USER00,
CLOCK_SET,
OLED_TOGG
};