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 /keyboards/maple_computing | |
| parent | d69b44e68a3e00a229df860b1f0af01790bf49ca (diff) | |
Remove DEFAULT_FOLDER from maple_computing/lets_split_eh (#24054)
Diffstat (limited to 'keyboards/maple_computing')
| -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 |
6 files changed, 5 insertions, 5 deletions
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 @@ | |||
| 1 | # Disable unsupported hardware | ||
| 2 | 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 @@ | |||
| 19 | "rgblight": { | 19 | "rgblight": { |
| 20 | "led_count": 12, | 20 | "led_count": 12, |
| 21 | "split_count": [6, 6], | 21 | "split_count": [6, 6], |
| 22 | "sleep": true, | ||
| 22 | "animations": { | 23 | "animations": { |
| 23 | "breathing": true, | 24 | "breathing": true, |
| 24 | "rainbow_mood": true, | 25 | "rainbow_mood": true, |
| @@ -42,7 +43,7 @@ | |||
| 42 | "processor": "atmega32u4", | 43 | "processor": "atmega32u4", |
| 43 | "bootloader": "atmel-dfu", | 44 | "bootloader": "atmel-dfu", |
| 44 | "features": { | 45 | "features": { |
| 45 | "bootmagic": false, | 46 | "bootmagic": true, |
| 46 | "mousekey": false, | 47 | "mousekey": false, |
| 47 | "extrakey": true, | 48 | "extrakey": true, |
| 48 | "nkro": true, | 49 | "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 | |||
| 8 | 8 | ||
| 9 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
| 10 | 10 | ||
| 11 | make maple_computing/lets_split_eh/eh:default | 11 | make maple_computing/lets_split_eh:default |
| 12 | 12 | ||
| 13 | 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. | 13 | 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 @@ | |||
| 1 | DEFAULT_FOLDER = maple_computing/lets_split_eh/eh | 1 | # Disable unsupported hardware |
| 2 | AUDIO_SUPPORTED = no | ||
