diff --git a/keyboards/fingerpunch/rockon/v2/config.h b/keyboards/fingerpunch/rockon/v2/config.h
index 695fcaa54b..a9f671d814 100644
--- a/keyboards/fingerpunch/rockon/v2/config.h
+++ b/keyboards/fingerpunch/rockon/v2/config.h
@@ -30,7 +30,10 @@ along with this program. If not, see .
// #define POINTING_DEVICE_ROTATION_270
// If using chewiedies case
#define POINTING_DEVICE_ROTATION_90
+#define POINTING_DEVICE_TASK_THROTTLE_MS 5
+#define I2C1_CLOCK_SPEED 400000
+#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2
// #define CIRQUE_PINNACLE_TAPPING_TERM 150
// #define CIRQUE_PINNACLE_TOUCH_DEBOUNCE 100
diff --git a/keyboards/fingerpunch/rockon/v2/mcuconf.h b/keyboards/fingerpunch/rockon/v2/mcuconf.h
new file mode 100644
index 0000000000..d217a4b361
--- /dev/null
+++ b/keyboards/fingerpunch/rockon/v2/mcuconf.h
@@ -0,0 +1,27 @@
+/* Copyright 2020 QMK
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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 .
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confupdate -i keyboards/tkw/grandiceps/mcuconf.h -r platforms/chibios/BLACKPILL_STM32_F411/configs/mcuconf.h`
+ */
+
+#pragma once
+
+#include_next "mcuconf.h"
+
+#undef STM32_ST_USE_TIMER
+#define STM32_ST_USE_TIMER 5
\ No newline at end of file