aboutsummaryrefslogtreecommitdiff
path: root/keyboards/fc980c/actuation_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc980c/actuation_point.h')
-rw-r--r--keyboards/fc980c/actuation_point.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fc980c/actuation_point.h b/keyboards/fc980c/actuation_point.h
index f7066d92c..e02832186 100644
--- a/keyboards/fc980c/actuation_point.h
+++ b/keyboards/fc980c/actuation_point.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef ACTUATION_POINT_H 18#pragma once
19#define ACTUATION_POINT_H
20 19
21#include <stdint.h> 20#include <stdint.h>
22 21
@@ -28,5 +27,3 @@ void actuation_point_down(void);
28 27
29// be careful with this. 28// be careful with this.
30void adjust_actuation_point(int offset); 29void adjust_actuation_point(int offset);
31
32#endif