aboutsummaryrefslogtreecommitdiff
path: root/keyboards/zeal60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zeal60/config.h')
-rw-r--r--keyboards/zeal60/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/zeal60/config.h b/keyboards/zeal60/config.h
index 6f3d43473..e39b06cf6 100644
--- a/keyboards/zeal60/config.h
+++ b/keyboards/zeal60/config.h
@@ -49,11 +49,6 @@
49// Locking resynchronize hack 49// Locking resynchronize hack
50#define LOCKING_RESYNC_ENABLE 50#define LOCKING_RESYNC_ENABLE
51 51
52// key combination for command
53#define IS_COMMAND() ( \
54 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
55)
56
57/* 52/*
58 * Feature disable options 53 * Feature disable options
59 * These options are also useful to firmware size reduction. 54 * These options are also useful to firmware size reduction.
@@ -126,4 +121,3 @@
126#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 626 121#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 626
127#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 398 122#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 398
128#define DYNAMIC_KEYMAP_MACRO_COUNT 16 123#define DYNAMIC_KEYMAP_MACRO_COUNT 16
129