diff options
Diffstat (limited to 'keyboards/helix/pico/pico.h')
-rw-r--r-- | keyboards/helix/pico/pico.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/helix/pico/pico.h b/keyboards/helix/pico/pico.h index d9c57206c..4360be2a9 100644 --- a/keyboards/helix/pico/pico.h +++ b/keyboards/helix/pico/pico.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef PICO_H | 1 | #pragma once |
2 | #define PICO_CONFIG_H | ||
3 | 2 | ||
4 | #include "../helix.h" | 3 | #include "../helix.h" |
5 | 4 | ||
@@ -70,6 +69,3 @@ | |||
70 | KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, \ | 69 | KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, \ |
71 | 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 \ | 70 | 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 \ |
72 | ) | 71 | ) |
73 | |||
74 | |||
75 | #endif | ||