diff options
| author | Joel Challis | 2023-02-22 23:49:07 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-22 23:49:07 +0100 |
| commit | 961f0b7b2de54f988daf4ce7b791f91a33e55612 (patch) | |
| tree | a96aecd70d8f1341c81dc12d79cbb59a94803241 /users/drashna/keyrecords | |
| parent | ea772468650f7c79a9919a4770d371839985bef0 (diff) | |
Reallocate SAFE_RANGE (#19909)
Diffstat (limited to 'users/drashna/keyrecords')
| -rw-r--r-- | users/drashna/keyrecords/process_records.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/users/drashna/keyrecords/process_records.h b/users/drashna/keyrecords/process_records.h index 0acd7e010d..5c8fe889e4 100644 --- a/users/drashna/keyrecords/process_records.h +++ b/users/drashna/keyrecords/process_records.h @@ -4,16 +4,8 @@ #pragma once #include "drashna.h" -#if defined(KEYBOARD_handwired_tractyl_manuform) && defined(POINTING_DEVICE_ENABLE) -# define PLACEHOLDER_SAFE_RANGE KEYMAP_SAFE_RANGE -#elif defined(KEYBOARD_bastardkb_charybdis) -# define PLACEHOLDER_SAFE_RANGE CHARYBDIS_SAFE_RANGE -#else -# define PLACEHOLDER_SAFE_RANGE SAFE_RANGE -#endif - enum userspace_custom_keycodes { - VRSN = PLACEHOLDER_SAFE_RANGE, // Prints QMK Firmware and board info + VRSN = SAFE_RANGE, // Prints QMK Firmware and board info KC_QWERTY, // Sets default layer to QWERTY FIRST_DEFAULT_LAYER_KEYCODE = KC_QWERTY, // Sets default layer to QWERTY KC_COLEMAK_DH, // Sets default layer to COLEMAK |