diff options
author | nathanvercaemert <50712356+nathanvercaemert@users.noreply.github.com> | 2020-05-26 14:46:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 11:46:02 -0700 |
commit | 5d3bf8a050f3c0beb1f91147dc1ab54de36cbb05 (patch) | |
tree | f8af457fcfc0168c253cdcfb2d9e1244dd2b77a9 /keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk | |
parent | 6501377070ff20bd061ea85c7ae5517652b6478b (diff) |
[Keymap] Contributing Home-Row-Centric-Mousekey Layout (#9195)
* adding personal keymap to repository
* starting to customize documentation to keymap
* updated readme
* updated readme
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk b/keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk new file mode 100644 index 0000000000..b41c275dd1 --- /dev/null +++ b/keyboards/ergodox_ez/keymaps/nathanvercaemert/rules.mk @@ -0,0 +1,10 @@ +# Set any rules.mk overrides for your specific keymap here. +# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file +LINK_TIME_OPTIMIZATION_ENABLE = yes +COMMAND_ENABLE = no +RGBLIGHT_ENABLE = no +TAP_DANCE_ENABLE=yes + + +#Beginning debugging process for LT() and permissive hold +CONSOLE_ENABLE = yes |