diff options
author | Joshua T <replicaJunction@users.noreply.github.com> | 2021-08-13 20:14:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 18:14:21 -0700 |
commit | ade989962af613b24687f20f54e2dd0e37240216 (patch) | |
tree | 7e6e53b4c4151270f465ca16fc4eeb5270a7870d /keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk | |
parent | 424b9ff7090d8407bd6bc56ff42afff05acecb12 (diff) | |
download | qmk_firmware-ade989962af613b24687f20f54e2dd0e37240216.tar.gz qmk_firmware-ade989962af613b24687f20f54e2dd0e37240216.zip |
[Keymap] clean up userspace, add XD75 / Keyboardio Atreus (#13121)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk')
-rw-r--r-- | keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk b/keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk new file mode 100644 index 0000000000..7e0b3c9cac --- /dev/null +++ b/keyboards/keyboardio/atreus/keymaps/replicaJunction/rules.mk @@ -0,0 +1,29 @@ +# 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 |