mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-30 13:02:06 +00:00
Helix helix.h,rev?/rev?.h,pico/pico.h use '#pragma once'
No change in build result.
This commit is contained in:
parent
16cd01f146
commit
5a717baa63
@ -1,5 +1,4 @@
|
||||
#ifndef HELIX_H
|
||||
#define HELIX_H
|
||||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_helix_rev1
|
||||
#include "rev1.h"
|
||||
@ -12,5 +11,3 @@
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,4 @@
|
||||
#ifndef PICO_H
|
||||
#define PICO_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
#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_##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
|
||||
|
@ -1,5 +1,4 @@
|
||||
#ifndef REV1_H
|
||||
#define REV1_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
#include "../helix.h"
|
||||
|
||||
@ -179,4 +178,3 @@
|
||||
)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,4 @@
|
||||
#ifndef REV2_H
|
||||
#define REV2_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
#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 \
|
||||
)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user