8df044b868
* 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
9 lines
272 B
C
9 lines
272 B
C
// 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 |