Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move @That-Canadian 's boards into /maple_computing #16050

Merged
merged 2 commits into from
Jan 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#ifdef KEYBOARD_ivy_rev1
#ifdef KEYBOARD_maple_computing_ivy_rev1
#include "rev1.h"
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#if defined(KEYBOARD_launchpad_rev1)
#if defined(KEYBOARD_maple_computing_launchpad_rev1)
# include "rev1.h"
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ 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.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Due to PCB tolerance issues outside of our control, the snap-apart legs included on the PCB may need extra padding to prevent a small amount of wobbling once placed properly. We have included small, clear, and semi-permanent "glue dots" in each order (PCB Only -and- Full Kit) to help with this. You may also use plastic wrap, tape, Elmer's glue, hot glue, rubber cement, etc. We advise against using anything more "permanent" in case you wish to make changes to your Launch Pad in the future. It is also best to attach legs after all of your soldering and building is finished, to get the most accurate feel for your Launch Pad.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

#include "quantum.h"

#ifdef KEYBOARD_lets_split_eh_eh
#ifdef KEYBOARD_maple_computing_lets_split_eh_eh
#include "eh.h"
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -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 lets_split_eh/eh:default
make maple_computing/lets_split_eh/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.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ SPLIT_KEYBOARD = yes

LAYOUTS = ortho_4x12

DEFAULT_FOLDER = lets_split_eh/eh
DEFAULT_FOLDER = maple_computing/lets_split_eh/eh
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#ifdef KEYBOARD_minidox_rev1
#ifdef KEYBOARD_maple_computing_minidox_rev1
#include "rev1.h"
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ A compact version of the ErgoDox

Make example for this keyboard (after setting up your build environment):

make minidox/rev1:default
make maple_computing/minidox/rev1:default

Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)):

make minidox/rev1:default:flash
make maple_computing/minidox/rev1:default:flash

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output

SPLIT_KEYBOARD = yes

DEFAULT_FOLDER = minidox/rev1
DEFAULT_FOLDER = maple_computing/minidox/rev1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Hardware Availability: [Bishop Keyboards](https://bishopkeyboards.com/product/pc

Make example for this keyboard (after setting up your build environment):

make the_ruler:default
make maple_computing/the_ruler: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).