aboutsummaryrefslogtreecommitdiff
path: root/keyboards/atreus/keymaps/alphadox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus/keymaps/alphadox/config.h')
-rw-r--r--keyboards/atreus/keymaps/alphadox/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/atreus/keymaps/alphadox/config.h b/keyboards/atreus/keymaps/alphadox/config.h
index df56849b0..e81029a03 100644
--- a/keyboards/atreus/keymaps/alphadox/config.h
+++ b/keyboards/atreus/keymaps/alphadox/config.h
@@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
54/* Locking resynchronize hack */ 54/* Locking resynchronize hack */
55#define LOCKING_RESYNC_ENABLE 55#define LOCKING_RESYNC_ENABLE
56 56
57/* key combination for command */
58#define IS_COMMAND() ( \
59 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
60)
61
62/* 57/*
63 * Feature disable options 58 * Feature disable options
64 * These options are also useful to firmware size reduction. 59 * These options are also useful to firmware size reduction.