diff options
Diffstat (limited to 'keyboards/xd75')
| -rw-r--r-- | keyboards/xd75/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h index af7573cb6..482edc9c1 100644 --- a/keyboards/xd75/config.h +++ b/keyboards/xd75/config.h | |||
| @@ -52,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | #define BACKLIGHT_PIN F5 | 52 | #define BACKLIGHT_PIN F5 |
| 53 | #define BACKLIGHT_LEVELS 6 | 53 | #define BACKLIGHT_LEVELS 6 |
| 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 |
