diff options
author | Joel Challis <git@zvecr.com> | 2023-09-25 17:48:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 17:48:10 +0100 |
commit | 339bff63393cda8bd6e8358e09d04b50ff9ac010 (patch) | |
tree | 8a60fa247a3e4c87bad50bec32725e27f66c0bd7 /quantum/eeconfig.h | |
parent | 1052c03a5b15b09e0925c918812452cdd0c6d413 (diff) |
Move velocikey to within rgblight (#22123)
Diffstat (limited to 'quantum/eeconfig.h')
-rw-r--r-- | quantum/eeconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/eeconfig.h b/quantum/eeconfig.h index 85e80226b6..34d85cb91e 100644 --- a/quantum/eeconfig.h +++ b/quantum/eeconfig.h @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define EECONFIG_HANDEDNESS (uint8_t *)14 #define EECONFIG_KEYBOARD (uint32_t *)15 #define EECONFIG_USER (uint32_t *)19 -#define EECONFIG_VELOCIKEY (uint8_t *)23 +#define EECONFIG_UNUSED (uint8_t *)23 // Mutually exclusive #define EECONFIG_LED_MATRIX (uint32_t *)24 #define EECONFIG_RGB_MATRIX (uint64_t *)24 |