diff options
Diffstat (limited to 'keyboards/noxary')
| -rw-r--r-- | keyboards/noxary/268/config.h | 5 | ||||
| -rw-r--r-- | keyboards/noxary/268_2/config.h | 5 | ||||
| -rw-r--r-- | keyboards/noxary/x268/config.h | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/noxary/268/config.h b/keyboards/noxary/268/config.h index 7eec79a1b..d6f5234cb 100644 --- a/keyboards/noxary/268/config.h +++ b/keyboards/noxary/268/config.h | |||
| @@ -55,11 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | /* Locking resynchronize hack */ | 55 | /* Locking resynchronize hack */ |
| 56 | #define LOCKING_RESYNC_ENABLE | 56 | #define LOCKING_RESYNC_ENABLE |
| 57 | 57 | ||
| 58 | /* key combination for command */ | ||
| 59 | #define IS_COMMAND() ( \ | ||
| 60 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 61 | ) | ||
| 62 | |||
| 63 | /* ws2812b options */ | 58 | /* ws2812b options */ |
| 64 | #define RGB_DI_PIN B5 | 59 | #define RGB_DI_PIN B5 |
| 65 | #ifdef RGB_DI_PIN | 60 | #ifdef RGB_DI_PIN |
diff --git a/keyboards/noxary/268_2/config.h b/keyboards/noxary/268_2/config.h index f5308d8ec..2702f924b 100644 --- a/keyboards/noxary/268_2/config.h +++ b/keyboards/noxary/268_2/config.h | |||
| @@ -106,11 +106,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 106 | * | 106 | * |
| 107 | */ | 107 | */ |
| 108 | 108 | ||
| 109 | /* key combination for magic key command */ | ||
| 110 | #define IS_COMMAND() ( \ | ||
| 111 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 112 | ) | ||
| 113 | |||
| 114 | /* control how magic key switches layers */ | 109 | /* control how magic key switches layers */ |
| 115 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 116 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 111 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h index 5c4f6cdad..ac52d9fc3 100644 --- a/keyboards/noxary/x268/config.h +++ b/keyboards/noxary/x268/config.h | |||
| @@ -115,11 +115,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 115 | * | 115 | * |
| 116 | */ | 116 | */ |
| 117 | 117 | ||
| 118 | /* key combination for magic key command */ | ||
| 119 | #define IS_COMMAND() ( \ | ||
| 120 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 121 | ) | ||
| 122 | |||
| 123 | /* control how magic key switches layers */ | 118 | /* control how magic key switches layers */ |
| 124 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 119 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 120 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
