Remove DEFAULT_FOLDER from maple_computing/lets_split_eh (#24054)
This commit is contained in:
parent
d69b44e68a
commit
f5319d8911
7 changed files with 9 additions and 6 deletions
|
@ -1060,7 +1060,7 @@
|
||||||
"target": "lyso1/lefishe"
|
"target": "lyso1/lefishe"
|
||||||
},
|
},
|
||||||
"lets_split_eh/eh": {
|
"lets_split_eh/eh": {
|
||||||
"target": "maple_computing/lets_split_eh/eh"
|
"target": "maple_computing/lets_split_eh"
|
||||||
},
|
},
|
||||||
"ls_60": {
|
"ls_60": {
|
||||||
"target": "weirdo/ls_60"
|
"target": "weirdo/ls_60"
|
||||||
|
@ -1080,6 +1080,9 @@
|
||||||
"macro1": {
|
"macro1": {
|
||||||
"target": "laneware/macro1"
|
"target": "laneware/macro1"
|
||||||
},
|
},
|
||||||
|
"maple_computing/lets_split_eh/eh": {
|
||||||
|
"target": "maple_computing/lets_split_eh"
|
||||||
|
},
|
||||||
"massdrop/thekey": {
|
"massdrop/thekey": {
|
||||||
"target": "drop/thekey/v1"
|
"target": "drop/thekey/v1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Disable unsupported hardware
|
|
||||||
AUDIO_SUPPORTED = no
|
|
|
@ -19,6 +19,7 @@
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"led_count": 12,
|
"led_count": 12,
|
||||||
"split_count": [6, 6],
|
"split_count": [6, 6],
|
||||||
|
"sleep": true,
|
||||||
"animations": {
|
"animations": {
|
||||||
"breathing": true,
|
"breathing": true,
|
||||||
"rainbow_mood": true,
|
"rainbow_mood": true,
|
||||||
|
@ -42,7 +43,7 @@
|
||||||
"processor": "atmega32u4",
|
"processor": "atmega32u4",
|
||||||
"bootloader": "atmel-dfu",
|
"bootloader": "atmel-dfu",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": false,
|
"bootmagic": true,
|
||||||
"mousekey": false,
|
"mousekey": false,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"nkro": true,
|
"nkro": true,
|
|
@ -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 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.
|
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.
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
DEFAULT_FOLDER = maple_computing/lets_split_eh/eh
|
# Disable unsupported hardware
|
||||||
|
AUDIO_SUPPORTED = no
|
||||||
|
|
Loading…
Reference in a new issue