mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-19 08:03:22 +00:00
10 lines
392 B
C
10 lines
392 B
C
|
#pragma once
|
||
|
|
||
|
// higher value means deeper actuation point, less sensitive
|
||
|
// be careful and only make small adjustments (steps of 1 or 2).
|
||
|
// too high and keys will fail to actuate. too low and keys will actuate spontaneously.
|
||
|
// test all keys before further adjustment.
|
||
|
// this should probably stay in the range +/-5.
|
||
|
#undef ACTUATION_DEPTH_ADJUSTMENT
|
||
|
#define ACTUATION_DEPTH_ADJUSTMENT +2
|