Skip to content

Commit 1a9cd83

Browse files
noroadsleftschattenbrot
authored andcommitted
alt34 rev1: Configurator Compilation Fix (qmk#17442)
* move USE_I2C and EE_HANDS definitions to keyboard level Allow this keyboard to be compiled by QMK Configurator. * remove redundant DEFAULT_FOLDER rule
1 parent dedfdd9 commit 1a9cd83

File tree

3 files changed

+9
-28
lines changed

3 files changed

+9
-28
lines changed

keyboards/alt34/keymaps/default/config.h

-27
This file was deleted.

keyboards/alt34/rev1/config.h

+9
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4444
#define LOCKING_SUPPORT_ENABLE
4545
/* Locking resynchronize hack */
4646
#define LOCKING_RESYNC_ENABLE
47+
48+
/* Use I2C or Serial, not both */
49+
#define USE_I2C
50+
// #define USE_SERIAL
51+
52+
/* Select hand configuration */
53+
#define EE_HANDS
54+
/* #define MASTER_LEFT */
55+
/* #define MASTER_RIGHT */

keyboards/alt34/rev1/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUDIO_ENABLE = no # Audio output
1919

2020
SPLIT_KEYBOARD = yes
2121
LAYOUTS = split_3x5_2
22-
DEFAULT_FOLDER = alt34/rev1

0 commit comments

Comments
 (0)