diff options
author | Joel Challis <git@zvecr.com> | 2024-07-11 01:17:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 17:17:08 -0700 |
commit | f5319d891185d4c8099861a303701d312bfca9d1 (patch) | |
tree | 5dcb2b80cffb4264e95bdbb01296db0ca5b6c3f5 | |
parent | d69b44e68a3e00a229df860b1f0af01790bf49ca (diff) |
Remove DEFAULT_FOLDER from maple_computing/lets_split_eh (#24054)
-rw-r--r-- | data/mappings/keyboard_aliases.hjson | 5 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/config.h (renamed from keyboards/maple_computing/lets_split_eh/eh/config.h) | 0 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/eh/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/keyboard.json (renamed from keyboards/maple_computing/lets_split_eh/eh/keyboard.json) | 3 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/lets_split_eh.c (renamed from keyboards/maple_computing/lets_split_eh/eh/eh.c) | 0 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/readme.md | 2 | ||||
-rw-r--r-- | keyboards/maple_computing/lets_split_eh/rules.mk | 3 |
7 files changed, 9 insertions, 6 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index 57585aae92..14eec52e31 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson @@ -1060,7 +1060,7 @@ "target": "lyso1/lefishe" }, "lets_split_eh/eh": { - "target": "maple_computing/lets_split_eh/eh" + "target": "maple_computing/lets_split_eh" }, "ls_60": { "target": "weirdo/ls_60" @@ -1080,6 +1080,9 @@ "macro1": { "target": "laneware/macro1" }, + "maple_computing/lets_split_eh/eh": { + "target": "maple_computing/lets_split_eh" + }, "massdrop/thekey": { "target": "drop/thekey/v1" }, diff --git a/keyboards/maple_computing/lets_split_eh/eh/config.h b/keyboards/maple_computing/lets_split_eh/config.h index 38cf73ae1e..38cf73ae1e 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/config.h +++ b/keyboards/maple_computing/lets_split_eh/config.h diff --git a/keyboards/maple_computing/lets_split_eh/eh/rules.mk b/keyboards/maple_computing/lets_split_eh/eh/rules.mk deleted file mode 100644 index 271780b75e..0000000000 --- a/keyboards/maple_computing/lets_split_eh/eh/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -# Disable unsupported hardware -AUDIO_SUPPORTED = no diff --git a/keyboards/maple_computing/lets_split_eh/eh/keyboard.json b/keyboards/maple_computing/lets_split_eh/keyboard.json index f40b15098f..62d489d60c 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/keyboard.json +++ b/keyboards/maple_computing/lets_split_eh/keyboard.json @@ -19,6 +19,7 @@ "rgblight": { "led_count": 12, "split_count": [6, 6], + "sleep": true, "animations": { "breathing": true, "rainbow_mood": true, @@ -42,7 +43,7 @@ "processor": "atmega32u4", "bootloader": "atmel-dfu", "features": { - "bootmagic": false, + "bootmagic": true, "mousekey": false, "extrakey": true, "nkro": true, diff --git a/keyboards/maple_computing/lets_split_eh/eh/eh.c b/keyboards/maple_computing/lets_split_eh/lets_split_eh.c index 37e8b3ab9b..37e8b3ab9b 100644 --- a/keyboards/maple_computing/lets_split_eh/eh/eh.c +++ b/keyboards/maple_computing/lets_split_eh/lets_split_eh.c diff --git a/keyboards/maple_computing/lets_split_eh/readme.md b/keyboards/maple_computing/lets_split_eh/readme.md index 90ae5393d1..dc769b72c4 100644 --- a/keyboards/maple_computing/lets_split_eh/readme.md +++ b/keyboards/maple_computing/lets_split_eh/readme.md @@ -8,6 +8,6 @@ Keyboard Maintainer: [Christopher Poole (That-Canadian)](https://github.com/That Make example for this keyboard (after setting up your build environment): - make maple_computing/lets_split_eh/eh:default + make maple_computing/lets_split_eh:default See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. diff --git a/keyboards/maple_computing/lets_split_eh/rules.mk b/keyboards/maple_computing/lets_split_eh/rules.mk index 9bae45fde8..271780b75e 100644 --- a/keyboards/maple_computing/lets_split_eh/rules.mk +++ b/keyboards/maple_computing/lets_split_eh/rules.mk @@ -1 +1,2 @@ -DEFAULT_FOLDER = maple_computing/lets_split_eh/eh +# Disable unsupported hardware +AUDIO_SUPPORTED = no |