From 2202efaf0cdae766b76de1f87dc3c440480e5280 Mon Sep 17 00:00:00 2001 From: Yuannan Date: Fri, 22 Jul 2022 20:20:02 +0000 Subject: Added autoclicker, better mouse, Vim like editing layer and more. (#15702) * Added autoclicker, better mouse, vim like FN layer and more. * Updated docs to comply with guidelines * Fixed Imgur links * increased step sizes * updated readme to reflect step size * Added second delay array for autoclicker to compensate for RGB animation CPU loads * better RGB effects and updated docs * better README.md formatting * added DEBONCE libinput workaround for Linux * fixed formatting * fixed typos and clarified * fixed layer picture order * Update keyboards/dztech/dz65rgb/keymaps/yuannan/keymap.c Co-authored-by: Drashna Jaelre * Update keyboards/dztech/dz65rgb/keymaps/yuannan/README.md Co-authored-by: Drashna Jaelre * Updated Docs and rules * Updated with the new deferred exec API to ensure more consistant CPS * renamed README.md to be lower case to comply with fauxpark's request * Remapped alt to be left instead of right for compatibility reasons * Update keyboards/dztech/dz65rgb/keymaps/yuannan/config.h Co-authored-by: Drashna Jaelre Co-authored-by: Drashna Jaelre --- keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk (limited to 'keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk') diff --git a/keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk b/keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk new file mode 100644 index 0000000000..e98ba61c3a --- /dev/null +++ b/keyboards/dztech/dz65rgb/keymaps/yuannan/rules.mk @@ -0,0 +1,5 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes +DYNAMIC_MACRO_ENABLE = yes +MOUSEKEY_ENABLE = yes +DEFERRED_EXEC_ENABLE = yes -- cgit v1.2.3