You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
570 B

  1. #pragma once
  2. // clang-format off
  3. // Deprecated Quantum keycodes
  4. #define RESET QK_BOOTLOADER
  5. #define DEBUG QK_DEBUG_TOGGLE
  6. #define GRAVE_ESC QK_GRAVE_ESCAPE
  7. #define EEPROM_RESET QK_CLEAR_EEPROM
  8. #define KC_GESC QK_GRAVE_ESCAPE
  9. #define EEP_RST QK_CLEAR_EEPROM
  10. #define TERM_ON _Static_assert(false, "The Terminal feature has been removed from QMK. Please remove use of TERM_ON/TERM_OFF from your keymap.")
  11. #define TERM_OFF _Static_assert(false, "The Terminal feature has been removed from QMK.. Please remove use of TERM_ON/TERM_OFF from your keymap.")