summaryrefslogtreecommitdiffstats
path: root/keyboards/alice
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alice')
-rw-r--r--keyboards/alice/config.h3
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/>.
#define NO_UART 1
#define BOOTLOADHID_BOOTLOADER 1
-
-/* key combination for command */
-#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))