ducky: move winkey grave esc to default keymap

This commit is contained in:
Reza Jelveh 2020-12-04 19:29:32 +08:00
parent 7e11f631bb
commit 8a33114488
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* This is userful for the Windows task manager shortcut (ctrl+shift+esc).
*/
// #define GRAVE_ESC_CTRL_OVERRIDE
#define GRAVE_ESC_GUI_OVERRIDE
/*
* Force NKRO

View File

@ -17,6 +17,7 @@
#pragma once
// place overrides here
#define GRAVE_ESC_GUI_OVERRIDE
#define MK_3_SPEED
#define MK_C_OFFSET_UNMOD 400 /* Cursor offset per movement (unmodified) */
#define MK_C_INTERVAL_UNMOD 5 /* Time between cursor movements (unmodified) */