]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/fc660c/fc660c.c
Change from avr-gcc@7 to @8 for Mac
[qmk_firmware.git] / keyboards / fc660c / fc660c.c
index f2a5617672571edd088a89b1ab81e51d86e15888..da6ba9e74423eecbdf0e5cf79405d8aa3ddffaaf 100644 (file)
@@ -16,10 +16,18 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #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();
 }