aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bdn9/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bdn9/config.h')
-rw-r--r--keyboards/bdn9/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/bdn9/config.h b/keyboards/bdn9/config.h
index 604da5ef4..3fc92a062 100644
--- a/keyboards/bdn9/config.h
+++ b/keyboards/bdn9/config.h
@@ -67,8 +67,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
67#define LOCKING_SUPPORT_ENABLE 67#define LOCKING_SUPPORT_ENABLE
68/* Locking resynchronize hack */ 68/* Locking resynchronize hack */
69#define LOCKING_RESYNC_ENABLE 69#define LOCKING_RESYNC_ENABLE
70
71/* key combination for magic key command */
72#define IS_COMMAND() ( \
73 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
74)