summaryrefslogtreecommitdiffstats
path: root/keyboards/fc980c/fc980c.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc980c/fc980c.c')
-rw-r--r--keyboards/fc980c/fc980c.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/fc980c/fc980c.c b/keyboards/fc980c/fc980c.c
index b78243105..c09eacfa3 100644
--- a/keyboards/fc980c/fc980c.c
+++ b/keyboards/fc980c/fc980c.c
@@ -14,12 +14,21 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
#include "fc980c.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();
}