summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes_legacy.h
blob: ed9455ee74f4fcc770af10d407bcc9c63be08836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

// clang-format off

// Deprecated Quantum keycodes

#define RESET        QK_BOOTLOADER
#define DEBUG        QK_DEBUG_TOGGLE
#define GRAVE_ESC    QK_GRAVE_ESCAPE
#define EEPROM_RESET QK_CLEAR_EEPROM

#define KC_GESC QK_GRAVE_ESCAPE
#define EEP_RST QK_CLEAR_EEPROM