diff options
Diffstat (limited to 'keyboards/s60_x/config.h')
-rw-r--r-- | keyboards/s60_x/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/s60_x/config.h b/keyboards/s60_x/config.h index 8b97b3c81..bb2602dca 100644 --- a/keyboards/s60_x/config.h +++ b/keyboards/s60_x/config.h | |||
@@ -44,11 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
44 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 44 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
45 | #define DEBOUNCING_DELAY 5 | 45 | #define DEBOUNCING_DELAY 5 |
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 SUBPROJECT_default | 47 | #ifdef SUBPROJECT_default |
53 | #include "default/config.h" | 48 | #include "default/config.h" |
54 | #endif | 49 | #endif |