Skip to content

Commit 93a1ab3

Browse files
committed
add guard checks
1 parent 629ab64 commit 93a1ab3

18 files changed

Lines changed: 43 additions & 0 deletions

File tree

keyboards/splitkb/aurora/corne/keymaps/default_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
#pragma once
55

6+
#ifdef HALCYON_ENABLE
67
#undef MATRIX_COLS
78
#define MATRIX_COLS 11 // 5 extra columns for buttons
9+
#endif // HALCYON_ENABLE

keyboards/splitkb/aurora/corne/keymaps/vial_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313

1414
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
1515

16+
#ifdef HALCYON_ENABLE
1617
#undef MATRIX_COLS
1718
#define MATRIX_COLS 11 // 5 extra columns for buttons
19+
#endif // HALCYON_ENABLE

keyboards/splitkb/aurora/lily58/keymaps/default_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
#pragma once
55

6+
#ifdef HALCYON_ENABLE
67
#undef MATRIX_COLS
78
#define MATRIX_COLS 11 // 5 extra columns for buttons
9+
#endif // HALCYON_ENABLE

keyboards/splitkb/aurora/lily58/keymaps/vial_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313

1414
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
1515

16+
#ifdef HALCYON_ENABLE
1617
#undef MATRIX_COLS
1718
#define MATRIX_COLS 11 // 5 extra columns for buttons
19+
#endif // HALCYON_ENABLE

keyboards/splitkb/aurora/sweep/keymaps/default_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55

66
#define ENCODER_RESOLUTION 2
77

8+
#ifdef HALCYON_ENABLE
89
#undef MATRIX_COLS
910
#define MATRIX_COLS 10 // 5 extra columns for buttons
11+
#endif // HALCYON_ENABLE

keyboards/splitkb/aurora/sweep/keymaps/vial_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515

1616
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
1717

18+
#ifdef HALCYON_ENABLE
1819
#undef MATRIX_COLS
1920
#define MATRIX_COLS 10 // 5 extra columns for buttons
21+
#endif // HALCYON_ENABLE

keyboards/splitkb/halcyon/corne/keymaps/default_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
#pragma once
55

6+
#ifdef HALCYON_ENABLE
67
#undef MATRIX_COLS
78
#define MATRIX_COLS 11 // 5 extra columns for buttons
9+
#endif // HALCYON_ENABLE

keyboards/splitkb/halcyon/corne/keymaps/vial_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313

1414
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
1515

16+
#ifdef HALCYON_ENABLE
1617
#undef MATRIX_COLS
1718
#define MATRIX_COLS 11 // 5 extra columns for buttons
19+
#endif // HALCYON_ENABLE
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// Copyright 2026 splitkb.com (support@splitkb.com)
22
// SPDX-License-Identifier: GPL-2.0-or-later
33

4+
#pragma once
5+
6+
#ifdef HALCYON_ENABLE
47
#undef MATRIX_COLS
58
#define MATRIX_COLS 12 // 5 extra columns for buttons
9+
#endif // HALCYON_ENABLE

keyboards/splitkb/halcyon/elora/keymaps/vial_hlc/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616

1717
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
1818

19+
#ifdef HALCYON_ENABLE
1920
#undef MATRIX_COLS
2021
#define MATRIX_COLS 12 // 5 extra columns for buttons
22+
#endif // HALCYON_ENABLE

0 commit comments

Comments
 (0)