diff options
author | Joel Challis <git@zvecr.com> | 2020-03-06 01:39:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 01:39:54 +0000 |
commit | b368db9e027015ba393e87cee416d8d5b2b56a8c (patch) | |
tree | 413707612cca0b75339c9d2a7962e6b5b3bf4046 /keyboards/fortitude60/fortitude60.h | |
parent | 76189d9a282cc32bf2ff88a84a6374ebb8908433 (diff) | |
download | qmk_firmware-b368db9e027015ba393e87cee416d8d5b2b56a8c.tar.gz |
Refactor fortitude60 to use split_common (#8113)
Diffstat (limited to 'keyboards/fortitude60/fortitude60.h')
-rw-r--r-- | keyboards/fortitude60/fortitude60.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fortitude60/fortitude60.h b/keyboards/fortitude60/fortitude60.h index db2ce07a6..61404fa75 100644 --- a/keyboards/fortitude60/fortitude60.h +++ b/keyboards/fortitude60/fortitude60.h @@ -1,5 +1,4 @@ -#ifndef FORTITUDE60_H -#define FORTITUDE60_H +#pragma once #ifdef KEYBOARD_fortitude60_rev1 #include "rev1.h" @@ -22,5 +21,3 @@ KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##LT5, KC_##RT5, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35, \ KC_##LT0, KC_##LT1, KC_##LT2, KC_##LT3, KC_##LT4, KC_##RT4, KC_##RT3, KC_##RT2, KC_##RT1, KC_##RT0 \ ) - -#endif |