aboutsummaryrefslogtreecommitdiff
path: root/keyboards/flehrad/bigswitch/bigswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/flehrad/bigswitch/bigswitch.h')
-rw-r--r--keyboards/flehrad/bigswitch/bigswitch.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/keyboards/flehrad/bigswitch/bigswitch.h b/keyboards/flehrad/bigswitch/bigswitch.h
index ea3d51a1f..c6c2f026d 100644
--- a/keyboards/flehrad/bigswitch/bigswitch.h
+++ b/keyboards/flehrad/bigswitch/bigswitch.h
@@ -14,15 +14,13 @@ GNU General Public License for more details.
14You should have received a copy of the GNU General Public License 14You 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#ifndef BIGSWITCH_H 17
18#define BIGSWITCH_H 18#pragma once
19 19
20#include "quantum.h" 20#include "quantum.h"
21 21
22#define LAYOUT( \ 22#define LAYOUT( \
23 K00 \ 23 k00 \
24) { \ 24) { \
25 { K00 } \ 25 { k00 } \
26} 26}
27
28#endif