2018-09-04 01:35:27 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// help for fast typist+dual function keys?
|
|
|
|
#define PERMISSIVE_HOLD
|
|
|
|
// Let me type `ls -l` more quickly.
|
2022-12-12 16:52:22 +01:00
|
|
|
#define QUICK_TAP_TERM 0
|
2018-09-04 01:35:27 +02:00
|
|
|
|
|
|
|
// where is the cord plugged in?
|
|
|
|
#define MASTER_RIGHT
|
|
|
|
|
|
|
|
/* speed up mousekeys a bit */
|
|
|
|
#define MOUSEKEY_DELAY 50
|
|
|
|
#define MOUSEKEY_INTERVAL 20
|
|
|
|
#define MOUSEKEY_MAX_SPEED 8
|
|
|
|
#define MOUSEKEY_TIME_TO_MAX 30
|
|
|
|
#define MOUSEKEY_WHEEL_MAX_SPEED 8
|
|
|
|
#define MOUSEKEY_WHEEL_TIME_TO_MAX 40
|
|
|
|
|
|
|
|
// because I'm lazy and didn't case out the rgb support
|
|
|
|
#define RGBLED_NUM 2
|
|
|
|
|
|
|
|
#define BACKLIGHT_PIN B7
|
|
|
|
#define BACKLIGHT_LEVELS 3
|