diff options
Diffstat (limited to 'keyboards/fc660c/actuation_point.h')
-rw-r--r-- | keyboards/fc660c/actuation_point.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fc660c/actuation_point.h b/keyboards/fc660c/actuation_point.h index f7066d92c1..e02832186c 100644 --- a/keyboards/fc660c/actuation_point.h +++ b/keyboards/fc660c/actuation_point.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ACTUATION_POINT_H -#define ACTUATION_POINT_H +#pragma once #include <stdint.h> @@ -28,5 +27,3 @@ void actuation_point_down(void); // be careful with this. void adjust_actuation_point(int offset); - -#endif |