aboutsummaryrefslogtreecommitdiff
path: root/keyboards/facew/facew.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/facew/facew.h')
-rw-r--r--keyboards/facew/facew.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/facew/facew.h b/keyboards/facew/facew.h
index 215e06090..b3356f262 100644
--- a/keyboards/facew/facew.h
+++ b/keyboards/facew/facew.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 FACEW_H 18#pragma once
19#define FACEW_H
20 19
21#include "quantum.h" 20#include "quantum.h"
22 21
@@ -53,5 +52,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
53 { KC_NO, K61, KC_NO, KC_NO, K64, K65, K66, KC_NO, K68, K69, K60}, \ 52 { KC_NO, K61, KC_NO, KC_NO, K64, K65, K66, KC_NO, K68, K69, K60}, \
54 { KC_NO, K71, K72, K73, K74, K75, K76, K77, K78, KC_NO, KC_NO}, \ 53 { KC_NO, K71, K72, K73, K74, K75, K76, K77, K78, KC_NO, KC_NO}, \
55} 54}
56
57#endif