diff options
author | Joel Challis <git@zvecr.com> | 2021-08-24 17:18:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 17:18:25 +0100 |
commit | 622c3cac3ab8bc25d3cfec63702e295e0b16a49a (patch) | |
tree | 31762fa1e0f950932e9b7befe99673d86bb59f83 /keyboards/xd75/keymaps/replicaJunction/rules.mk | |
parent | 2cade3a48300e0709f8aec68602faf90947b6738 (diff) |
Fix merge artifacts (#14146)
Diffstat (limited to 'keyboards/xd75/keymaps/replicaJunction/rules.mk')
-rw-r--r-- | keyboards/xd75/keymaps/replicaJunction/rules.mk | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/keyboards/xd75/keymaps/replicaJunction/rules.mk b/keyboards/xd75/keymaps/replicaJunction/rules.mk deleted file mode 100644 index 7e0b3c9cac..0000000000 --- a/keyboards/xd75/keymaps/replicaJunction/rules.mk +++ /dev/null @@ -1,29 +0,0 @@ -# Userspace options -USER_CAPS_WORD_ENABLE = yes -USER_MOUSE_JIGGLE_ENABLE = yes -USER_NUM_WORD_ENABLE = yes -USER_SECRETS_ENABLE = yes -USER_SUPER_ALT_TAB_ENABLE = yes - -DYNAMIC_MACRO_ENABLE = yes - -# Extra features that are nice but takes space. Enable only if they're -# used in the layout. -WPM_ENABLE = no -# EXTRAKEY_ENABLE = no # For volume keys and similar -# MOUSEKEY_ENABLE = no # Them mouse keys yo -KEY_OVERRIDE_ENABLE = no -LEADER_ENABLE = no -TAP_DANCE_ENABLE = no -# RGBLIGHT_ENABLE = no # Keyboard RGB underglow -RGB_MATRIX_ENABLE = no - -# Features I definitely don't care aboud -LTO_ENABLE = yes -CONSOLE_ENABLE = no -VERBOSE = no -DEBUG_MATRIX_SCAN_RATE = no -DEBUG_MATRIX = no -MAGIC_ENABLE = no -SPACE_CADET_ENABLE = no -GRAVE_ESC_ENABLE = no |