Browse Source

Remove full bootmagic config (#17702)

pull/17684/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
c3f1ba7dd1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1 additions and 38 deletions
  1. +0
    -6
      keyboards/handwired/promethium/keymaps/priyadi/config.h
  2. +1
    -3
      keyboards/keebio/nyquist/keymaps/danielhklein/config.h
  3. +0
    -4
      keyboards/kprepublic/bm40hsrgb/keymaps/gabustoledo/config.h
  4. +0
    -4
      keyboards/kprepublic/bm40hsrgb/keymaps/signynt/config.h
  5. +0
    -4
      keyboards/kprepublic/bm40hsrgb/keymaps/signynt_2_loud/config.h
  6. +0
    -4
      keyboards/kprepublic/bm40hsrgb/keymaps/signynt_2_quiet/config.h
  7. +0
    -1
      keyboards/kprepublic/jj50/keymaps/archetype/config.h
  8. +0
    -6
      keyboards/planck/keymaps/priyadi/config.h
  9. +0
    -4
      users/talljoe/config.h
  10. +0
    -2
      users/tominabox1/config.h

+ 0
- 6
keyboards/handwired/promethium/keymaps/priyadi/config.h View File

@ -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


+ 1
- 3
keyboards/keebio/nyquist/keymaps/danielhklein/config.h View File

@ -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"


+ 0
- 4
keyboards/kprepublic/bm40hsrgb/keymaps/gabustoledo/config.h View File

@ -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


+ 0
- 4
keyboards/kprepublic/bm40hsrgb/keymaps/signynt/config.h View File

@ -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


+ 0
- 4
keyboards/kprepublic/bm40hsrgb/keymaps/signynt_2_loud/config.h View File

@ -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


+ 0
- 4
keyboards/kprepublic/bm40hsrgb/keymaps/signynt_2_quiet/config.h View File

@ -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


+ 0
- 1
keyboards/kprepublic/jj50/keymaps/archetype/config.h View File

@ -7,4 +7,3 @@
#define NO_AUTO_SHIFT_ALPHA
#define TAPPING_TERM 150
#define TAPPING_TERM_PER_KEY
//#define BOOTMAGIC_KEY_SALT KC_LCTL

+ 0
- 6
keyboards/planck/keymaps/priyadi/config.h View File

@ -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


+ 0
- 4
users/talljoe/config.h View File

@ -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

+ 0
- 2
users/tominabox1/config.h View File

@ -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"


Loading…
Cancel
Save