X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Ffc660c%2Ffc660c.c;h=da6ba9e74423eecbdf0e5cf79405d8aa3ddffaaf;hb=e48cb34de675b6ed1f82d565c8f9b41d6a3245a1;hp=f2a5617672571edd088a89b1ab81e51d86e15888;hpb=0bd453b5276714b9a33c6a2060851ea5184c52b2;p=qmk_firmware.git diff --git a/keyboards/fc660c/fc660c.c b/keyboards/fc660c/fc660c.c index f2a561767..da6ba9e74 100644 --- a/keyboards/fc660c/fc660c.c +++ b/keyboards/fc660c/fc660c.c @@ -16,10 +16,18 @@ along with this program. If not, see . */ #include "fc660c.h" +#ifdef ACTUATION_DEPTH_ADJUSTMENT +#include "actuation_point.h" +#endif + void matrix_init_kb(void) { // put your keyboard start-up code here // runs once when the firmware starts up +#ifdef ACTUATION_DEPTH_ADJUSTMENT + adjust_actuation_point(ACTUATION_DEPTH_ADJUSTMENT); +#endif + matrix_init_user(); }