diff options
author | Joel Challis <git@zvecr.com> | 2022-07-19 02:28:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 02:28:23 +0100 |
commit | c3f1ba7dd1673e28c852303c58eec876d38b6fed (patch) | |
tree | 81f6115e029bd3bf857e609c9d9454dda119632e /users | |
parent | eabbc04213c0c1236bb67c8e6eced46a8ccd87fb (diff) | |
download | qmk_firmware-c3f1ba7dd1673e28c852303c58eec876d38b6fed.tar.gz qmk_firmware-c3f1ba7dd1673e28c852303c58eec876d38b6fed.zip |
Remove full bootmagic config (#17702)
Diffstat (limited to 'users')
-rw-r--r-- | users/talljoe/config.h | 4 | ||||
-rw-r--r-- | users/tominabox1/config.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/users/talljoe/config.h b/users/talljoe/config.h index 8a5fd50cb7..dcdbbd89f4 100644 --- a/users/talljoe/config.h +++ b/users/talljoe/config.h @@ -19,9 +19,5 @@ #define RESET_LAYER 15 -#define BOOTMAGIC_KEY_SALT KC_ESC -#define BOOTMAGIC_KEY_SKIP KC_I -#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_E - #define COMBO_COUNT 2 #define COMBO_TERM 250 diff --git a/users/tominabox1/config.h b/users/tominabox1/config.h index 4a2433eb0b..f853e18605 100644 --- a/users/tominabox1/config.h +++ b/users/tominabox1/config.h @@ -3,8 +3,6 @@ // Tapping term settings #define TAPPING_TERM_PER_KEY #define TAP_HOLD_CAPS_DELAY 350 -#define BOOTMAGIC_KEY_SALT KC_BSPACE -#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_Q // OLED settings #define OLED_FONT_H "users/tominabox1/doug.c" |