]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum_keycodes.h
Add EEPROM_RESET keycode to core code (#4234)
[qmk_firmware.git] / quantum / quantum_keycodes.h
index 53fece21cce2eb7d9917af5e6200c6510eceb64a..14f8c2b812a9d99d4e9b15cdb815dd75f72e3e5b 100644 (file)
@@ -454,6 +454,8 @@ enum quantum_keycodes {
     TERM_OFF,
 #endif
 
+    EEPROM_RESET,
+
     // always leave at the end
     SAFE_RANGE
 };
@@ -569,6 +571,8 @@ enum quantum_keycodes {
 
 #define KC_GESC GRAVE_ESC
 
+#define EEP_RST EEPROM_RESET
+
 #define CK_TOGG CLICKY_TOGGLE
 #define CK_RST CLICKY_RESET
 #define CK_UP CLICKY_UP