Remove DEFAULT_FOLDER from maple_computing/lets_split_eh (#24054)

This commit is contained in:
Joel Challis 2024-07-11 01:17:08 +01:00 committed by GitHub
parent d69b44e68a
commit f5319d8911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 6 deletions

View file

@ -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"
},

View file

@ -1,2 +0,0 @@
# Disable unsupported hardware
AUDIO_SUPPORTED = no

View file

@ -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,

View file

@ -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.

View file

@ -1 +1,2 @@
DEFAULT_FOLDER = maple_computing/lets_split_eh/eh
# Disable unsupported hardware
AUDIO_SUPPORTED = no