Skip to content

Commit

Permalink
Remove full bootmagic config (qmk#17702)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and nolanseaton committed Jan 23, 2023
1 parent 3f2b411 commit e5fda8d
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 38 deletions.
6 changes: 0 additions & 6 deletions keyboards/handwired/promethium/keymaps/priyadi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

#define PRIYADI_PROMETHIUM

/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC

/* skip bootmagic and eeconfig */
#define BOOTMAGIC_KEY_SKIP KC_SPACE

#define RGBSPS_ENABLE
#define RGBSPS_DEMO_ENABLE

Expand Down
4 changes: 1 addition & 3 deletions keyboards/keebio/nyquist/keymaps/danielhklein/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once

#define TAPPING_TERM 150
#define USE_SERIAL
#define EE_HANDS
#define BOOTMAGIC_KEY_SALT KC_ENT


#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"
Expand Down
4 changes: 0 additions & 4 deletions keyboards/kprepublic/bm40hsrgb/keymaps/gabustoledo/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@

#define RGBLIGHT_LIMIT_VAL 10

//bootmagic
#define BOOTMAGIC_KEY_SALT KC_V
#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_Q

#ifdef RGB_MATRIX_ENABLE

# undef ENABLE_RGB_MATRIX_ALPHAS_MODS
Expand Down
4 changes: 0 additions & 4 deletions keyboards/kprepublic/bm40hsrgb/keymaps/signynt/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
//#define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
#define RGBLIGHT_LIMIT_VAL 10

//bootmagic
#define BOOTMAGIC_KEY_SALT KC_V
#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_Q

#ifdef RGB_MATRIX_ENABLE

#define TAPPING_TERM 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
//#define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
#define RGBLIGHT_LIMIT_VAL 10

//bootmagic
#define BOOTMAGIC_KEY_SALT KC_V
#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_Q

#ifdef RGB_MATRIX_ENABLE

#define TAPPING_TERM 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
//#define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
#define RGBLIGHT_LIMIT_VAL 10

//bootmagic
#define BOOTMAGIC_KEY_SALT KC_V
#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_Q

#ifdef RGB_MATRIX_ENABLE

#define TAPPING_TERM 200
Expand Down
1 change: 0 additions & 1 deletion keyboards/kprepublic/jj50/keymaps/archetype/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
#define NO_AUTO_SHIFT_ALPHA
#define TAPPING_TERM 150
#define TAPPING_TERM_PER_KEY
//#define BOOTMAGIC_KEY_SALT KC_LCTL
6 changes: 0 additions & 6 deletions keyboards/planck/keymaps/priyadi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

#define PRIYADI_PLANCK

/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC

/* skip bootmagic and eeconfig */
#define BOOTMAGIC_KEY_SKIP KC_SPACE

#define UNICODE_TYPE_DELAY 0

#define LAYOUT_DVORAK
Expand Down
4 changes: 0 additions & 4 deletions users/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions users/tominabox1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5fda8d

Please sign in to comment.