1
0
Fork 0

schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883)

* new hhkb keymap implementing movement layer + comfort features

* Apply suggestions from code review

Co-Authored-By: schaefer-dev <schaefer.dev@gmail.com>

* removed deprecated function action_get_macro and mousewheel configs that are no longer used
This commit is contained in:
Daniel Schäfer 2019-01-20 02:34:29 +01:00 committed by Drashna Jaelre
parent c6fd44cf26
commit 8df044b868
4 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// Based off of this section:
// https://github.com/qmk/qmk_firmware/blob/master/doc/BUILD_GUIDE.md#the-configh-file
#pragma once
// Define mousekey settings
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_INTERVAL 4
#define MOUSEKEY_MAX_SPEED 1
#define MOUSEKEY_TIME_TO_MAX 70