diff options
Diffstat (limited to 'keyboards/handwired')
42 files changed, 0 insertions, 246 deletions
diff --git a/keyboards/handwired/108key_trackpoint/config.h b/keyboards/handwired/108key_trackpoint/config.h index 7a63fe262..a773a72b1 100644 --- a/keyboards/handwired/108key_trackpoint/config.h +++ b/keyboards/handwired/108key_trackpoint/config.h | |||
| @@ -65,9 +65,3 @@ | |||
| 65 | 65 | ||
| 66 | #define LOCKING_SUPPORT_ENABLE | 66 | #define LOCKING_SUPPORT_ENABLE |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | |||
| 69 | /* key combination for commkand */ | ||
| 70 | #define IS_COMMAND() ( \ | ||
| 71 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 72 | ) | ||
| 73 | |||
diff --git a/keyboards/handwired/arrow_pad/config.h b/keyboards/handwired/arrow_pad/config.h index 3d8d8709a..1ae3d21c4 100644 --- a/keyboards/handwired/arrow_pad/config.h +++ b/keyboards/handwired/arrow_pad/config.h | |||
| @@ -98,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 98 | * | 98 | * |
| 99 | */ | 99 | */ |
| 100 | 100 | ||
| 101 | /* key combination for magic key command */ | ||
| 102 | #define IS_COMMAND() ( \ | ||
| 103 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 104 | ) | ||
| 105 | |||
| 106 | /* control how magic key switches layers */ | 101 | /* control how magic key switches layers */ |
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/arrow_pad/keymaps/pad_21/config.h b/keyboards/handwired/arrow_pad/keymaps/pad_21/config.h index a095e8737..9b6ecfaa3 100644 --- a/keyboards/handwired/arrow_pad/keymaps/pad_21/config.h +++ b/keyboards/handwired/arrow_pad/keymaps/pad_21/config.h | |||
| @@ -96,11 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 96 | * | 96 | * |
| 97 | */ | 97 | */ |
| 98 | 98 | ||
| 99 | /* key combination for magic key command */ | ||
| 100 | #define IS_COMMAND() ( \ | ||
| 101 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 102 | ) | ||
| 103 | |||
| 104 | /* control how magic key switches layers */ | 99 | /* control how magic key switches layers */ |
| 105 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 100 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 106 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/arrow_pad/keymaps/pad_24/config.h b/keyboards/handwired/arrow_pad/keymaps/pad_24/config.h index e940acaa0..db89e4b84 100644 --- a/keyboards/handwired/arrow_pad/keymaps/pad_24/config.h +++ b/keyboards/handwired/arrow_pad/keymaps/pad_24/config.h | |||
| @@ -98,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 98 | * | 98 | * |
| 99 | */ | 99 | */ |
| 100 | 100 | ||
| 101 | /* key combination for magic key command */ | ||
| 102 | #define IS_COMMAND() ( \ | ||
| 103 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 104 | ) | ||
| 105 | |||
| 106 | /* control how magic key switches layers */ | 101 | /* control how magic key switches layers */ |
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/atreus50/config.h b/keyboards/handwired/atreus50/config.h index 2e34e0f89..4cdc7ed12 100644 --- a/keyboards/handwired/atreus50/config.h +++ b/keyboards/handwired/atreus50/config.h | |||
| @@ -44,7 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | // #define BACKLIGHT_BREATHING | 44 | // #define BACKLIGHT_BREATHING |
| 45 | // #define BACKLIGHT_LEVELS 3 | 45 | // #define BACKLIGHT_LEVELS 3 |
| 46 | 46 | ||
| 47 | |||
| 48 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 47 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 49 | #define DEBOUNCING_DELAY 5 | 48 | #define DEBOUNCING_DELAY 5 |
| 50 | 49 | ||
| @@ -58,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 57 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 58 | #define LOCKING_RESYNC_ENABLE |
| 60 | 59 | ||
| 61 | |||
| 62 | /* ws2812 RGB LED */ | 60 | /* ws2812 RGB LED */ |
| 63 | #define RGB_DI_PIN C6 | 61 | #define RGB_DI_PIN C6 |
| 64 | #define RGBLIGHT_ANIMATIONS | 62 | #define RGBLIGHT_ANIMATIONS |
| @@ -67,7 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | #define RGBLIGHT_SAT_STEP 17 | 65 | #define RGBLIGHT_SAT_STEP 17 |
| 68 | #define RGBLIGHT_VAL_STEP 17 | 66 | #define RGBLIGHT_VAL_STEP 17 |
| 69 | 67 | ||
| 70 | |||
| 71 | /* | 68 | /* |
| 72 | * Force NKRO | 69 | * Force NKRO |
| 73 | * | 70 | * |
| @@ -101,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 101 | * | 98 | * |
| 102 | */ | 99 | */ |
| 103 | 100 | ||
| 104 | /* key combination for magic key command */ | ||
| 105 | #define IS_COMMAND() ( \ | ||
| 106 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 107 | ) | ||
| 108 | |||
| 109 | /* control how magic key switches layers */ | 101 | /* control how magic key switches layers */ |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 111 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/bluepill/config.h b/keyboards/handwired/bluepill/config.h index aeab1808a..6d583b989 100644 --- a/keyboards/handwired/bluepill/config.h +++ b/keyboards/handwired/bluepill/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* Locking resynchronize hack */ | 29 | /* Locking resynchronize hack */ |
| 30 | //#define LOCKING_RESYNC_ENABLE | 30 | //#define LOCKING_RESYNC_ENABLE |
| 31 | 31 | ||
| 32 | /* key combination for command */ | ||
| 33 | #define IS_COMMAND() ( \ | ||
| 34 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 35 | ) | ||
| 36 | |||
| 37 | /* Backlighting include */ | 32 | /* Backlighting include */ |
| 38 | /*#define BACKLIGHT_PIN 19 | 33 | /*#define BACKLIGHT_PIN 19 |
| 39 | #define BACKLIGHT_LEVELS 5 | 34 | #define BACKLIGHT_LEVELS 5 |
diff --git a/keyboards/handwired/cmd60/config.h b/keyboards/handwired/cmd60/config.h index 27eb400b8..e95cac1e4 100644 --- a/keyboards/handwired/cmd60/config.h +++ b/keyboards/handwired/cmd60/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/dactyl_manuform/config.h b/keyboards/handwired/dactyl_manuform/config.h index 0e6f3f98e..5e7605d3a 100644 --- a/keyboards/handwired/dactyl_manuform/config.h +++ b/keyboards/handwired/dactyl_manuform/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* key combination for command */ | ||
| 50 | #define IS_COMMAND() ( \ | ||
| 51 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 52 | ) | ||
| 53 | |||
| 54 | /* Enables This makes it easier for fast typists to use dual-function keys */ | 49 | /* Enables This makes it easier for fast typists to use dual-function keys */ |
| 55 | #define PERMISSIVE_HOLD | 50 | #define PERMISSIVE_HOLD |
| 56 | 51 | ||
| @@ -59,7 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | 54 | ||
| 60 | #define RGBLED_NUM 12 // Number of LEDs | 55 | #define RGBLED_NUM 12 // Number of LEDs |
| 61 | 56 | ||
| 62 | |||
| 63 | /* | 57 | /* |
| 64 | * Feature disable options | 58 | * Feature disable options |
| 65 | * These options are also useful to firmware size reduction. | 59 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/datahand/config.h b/keyboards/handwired/datahand/config.h index 1ba8479f0..75d8372bf 100644 --- a/keyboards/handwired/datahand/config.h +++ b/keyboards/handwired/datahand/config.h | |||
| @@ -71,11 +71,6 @@ | |||
| 71 | * useful if your keyboard/keypad is missing keys and you want magic key support. | 71 | * useful if your keyboard/keypad is missing keys and you want magic key support. |
| 72 | */ | 72 | */ |
| 73 | 73 | ||
| 74 | /* key combination for magic key command */ | ||
| 75 | #define IS_COMMAND() ( \ | ||
| 76 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 77 | ) | ||
| 78 | |||
| 79 | /* | 74 | /* |
| 80 | * Command/Windows key option | 75 | * Command/Windows key option |
| 81 | * | 76 | * |
diff --git a/keyboards/handwired/downbubble/config.h b/keyboards/handwired/downbubble/config.h index 0da13a4b1..77e34ceab 100644 --- a/keyboards/handwired/downbubble/config.h +++ b/keyboards/handwired/downbubble/config.h | |||
| @@ -130,11 +130,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 130 | * | 130 | * |
| 131 | */ | 131 | */ |
| 132 | 132 | ||
| 133 | /* key combination for magic key command */ | ||
| 134 | #define IS_COMMAND() ( \ | ||
| 135 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 136 | ) | ||
| 137 | |||
| 138 | /* control how magic key switches layers */ | 133 | /* control how magic key switches layers */ |
| 139 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 134 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 135 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/fivethirteen/config.h b/keyboards/handwired/fivethirteen/config.h index 76596342b..685d421b1 100644 --- a/keyboards/handwired/fivethirteen/config.h +++ b/keyboards/handwired/fivethirteen/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/gamenum/config.h b/keyboards/handwired/gamenum/config.h index 6af876ab7..180b1b01a 100644 --- a/keyboards/handwired/gamenum/config.h +++ b/keyboards/handwired/gamenum/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/hexon38/config.h b/keyboards/handwired/hexon38/config.h index 23eb51e01..5453eda54 100644 --- a/keyboards/handwired/hexon38/config.h +++ b/keyboards/handwired/hexon38/config.h | |||
| @@ -33,12 +33,6 @@ | |||
| 33 | /* Set 0 if debouncing isn't needed */ | 33 | /* Set 0 if debouncing isn't needed */ |
| 34 | #define DEBOUNCING_DELAY 5 | 34 | #define DEBOUNCING_DELAY 5 |
| 35 | 35 | ||
| 36 | |||
| 37 | /* key combination for command */ | ||
| 38 | #define IS_COMMAND() ( \ | ||
| 39 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 40 | ) | ||
| 41 | |||
| 42 | #ifdef RGB_DI_PIN | 36 | #ifdef RGB_DI_PIN |
| 43 | #define RGBLIGHT_ANIMATIONS | 37 | #define RGBLIGHT_ANIMATIONS |
| 44 | #define RGBLED_NUM 0 | 38 | #define RGBLED_NUM 0 |
diff --git a/keyboards/handwired/ibm122m/config.h b/keyboards/handwired/ibm122m/config.h index 1c8e0587d..3986f0ded 100644 --- a/keyboards/handwired/ibm122m/config.h +++ b/keyboards/handwired/ibm122m/config.h | |||
| @@ -52,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | // #define BACKLIGHT_BREATHING | 52 | // #define BACKLIGHT_BREATHING |
| 53 | // #define BACKLIGHT_LEVELS 3 | 53 | // #define BACKLIGHT_LEVELS 3 |
| 54 | 54 | ||
| 55 | |||
| 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 55 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 57 | #define DEBOUNCING_DELAY 15 | 56 | #define DEBOUNCING_DELAY 15 |
| 58 | 57 | ||
| @@ -104,11 +103,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 104 | * | 103 | * |
| 105 | */ | 104 | */ |
| 106 | 105 | ||
| 107 | /* key combination for magic key command */ | ||
| 108 | #define IS_COMMAND() ( \ | ||
| 109 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 110 | ) | ||
| 111 | |||
| 112 | #define B6_AUDIO | 106 | #define B6_AUDIO |
| 113 | #define C6_AUDIO | 107 | #define C6_AUDIO |
| 114 | 108 | ||
diff --git a/keyboards/handwired/jn68m/config.h b/keyboards/handwired/jn68m/config.h index 22ab1158d..9cb001723 100644 --- a/keyboards/handwired/jn68m/config.h +++ b/keyboards/handwired/jn68m/config.h | |||
| @@ -47,8 +47,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | 47 | ||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | |||
| 51 | /* key combination for magic key command */ | ||
| 52 | #define IS_COMMAND() ( \ | ||
| 53 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 54 | ) | ||
diff --git a/keyboards/handwired/kbod/config.h b/keyboards/handwired/kbod/config.h index d3869f99e..8772ead3a 100644 --- a/keyboards/handwired/kbod/config.h +++ b/keyboards/handwired/kbod/config.h | |||
| @@ -52,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | // #define BACKLIGHT_BREATHING | 52 | // #define BACKLIGHT_BREATHING |
| 53 | // #define BACKLIGHT_LEVELS 3 | 53 | // #define BACKLIGHT_LEVELS 3 |
| 54 | 54 | ||
| 55 | |||
| 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 55 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 57 | #define DEBOUNCING_DELAY 5 | 56 | #define DEBOUNCING_DELAY 5 |
| 58 | 57 | ||
| @@ -99,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 99 | * | 98 | * |
| 100 | */ | 99 | */ |
| 101 | 100 | ||
| 102 | /* key combination for magic key command */ | ||
| 103 | #define IS_COMMAND() ( \ | ||
| 104 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 105 | ) | ||
| 106 | |||
| 107 | /* control how magic key switches layers */ | 101 | /* control how magic key switches layers */ |
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/maartenwut/config.h b/keyboards/handwired/maartenwut/config.h index 066f13856..b939fa1f6 100755 --- a/keyboards/handwired/maartenwut/config.h +++ b/keyboards/handwired/maartenwut/config.h | |||
| @@ -34,11 +34,6 @@ | |||
| 34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 35 | #define DEBOUNCING_DELAY 5 | 35 | #define DEBOUNCING_DELAY 5 |
| 36 | 36 | ||
| 37 | /* key combination for magic key command */ | ||
| 38 | #define IS_COMMAND() ( \ | ||
| 39 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 40 | ) | ||
| 41 | |||
| 42 | #define QMK_ESC_OUTPUT C6 // usually COL | 37 | #define QMK_ESC_OUTPUT C6 // usually COL |
| 43 | #define QMK_ESC_INPUT D0 // usually ROW | 38 | #define QMK_ESC_INPUT D0 // usually ROW |
| 44 | 39 | ||
diff --git a/keyboards/handwired/magicforce61/config.h b/keyboards/handwired/magicforce61/config.h index bb329541c..c6c689ab6 100644 --- a/keyboards/handwired/magicforce61/config.h +++ b/keyboards/handwired/magicforce61/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/magicforce68/config.h b/keyboards/handwired/magicforce68/config.h index 1e2b7d3e7..dc0a82c94 100644 --- a/keyboards/handwired/magicforce68/config.h +++ b/keyboards/handwired/magicforce68/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/minorca/config.h b/keyboards/handwired/minorca/config.h index 4cdafcbd2..c30d54db7 100644 --- a/keyboards/handwired/minorca/config.h +++ b/keyboards/handwired/minorca/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | /* key combination for command */ | ||
| 58 | #define IS_COMMAND() ( \ | ||
| 59 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 60 | ) | ||
| 61 | |||
| 62 | /* | 57 | /* |
| 63 | * Feature disable options | 58 | * Feature disable options |
| 64 | * These options are also useful to firmware size reduction. | 59 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/ms_sculpt_mobile/config.h b/keyboards/handwired/ms_sculpt_mobile/config.h index c3bdf333e..6739b44fc 100644 --- a/keyboards/handwired/ms_sculpt_mobile/config.h +++ b/keyboards/handwired/ms_sculpt_mobile/config.h | |||
| @@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0,E1,C1, C0, C3, C2, C5, C4,C7} | 46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0,E1,C1, C0, C3, C2, C5, C4,C7} |
| 47 | #define UNUSED_PINS { B6,B5,B4,B3,B2,B1,B0 } | 47 | #define UNUSED_PINS { B6,B5,B4,B3,B2,B1,B0 } |
| 48 | 48 | ||
| 49 | |||
| 50 | #endif | 49 | #endif |
| 51 | 50 | ||
| 52 | /* COL2ROW or ROW2COL */ | 51 | /* COL2ROW or ROW2COL */ |
| @@ -58,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | 57 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ |
| 59 | //#define MATRIX_HAS_GHOST | 58 | //#define MATRIX_HAS_GHOST |
| 60 | 59 | ||
| 61 | |||
| 62 | /* | 60 | /* |
| 63 | * Magic Key Options | 61 | * Magic Key Options |
| 64 | * | 62 | * |
| @@ -71,12 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 71 | * | 69 | * |
| 72 | */ | 70 | */ |
| 73 | 71 | ||
| 74 | /* key combination for magic key command */ | ||
| 75 | #define IS_COMMAND() ( \ | ||
| 76 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 77 | ) | ||
| 78 | |||
| 79 | |||
| 80 | /* | 72 | /* |
| 81 | * Feature disable options | 73 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/nicekey/config.h b/keyboards/handwired/nicekey/config.h index 652711be8..4af56cc52 100644 --- a/keyboards/handwired/nicekey/config.h +++ b/keyboards/handwired/nicekey/config.h | |||
| @@ -47,13 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* key combination for command */ | ||
| 51 | #define IS_COMMAND() ( \ | ||
| 52 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 53 | ) | ||
| 54 | |||
| 55 | |||
| 56 | |||
| 57 | /* | 50 | /* |
| 58 | * Feature disable options | 51 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 52 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/not_so_minidox/config.h b/keyboards/handwired/not_so_minidox/config.h index 3c0af7bf7..fc6068628 100644 --- a/keyboards/handwired/not_so_minidox/config.h +++ b/keyboards/handwired/not_so_minidox/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* key combination for command */ | ||
| 65 | #define IS_COMMAND() ( \ | ||
| 66 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 67 | ) | ||
| 68 | |||
| 69 | /* disable debug print */ | 64 | /* disable debug print */ |
| 70 | //#define NO_DEBUG | 65 | //#define NO_DEBUG |
| 71 | 66 | ||
| @@ -79,6 +74,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 79 | //#define NO_ACTION_MACRO | 74 | //#define NO_ACTION_MACRO |
| 80 | //#define NO_ACTION_FUNCTION | 75 | //#define NO_ACTION_FUNCTION |
| 81 | 76 | ||
| 82 | |||
| 83 | |||
| 84 | #endif | 77 | #endif |
diff --git a/keyboards/handwired/numbrero/config.h b/keyboards/handwired/numbrero/config.h index cbcb1d826..bb178bd22 100644 --- a/keyboards/handwired/numbrero/config.h +++ b/keyboards/handwired/numbrero/config.h | |||
| @@ -37,11 +37,6 @@ | |||
| 37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
| 38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
| 39 | 39 | ||
| 40 | /* key combination for command */ | ||
| 41 | #define IS_COMMAND() ( \ | ||
| 42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 43 | ) | ||
| 44 | |||
| 45 | #ifdef RGB_DI_PIN | 40 | #ifdef RGB_DI_PIN |
| 46 | #define RGBLIGHT_ANIMATIONS | 41 | #define RGBLIGHT_ANIMATIONS |
| 47 | #define RGBLED_NUM 5 | 42 | #define RGBLED_NUM 5 |
diff --git a/keyboards/handwired/numpad20/config.h b/keyboards/handwired/numpad20/config.h index 847f2111f..c597494c4 100644 --- a/keyboards/handwired/numpad20/config.h +++ b/keyboards/handwired/numpad20/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/onekey/config.h b/keyboards/handwired/onekey/config.h index c0a6b5839..4a3042eea 100644 --- a/keyboards/handwired/onekey/config.h +++ b/keyboards/handwired/onekey/config.h | |||
| @@ -47,13 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* key combination for command */ | ||
| 51 | #define IS_COMMAND() ( \ | ||
| 52 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 53 | ) | ||
| 54 | |||
| 55 | |||
| 56 | |||
| 57 | /* | 50 | /* |
| 58 | * Feature disable options | 51 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 52 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/ortho5x13/config.h b/keyboards/handwired/ortho5x13/config.h index f85159596..1e2128b65 100644 --- a/keyboards/handwired/ortho5x13/config.h +++ b/keyboards/handwired/ortho5x13/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/ortho60/config.h b/keyboards/handwired/ortho60/config.h index dd06f3f95..7234b54af 100644 --- a/keyboards/handwired/ortho60/config.h +++ b/keyboards/handwired/ortho60/config.h | |||
| @@ -48,13 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* key combination for command */ | ||
| 52 | #define IS_COMMAND() ( \ | ||
| 53 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 54 | ) | ||
| 55 | |||
| 56 | |||
| 57 | |||
| 58 | /* | 51 | /* |
| 59 | * Feature disable options | 52 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/pilcrow/config.h b/keyboards/handwired/pilcrow/config.h index d63eeba36..8f562de3b 100644 --- a/keyboards/handwired/pilcrow/config.h +++ b/keyboards/handwired/pilcrow/config.h | |||
| @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 59 | 58 | ||
| @@ -100,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 99 | * |
| 101 | */ | 100 | */ |
| 102 | 101 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/practice60/config.h b/keyboards/handwired/practice60/config.h index 31ddd77d1..648dd62ed 100644 --- a/keyboards/handwired/practice60/config.h +++ b/keyboards/handwired/practice60/config.h | |||
| @@ -48,13 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* key combination for command */ | ||
| 52 | #define IS_COMMAND() ( \ | ||
| 53 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 54 | ) | ||
| 55 | |||
| 56 | |||
| 57 | |||
| 58 | /* | 51 | /* |
| 59 | * Feature disable options | 52 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/prime_exl/config.h b/keyboards/handwired/prime_exl/config.h index e34fbb8cc..c5395dab4 100644 --- a/keyboards/handwired/prime_exl/config.h +++ b/keyboards/handwired/prime_exl/config.h | |||
| @@ -49,8 +49,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define LOCKING_SUPPORT_ENABLE | 49 | #define LOCKING_SUPPORT_ENABLE |
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | |||
| 53 | /* key combination for magic key command */ | ||
| 54 | #define IS_COMMAND() ( \ | ||
| 55 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 56 | ) | ||
diff --git a/keyboards/handwired/pteron/config.h b/keyboards/handwired/pteron/config.h index 9650839e3..d0b074c68 100644 --- a/keyboards/handwired/pteron/config.h +++ b/keyboards/handwired/pteron/config.h | |||
| @@ -25,10 +25,5 @@ | |||
| 25 | /* Set 0 if debouncing isn't needed */ | 25 | /* Set 0 if debouncing isn't needed */ |
| 26 | #define DEBOUNCING_DELAY 5 // 5 is default | 26 | #define DEBOUNCING_DELAY 5 // 5 is default |
| 27 | 27 | ||
| 28 | /* key combination for command */ | ||
| 29 | #define IS_COMMAND() ( \ | ||
| 30 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 31 | ) | ||
| 32 | |||
| 33 | /* prevent stuck modifiers */ | 28 | /* prevent stuck modifiers */ |
| 34 | #define PREVENT_STUCK_MODIFIERS | 29 | #define PREVENT_STUCK_MODIFIERS |
diff --git a/keyboards/handwired/qc60/config.h b/keyboards/handwired/qc60/config.h index 00d095ddf..aad1d64a0 100644 --- a/keyboards/handwired/qc60/config.h +++ b/keyboards/handwired/qc60/config.h | |||
| @@ -20,8 +20,3 @@ | |||
| 20 | 20 | ||
| 21 | /* serial.c configuration for split keyboard */ | 21 | /* serial.c configuration for split keyboard */ |
| 22 | #define SOFT_SERIAL_PIN D0 | 22 | #define SOFT_SERIAL_PIN D0 |
| 23 | |||
| 24 | /* key combination for command */ | ||
| 25 | #define IS_COMMAND() ( \ | ||
| 26 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 27 | ) | ||
diff --git a/keyboards/handwired/reddot/config.h b/keyboards/handwired/reddot/config.h index 15f114297..82fe01863 100755 --- a/keyboards/handwired/reddot/config.h +++ b/keyboards/handwired/reddot/config.h | |||
| @@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, C6, C7, D5, D4, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 } | 46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, C6, C7, D5, D4, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 } |
| 47 | #define UNUSED_PINS | 47 | #define UNUSED_PINS |
| 48 | 48 | ||
| 49 | |||
| 50 | /* COL2ROW or ROW2COL */ | 49 | /* COL2ROW or ROW2COL */ |
| 51 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
| 52 | 51 | ||
| @@ -54,14 +53,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
| 55 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
| 56 | 55 | ||
| 57 | |||
| 58 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 59 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
| 60 | 58 | ||
| 61 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | 59 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ |
| 62 | //#define MATRIX_HAS_GHOST | 60 | //#define MATRIX_HAS_GHOST |
| 63 | 61 | ||
| 64 | |||
| 65 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 62 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 66 | //#define LOCKING_SUPPORT_ENABLE | 63 | //#define LOCKING_SUPPORT_ENABLE |
| 67 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| @@ -100,11 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 97 | * |
| 101 | */ | 98 | */ |
| 102 | 99 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 100 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/retro_refit/config.h b/keyboards/handwired/retro_refit/config.h index f2194e550..34def3815 100644 --- a/keyboards/handwired/retro_refit/config.h +++ b/keyboards/handwired/retro_refit/config.h | |||
| @@ -54,7 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | |||
| 58 | /* Force NKRO Mode - If forced on, must be disabled via magic key (default = LShift+RShift+N) */ | 57 | /* Force NKRO Mode - If forced on, must be disabled via magic key (default = LShift+RShift+N) */ |
| 59 | #define FORCE_NKRO | 58 | #define FORCE_NKRO |
| 60 | 59 | ||
| @@ -64,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | * if your keyboard/keypad is missing keys and you want magic key support. | 63 | * if your keyboard/keypad is missing keys and you want magic key support. |
| 65 | */ | 64 | */ |
| 66 | 65 | ||
| 67 | /* key combination for magic key command */ | ||
| 68 | #define IS_COMMAND() ( \ | ||
| 69 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 70 | ) | ||
| 71 | |||
| 72 | /* control how magic key switches layers */ | 66 | /* control how magic key switches layers */ |
| 73 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 67 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 74 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 68 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/space_oddity/config.h b/keyboards/handwired/space_oddity/config.h index 46d854099..aae53e981 100644 --- a/keyboards/handwired/space_oddity/config.h +++ b/keyboards/handwired/space_oddity/config.h | |||
| @@ -44,11 +44,6 @@ | |||
| 44 | /* Locking resynchronize hack */ | 44 | /* Locking resynchronize hack */ |
| 45 | #define LOCKING_RESYNC_ENABLE | 45 | #define LOCKING_RESYNC_ENABLE |
| 46 | 46 | ||
| 47 | /* key combination for command */ | ||
| 48 | #define IS_COMMAND() ( \ | ||
| 49 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 50 | ) | ||
| 51 | |||
| 52 | #ifdef RGB_DI_PIN | 47 | #ifdef RGB_DI_PIN |
| 53 | #define RGBLIGHT_ANIMATIONS | 48 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 0 | 49 | #define RGBLED_NUM 0 |
diff --git a/keyboards/handwired/terminus_mini/config.h b/keyboards/handwired/terminus_mini/config.h index ef9a26a19..de146b225 100644 --- a/keyboards/handwired/terminus_mini/config.h +++ b/keyboards/handwired/terminus_mini/config.h | |||
| @@ -105,11 +105,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 105 | * | 105 | * |
| 106 | */ | 106 | */ |
| 107 | 107 | ||
| 108 | /* key combination for magic key command */ | ||
| 109 | #define IS_COMMAND() ( \ | ||
| 110 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 111 | ) | ||
| 112 | |||
| 113 | /* control how magic key switches layers */ | 108 | /* control how magic key switches layers */ |
| 114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 115 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/trackpoint/config.h b/keyboards/handwired/trackpoint/config.h index 7558c03bf..22ec75f76 100644 --- a/keyboards/handwired/trackpoint/config.h +++ b/keyboards/handwired/trackpoint/config.h | |||
| @@ -67,9 +67,4 @@ | |||
| 67 | #define LOCKING_SUPPORT_ENABLE | 67 | #define LOCKING_SUPPORT_ENABLE |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* key combination for command */ | ||
| 71 | #define IS_COMMAND() ( \ | ||
| 72 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 73 | ) | ||
| 74 | |||
| 75 | #endif | 70 | #endif |
diff --git a/keyboards/handwired/tradestation/config.h b/keyboards/handwired/tradestation/config.h index 346577a92..22650d2f1 100644 --- a/keyboards/handwired/tradestation/config.h +++ b/keyboards/handwired/tradestation/config.h | |||
| @@ -37,12 +37,6 @@ | |||
| 37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
| 38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
| 39 | 39 | ||
| 40 | /* key combination for command */ | ||
| 41 | #define IS_COMMAND() ( \ | ||
| 42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 43 | ) | ||
| 44 | |||
| 45 | |||
| 46 | #ifdef RGB_DI_PIN | 40 | #ifdef RGB_DI_PIN |
| 47 | #define RGBLIGHT_ANIMATIONS | 41 | #define RGBLIGHT_ANIMATIONS |
| 48 | #define RGBLED_NUM 5 | 42 | #define RGBLED_NUM 5 |
diff --git a/keyboards/handwired/traveller/config.h b/keyboards/handwired/traveller/config.h index 2b82da447..ccf214736 100644 --- a/keyboards/handwired/traveller/config.h +++ b/keyboards/handwired/traveller/config.h | |||
| @@ -55,7 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | #define RGBLIGHT_SAT_STEP 17 | 55 | #define RGBLIGHT_SAT_STEP 17 |
| 56 | #define RGBLIGHT_VAL_STEP 17 | 56 | #define RGBLIGHT_VAL_STEP 17 |
| 57 | 57 | ||
| 58 | |||
| 59 | /* COL2ROW or ROW2COL */ | 58 | /* COL2ROW or ROW2COL */ |
| 60 | #define DIODE_DIRECTION COL2ROW | 59 | #define DIODE_DIRECTION COL2ROW |
| 61 | 60 | ||
| @@ -63,7 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | // #define BACKLIGHT_BREATHING | 62 | // #define BACKLIGHT_BREATHING |
| 64 | // #define BACKLIGHT_LEVELS 3 | 63 | // #define BACKLIGHT_LEVELS 3 |
| 65 | 64 | ||
| 66 | |||
| 67 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 65 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 68 | #define DEBOUNCING_DELAY 5 | 66 | #define DEBOUNCING_DELAY 5 |
| 69 | 67 | ||
| @@ -111,11 +109,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 111 | * | 109 | * |
| 112 | */ | 110 | */ |
| 113 | 111 | ||
| 114 | /* key combination for magic key command */ | ||
| 115 | #define IS_COMMAND() ( \ | ||
| 116 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 117 | ) | ||
| 118 | |||
| 119 | /* control how magic key switches layers */ | 112 | /* control how magic key switches layers */ |
| 120 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 121 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/woodpad/config.h b/keyboards/handwired/woodpad/config.h index b2eb7020f..f4d005307 100644 --- a/keyboards/handwired/woodpad/config.h +++ b/keyboards/handwired/woodpad/config.h | |||
| @@ -99,11 +99,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 99 | * | 99 | * |
| 100 | */ | 100 | */ |
| 101 | 101 | ||
| 102 | /* key combination for magic key command */ | ||
| 103 | #define IS_COMMAND() ( \ | ||
| 104 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 105 | ) | ||
| 106 | |||
| 107 | /* control how magic key switches layers */ | 102 | /* control how magic key switches layers */ |
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/handwired/xealous/rev1/config.h b/keyboards/handwired/xealous/rev1/config.h index 6fc769b5f..f58c8f90b 100644 --- a/keyboards/handwired/xealous/rev1/config.h +++ b/keyboards/handwired/xealous/rev1/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Set 0 if debouncing isn't needed */ | 64 | /* Set 0 if debouncing isn't needed */ |
| 65 | #define DEBOUNCING_DELAY 5 | 65 | #define DEBOUNCING_DELAY 5 |
| 66 | 66 | ||
| 67 | /* key combination for command */ | ||
| 68 | #define IS_COMMAND() ( \ | ||
| 69 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 70 | ) | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
