Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove full bootmagic config from user files #17702

Merged
merged 1 commit into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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