aboutsummaryrefslogtreecommitdiff
path: root/keyboards/duck/jetfire/jetfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/duck/jetfire/jetfire.h')
-rw-r--r--keyboards/duck/jetfire/jetfire.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/duck/jetfire/jetfire.h b/keyboards/duck/jetfire/jetfire.h
index 9ce1406f0..3c4834bce 100644
--- a/keyboards/duck/jetfire/jetfire.h
+++ b/keyboards/duck/jetfire/jetfire.h
@@ -13,8 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#ifndef JETFIRE_H 16#pragma once
17#define JETFIRE_H
18 17
19#include "quantum.h" 18#include "quantum.h"
20 19
@@ -57,4 +56,3 @@
57 { K0A, K0B, K0C, KC_NO,KC_NO,KC_NO,KC_NO,KC_NO, K0I, KC_NO,KC_NO,KC_NO, K0M, K0N, K0O, K0P, K0Q, K0R, K0S, KC_NO } \ 56 { K0A, K0B, K0C, KC_NO,KC_NO,KC_NO,KC_NO,KC_NO, K0I, KC_NO,KC_NO,KC_NO, K0M, K0N, K0O, K0P, K0Q, K0R, K0S, KC_NO } \
58} 57}
59 58
60#endif