Helix helix.h,rev?/rev?.h,pico/pico.h use '#pragma once'

No change in build result.
This commit is contained in:
mtei 2019-09-26 06:32:45 +09:00
parent 16cd01f146
commit 5a717baa63
4 changed files with 4 additions and 16 deletions

View File

@ -1,5 +1,4 @@
#ifndef HELIX_H #pragma once
#define HELIX_H
#ifdef KEYBOARD_helix_rev1 #ifdef KEYBOARD_helix_rev1
#include "rev1.h" #include "rev1.h"
@ -12,5 +11,3 @@
#endif #endif
#include "quantum.h" #include "quantum.h"
#endif

View File

@ -1,5 +1,4 @@
#ifndef PICO_H #pragma once
#define PICO_CONFIG_H
#include "../helix.h" #include "../helix.h"
@ -70,6 +69,3 @@
KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, \ KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, \
KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##L36, KC_##R36, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \ KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##L36, KC_##R36, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \
) )
#endif

View File

@ -1,5 +1,4 @@
#ifndef REV1_H #pragma once
#define REV1_CONFIG_H
#include "../helix.h" #include "../helix.h"
@ -179,4 +178,3 @@
) )
#endif #endif
#endif

View File

@ -1,5 +1,4 @@
#ifndef REV2_H #pragma once
#define REV2_CONFIG_H
#include "../helix.h" #include "../helix.h"
@ -136,5 +135,3 @@
KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##L46, KC_##R46, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45 \ KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##L46, KC_##R46, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45 \
) )
#endif #endif
#endif