diff options
Diffstat (limited to 'keyboards/alice/config.h')
-rw-r--r-- | keyboards/alice/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/alice/config.h b/keyboards/alice/config.h index 7a8cbb52f..34412a7e7 100644 --- a/keyboards/alice/config.h +++ b/keyboards/alice/config.h | |||
@@ -37,6 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
37 | 37 | ||
38 | #define NO_UART 1 | 38 | #define NO_UART 1 |
39 | #define BOOTLOADHID_BOOTLOADER 1 | 39 | #define BOOTLOADHID_BOOTLOADER 1 |
40 | |||
41 | /* key combination for command */ | ||
42 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||