forked from mirrors/qmk_firmware
[Keyboard] move That-Canadian 's boards into /maple_computing (#16050)
This commit is contained in:
parent
07bb65384c
commit
a1b39e6db2
169 changed files with 22 additions and 22 deletions
|
@ -9,6 +9,6 @@ Hardware Availability: ThatCanadian
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make 6ball:default
|
||||
make maple_computing/6ball: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.
|
|
@ -11,6 +11,6 @@ Hardware Availability: [SpaceCat.design](https://spacecat.design)
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make c39:default
|
||||
make maple_computing/c39:default
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
|
@ -9,6 +9,6 @@ Keyboard Maintainer: [That-Canadian](https://github.com/That-Canadian)
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make christmas_tree/V2017:default
|
||||
make maple_computing/christmas_tree/V2017: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.
|
|
@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
|
||||
DEFAULT_FOLDER = christmas_tree/V2017
|
||||
DEFAULT_FOLDER = maple_computing/christmas_tree/V2017
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_ivy_rev1
|
||||
#ifdef KEYBOARD_maple_computing_ivy_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
||||
|
|
@ -5,11 +5,11 @@ IVY
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make ivy/rev1:default
|
||||
make maple_computing/ivy/rev1:default
|
||||
|
||||
Install examples:
|
||||
|
||||
make ivy/rev1:default:dfu
|
||||
make maple_computing/ivy/rev1:default:dfu
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
|
||||
Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
|
@ -9,6 +9,6 @@ Hardware Availability: [SpaceCat](https://spacecat.design) and [Keebio](https://
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make jnao:default
|
||||
make maple_computing/jnao:default
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(KEYBOARD_launchpad_rev1)
|
||||
#if defined(KEYBOARD_maple_computing_launchpad_rev1)
|
||||
# include "rev1.h"
|
||||
#endif
|
||||
|
|
@ -21,7 +21,7 @@ A fantastic project for beginners to learn to solder, veteran's of the hobby who
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make launchpad/rev1:default
|
||||
make maple_computing/launchpad/rev1: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.
|
||||
|
|
@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
|
||||
DEFAULT_FOLDER = launchpad/rev1
|
||||
DEFAULT_FOLDER = maple_computing/launchpad/rev1
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue