R keyboards/6ball/6ball.c => keyboards/maple_computing/6ball/6ball.c +0 -0
R keyboards/6ball/6ball.h => keyboards/maple_computing/6ball/6ball.h +0 -0
R keyboards/6ball/config.h => keyboards/maple_computing/6ball/config.h +0 -0
R keyboards/6ball/info.json => keyboards/maple_computing/6ball/info.json +0 -0
R keyboards/6ball/keymaps/default/keymap.c => keyboards/maple_computing/6ball/keymaps/default/keymap.c +0 -0
R keyboards/6ball/readme.md => keyboards/maple_computing/6ball/readme.md +1 -1
@@ 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.
R keyboards/6ball/rules.mk => keyboards/maple_computing/6ball/rules.mk +0 -0
R keyboards/c39/c39.c => keyboards/maple_computing/c39/c39.c +0 -0
R keyboards/c39/c39.h => keyboards/maple_computing/c39/c39.h +0 -0
R keyboards/c39/config.h => keyboards/maple_computing/c39/config.h +0 -0
R keyboards/c39/info.json => keyboards/maple_computing/c39/info.json +0 -0
R keyboards/c39/keymaps/default/keymap.c => keyboards/maple_computing/c39/keymaps/default/keymap.c +0 -0
R keyboards/c39/keymaps/default/readme.md => keyboards/maple_computing/c39/keymaps/default/readme.md +0 -0
R keyboards/c39/keymaps/drashna/config.h => keyboards/maple_computing/c39/keymaps/drashna/config.h +0 -0
R keyboards/c39/keymaps/drashna/keymap.c => keyboards/maple_computing/c39/keymaps/drashna/keymap.c +0 -0
R keyboards/c39/keymaps/drashna/readme.md => keyboards/maple_computing/c39/keymaps/drashna/readme.md +0 -0
R keyboards/c39/keymaps/drashna/rules.mk => keyboards/maple_computing/c39/keymaps/drashna/rules.mk +0 -0
R keyboards/c39/keymaps/kuchosauronad0/config.h => keyboards/maple_computing/c39/keymaps/kuchosauronad0/config.h +0 -0
R keyboards/c39/keymaps/kuchosauronad0/keymap.c => keyboards/maple_computing/c39/keymaps/kuchosauronad0/keymap.c +0 -0
R keyboards/c39/keymaps/kuchosauronad0/readme.md => keyboards/maple_computing/c39/keymaps/kuchosauronad0/readme.md +0 -0
R keyboards/c39/keymaps/kuchosauronad0/rules.mk => keyboards/maple_computing/c39/keymaps/kuchosauronad0/rules.mk +0 -0
R keyboards/c39/readme.md => keyboards/maple_computing/c39/readme.md +1 -1
@@ 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).
R keyboards/c39/rules.mk => keyboards/maple_computing/c39/rules.mk +0 -0
R keyboards/christmas_tree/.noci => keyboards/maple_computing/christmas_tree/.noci +0 -0
R keyboards/christmas_tree/V2017/V2017.c => keyboards/maple_computing/christmas_tree/V2017/V2017.c +0 -0
R keyboards/christmas_tree/V2017/V2017.h => keyboards/maple_computing/christmas_tree/V2017/V2017.h +0 -0
R keyboards/christmas_tree/V2017/config.h => keyboards/maple_computing/christmas_tree/V2017/config.h +0 -0
R keyboards/christmas_tree/V2017/rules.mk => keyboards/maple_computing/christmas_tree/V2017/rules.mk +0 -0
R keyboards/christmas_tree/christmas_tree.c => keyboards/maple_computing/christmas_tree/christmas_tree.c +0 -0
R keyboards/christmas_tree/christmas_tree.h => keyboards/maple_computing/christmas_tree/christmas_tree.h +0 -0
R keyboards/christmas_tree/config.h => keyboards/maple_computing/christmas_tree/config.h +0 -0
R keyboards/christmas_tree/info.json => keyboards/maple_computing/christmas_tree/info.json +0 -0
R keyboards/christmas_tree/keymaps/default/keymap.c => keyboards/maple_computing/christmas_tree/keymaps/default/keymap.c +0 -0
R keyboards/christmas_tree/keymaps/default/readme.md => keyboards/maple_computing/christmas_tree/keymaps/default/readme.md +0 -0
R keyboards/christmas_tree/readme.md => keyboards/maple_computing/christmas_tree/readme.md +2 -2
@@ 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.>
\ No newline at end of file
+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.
R keyboards/christmas_tree/rules.mk => keyboards/maple_computing/christmas_tree/rules.mk +1 -1
@@ 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
R keyboards/ivy/.noci => keyboards/maple_computing/ivy/.noci +0 -0
R keyboards/ivy/config.h => keyboards/maple_computing/ivy/config.h +0 -0
R keyboards/ivy/ivy.c => keyboards/maple_computing/ivy/ivy.c +0 -0
R keyboards/ivy/ivy.h => keyboards/maple_computing/ivy/ivy.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#ifdef KEYBOARD_ivy_rev1
+#ifdef KEYBOARD_maple_computing_ivy_rev1
#include "rev1.h"
#endif
R keyboards/ivy/keymaps/default/keymap.c => keyboards/maple_computing/ivy/keymaps/default/keymap.c +0 -0
R keyboards/ivy/readme.md => keyboards/maple_computing/ivy/readme.md +2 -2
@@ 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).
R keyboards/ivy/rev1/config.h => keyboards/maple_computing/ivy/rev1/config.h +0 -0
R keyboards/ivy/rev1/info.json => keyboards/maple_computing/ivy/rev1/info.json +0 -0
R keyboards/ivy/rev1/rev1.c => keyboards/maple_computing/ivy/rev1/rev1.c +0 -0
R keyboards/ivy/rev1/rev1.h => keyboards/maple_computing/ivy/rev1/rev1.h +0 -0
R keyboards/ivy/rev1/rules.mk => keyboards/maple_computing/ivy/rev1/rules.mk +0 -0
R keyboards/ivy/rules.mk => keyboards/maple_computing/ivy/rules.mk +0 -0
R keyboards/jnao/config.h => keyboards/maple_computing/jnao/config.h +0 -0
R keyboards/jnao/info.json => keyboards/maple_computing/jnao/info.json +0 -0
R keyboards/jnao/jnao.c => keyboards/maple_computing/jnao/jnao.c +0 -0
R keyboards/jnao/jnao.h => keyboards/maple_computing/jnao/jnao.h +0 -0
R keyboards/jnao/keymaps/default/keymap.c => keyboards/maple_computing/jnao/keymaps/default/keymap.c +0 -0
R keyboards/jnao/keymaps/default_4x12/keymap.c => keyboards/maple_computing/jnao/keymaps/default_4x12/keymap.c +0 -0
R keyboards/jnao/keymaps/via/keymap.c => keyboards/maple_computing/jnao/keymaps/via/keymap.c +0 -0
R keyboards/jnao/keymaps/via/rules.mk => keyboards/maple_computing/jnao/keymaps/via/rules.mk +0 -0
R keyboards/jnao/readme.md => keyboards/maple_computing/jnao/readme.md +1 -1
@@ 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).
R keyboards/jnao/rules.mk => keyboards/maple_computing/jnao/rules.mk +0 -0
R keyboards/launchpad/.noci => keyboards/maple_computing/launchpad/.noci +0 -0
R keyboards/launchpad/config.h => keyboards/maple_computing/launchpad/config.h +0 -0
R keyboards/launchpad/keymaps/brandonschlack/config.h => keyboards/maple_computing/launchpad/keymaps/brandonschlack/config.h +0 -0
R keyboards/launchpad/keymaps/brandonschlack/keymap.c => keyboards/maple_computing/launchpad/keymaps/brandonschlack/keymap.c +0 -0
R keyboards/launchpad/keymaps/brandonschlack/readme.md => keyboards/maple_computing/launchpad/keymaps/brandonschlack/readme.md +0 -0
R keyboards/launchpad/keymaps/brandonschlack/rules.mk => keyboards/maple_computing/launchpad/keymaps/brandonschlack/rules.mk +0 -0
R keyboards/launchpad/keymaps/default/keymap.c => keyboards/maple_computing/launchpad/keymaps/default/keymap.c +0 -0
R keyboards/launchpad/keymaps/default_rgb/config.h => keyboards/maple_computing/launchpad/keymaps/default_rgb/config.h +0 -0
R keyboards/launchpad/keymaps/default_rgb/keymap.c => keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c +0 -0
R keyboards/launchpad/keymaps/default_rgb/readme.md => keyboards/maple_computing/launchpad/keymaps/default_rgb/readme.md +0 -0
R keyboards/launchpad/keymaps/default_rgb/rules.mk => keyboards/maple_computing/launchpad/keymaps/default_rgb/rules.mk +0 -0
R keyboards/launchpad/keymaps/drashna/config.h => keyboards/maple_computing/launchpad/keymaps/drashna/config.h +0 -0
R keyboards/launchpad/keymaps/drashna/keymap.c => keyboards/maple_computing/launchpad/keymaps/drashna/keymap.c +0 -0
R keyboards/launchpad/keymaps/drashna/rules.mk => keyboards/maple_computing/launchpad/keymaps/drashna/rules.mk +0 -0
R keyboards/launchpad/keymaps/via/keymap.c => keyboards/maple_computing/launchpad/keymaps/via/keymap.c +0 -0
R keyboards/launchpad/keymaps/via/rules.mk => keyboards/maple_computing/launchpad/keymaps/via/rules.mk +0 -0
R keyboards/launchpad/launchpad.c => keyboards/maple_computing/launchpad/launchpad.c +0 -0
R keyboards/launchpad/launchpad.h => keyboards/maple_computing/launchpad/launchpad.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#if defined(KEYBOARD_launchpad_rev1)
+#if defined(KEYBOARD_maple_computing_launchpad_rev1)
# include "rev1.h"
#endif
R keyboards/launchpad/readme.md => keyboards/maple_computing/launchpad/readme.md +2 -2
@@ 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.
@@ 29,4 29,4 @@ See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools)
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.
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->
\ No newline at end of file
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
R keyboards/launchpad/rev1/config.h => keyboards/maple_computing/launchpad/rev1/config.h +0 -0
R keyboards/launchpad/rev1/info.json => keyboards/maple_computing/launchpad/rev1/info.json +0 -0
R keyboards/launchpad/rev1/rev1.c => keyboards/maple_computing/launchpad/rev1/rev1.c +0 -0
R keyboards/launchpad/rev1/rev1.h => keyboards/maple_computing/launchpad/rev1/rev1.h +0 -0
R keyboards/launchpad/rev1/rules.mk => keyboards/maple_computing/launchpad/rev1/rules.mk +0 -0
R keyboards/launchpad/rules.mk => keyboards/maple_computing/launchpad/rules.mk +1 -1
@@ 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
R keyboards/lets_split_eh/.noci => keyboards/maple_computing/lets_split_eh/.noci +0 -0
R keyboards/lets_split_eh/config.h => keyboards/maple_computing/lets_split_eh/config.h +0 -0
R keyboards/lets_split_eh/eh/config.h => keyboards/maple_computing/lets_split_eh/eh/config.h +0 -0
R keyboards/lets_split_eh/eh/eh.c => keyboards/maple_computing/lets_split_eh/eh/eh.c +0 -0
R keyboards/lets_split_eh/eh/eh.h => keyboards/maple_computing/lets_split_eh/eh/eh.h +0 -0
R keyboards/lets_split_eh/eh/info.json => keyboards/maple_computing/lets_split_eh/eh/info.json +0 -0
R keyboards/lets_split_eh/eh/rules.mk => keyboards/maple_computing/lets_split_eh/eh/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/bbaserdem/README.md => keyboards/maple_computing/lets_split_eh/keymaps/bbaserdem/README.md +0 -0
R keyboards/lets_split_eh/keymaps/bbaserdem/config.h => keyboards/maple_computing/lets_split_eh/keymaps/bbaserdem/config.h +0 -0
R keyboards/lets_split_eh/keymaps/bbaserdem/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/bbaserdem/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/bbaserdem/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/bbaserdem/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/default/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/default/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/doxish_dvorak/config.h => keyboards/maple_computing/lets_split_eh/keymaps/doxish_dvorak/config.h +0 -0
R keyboards/lets_split_eh/keymaps/doxish_dvorak/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/doxish_dvorak/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/doxish_dvorak/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/doxish_dvorak/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/mikethetiger/config.h => keyboards/maple_computing/lets_split_eh/keymaps/mikethetiger/config.h +0 -0
R keyboards/lets_split_eh/keymaps/mikethetiger/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/mikethetiger/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/mikethetiger/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/mikethetiger/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/msiu/config.h => keyboards/maple_computing/lets_split_eh/keymaps/msiu/config.h +0 -0
R keyboards/lets_split_eh/keymaps/msiu/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/msiu/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/resfury/config.h => keyboards/maple_computing/lets_split_eh/keymaps/resfury/config.h +0 -0
R keyboards/lets_split_eh/keymaps/resfury/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/resfury/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/resfury/readme.md => keyboards/maple_computing/lets_split_eh/keymaps/resfury/readme.md +0 -0
R keyboards/lets_split_eh/keymaps/resfury/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/resfury/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/romus/README.md => keyboards/maple_computing/lets_split_eh/keymaps/romus/README.md +0 -0
R keyboards/lets_split_eh/keymaps/romus/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/romus/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/romus/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/romus/rules.mk +0 -0
R keyboards/lets_split_eh/keymaps/that_canadian/config.h => keyboards/maple_computing/lets_split_eh/keymaps/that_canadian/config.h +0 -0
R keyboards/lets_split_eh/keymaps/that_canadian/keymap.c => keyboards/maple_computing/lets_split_eh/keymaps/that_canadian/keymap.c +0 -0
R keyboards/lets_split_eh/keymaps/that_canadian/rules.mk => keyboards/maple_computing/lets_split_eh/keymaps/that_canadian/rules.mk +0 -0
R keyboards/lets_split_eh/lets_split_eh.c => keyboards/maple_computing/lets_split_eh/lets_split_eh.c +0 -0
R keyboards/lets_split_eh/lets_split_eh.h => keyboards/maple_computing/lets_split_eh/lets_split_eh.h +1 -1
@@ 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
R keyboards/lets_split_eh/readme.md => keyboards/maple_computing/lets_split_eh/readme.md +2 -2
@@ 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.>
\ No newline at end of file
+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.
R keyboards/lets_split_eh/rules.mk => keyboards/maple_computing/lets_split_eh/rules.mk +1 -1
@@ 21,4 21,4 @@ SPLIT_KEYBOARD = yes
LAYOUTS = ortho_4x12
-DEFAULT_FOLDER = lets_split_eh/eh
+DEFAULT_FOLDER = maple_computing/lets_split_eh/eh
R keyboards/minidox/.noci => keyboards/maple_computing/minidox/.noci +0 -0
R keyboards/minidox/config.h => keyboards/maple_computing/minidox/config.h +0 -0
R keyboards/minidox/keymaps/alairock/config.h => keyboards/maple_computing/minidox/keymaps/alairock/config.h +0 -0
R keyboards/minidox/keymaps/alairock/keymap.c => keyboards/maple_computing/minidox/keymaps/alairock/keymap.c +0 -0
R keyboards/minidox/keymaps/alairock/rules.mk => keyboards/maple_computing/minidox/keymaps/alairock/rules.mk +0 -0
R keyboards/minidox/keymaps/bepo/config.h => keyboards/maple_computing/minidox/keymaps/bepo/config.h +0 -0
R keyboards/minidox/keymaps/bepo/keymap.c => keyboards/maple_computing/minidox/keymaps/bepo/keymap.c +0 -0
R keyboards/minidox/keymaps/bepo/readme.md => keyboards/maple_computing/minidox/keymaps/bepo/readme.md +0 -0
R keyboards/minidox/keymaps/default/keymap.c => keyboards/maple_computing/minidox/keymaps/default/keymap.c +0 -0
R keyboards/minidox/keymaps/dustypomerleau/README.md => keyboards/maple_computing/minidox/keymaps/dustypomerleau/README.md +0 -0
R keyboards/minidox/keymaps/dustypomerleau/config.h => keyboards/maple_computing/minidox/keymaps/dustypomerleau/config.h +0 -0
R keyboards/minidox/keymaps/dustypomerleau/keymap.c => keyboards/maple_computing/minidox/keymaps/dustypomerleau/keymap.c +0 -0
R keyboards/minidox/keymaps/dustypomerleau/rules.mk => keyboards/maple_computing/minidox/keymaps/dustypomerleau/rules.mk +0 -0
R keyboards/minidox/keymaps/haegin/keymap.c => keyboards/maple_computing/minidox/keymaps/haegin/keymap.c +0 -0
R keyboards/minidox/keymaps/khitsule/config.h => keyboards/maple_computing/minidox/keymaps/khitsule/config.h +0 -0
R keyboards/minidox/keymaps/khitsule/keymap.c => keyboards/maple_computing/minidox/keymaps/khitsule/keymap.c +0 -0
R keyboards/minidox/keymaps/khitsule/readme.md => keyboards/maple_computing/minidox/keymaps/khitsule/readme.md +0 -0
R keyboards/minidox/keymaps/norman/config.h => keyboards/maple_computing/minidox/keymaps/norman/config.h +0 -0
R keyboards/minidox/keymaps/norman/keymap.c => keyboards/maple_computing/minidox/keymaps/norman/keymap.c +0 -0
R keyboards/minidox/keymaps/norman/readme.md => keyboards/maple_computing/minidox/keymaps/norman/readme.md +0 -0
R keyboards/minidox/keymaps/rsthd_combos/config.h => keyboards/maple_computing/minidox/keymaps/rsthd_combos/config.h +0 -0
R keyboards/minidox/keymaps/rsthd_combos/keymap.c => keyboards/maple_computing/minidox/keymaps/rsthd_combos/keymap.c +0 -0
R keyboards/minidox/keymaps/rsthd_combos/readme.md => keyboards/maple_computing/minidox/keymaps/rsthd_combos/readme.md +0 -0
R keyboards/minidox/keymaps/rsthd_combos/rules.mk => keyboards/maple_computing/minidox/keymaps/rsthd_combos/rules.mk +0 -0
R keyboards/minidox/keymaps/that_canadian/config.h => keyboards/maple_computing/minidox/keymaps/that_canadian/config.h +0 -0
R keyboards/minidox/keymaps/that_canadian/keymap.c => keyboards/maple_computing/minidox/keymaps/that_canadian/keymap.c +0 -0
R keyboards/minidox/keymaps/that_canadian/rules.mk => keyboards/maple_computing/minidox/keymaps/that_canadian/rules.mk +0 -0
R keyboards/minidox/keymaps/tomb0y/README.md => keyboards/maple_computing/minidox/keymaps/tomb0y/README.md +0 -0
R keyboards/minidox/keymaps/tomb0y/keymap.c => keyboards/maple_computing/minidox/keymaps/tomb0y/keymap.c +0 -0
R keyboards/minidox/keymaps/tw1t611/keymap.c => keyboards/maple_computing/minidox/keymaps/tw1t611/keymap.c +0 -0
R keyboards/minidox/keymaps/tw1t611/readme.md => keyboards/maple_computing/minidox/keymaps/tw1t611/readme.md +0 -0
R keyboards/minidox/keymaps/tw1t611/rules.mk => keyboards/maple_computing/minidox/keymaps/tw1t611/rules.mk +0 -0
R keyboards/minidox/keymaps/xyverz/config.h => keyboards/maple_computing/minidox/keymaps/xyverz/config.h +0 -0
R keyboards/minidox/keymaps/xyverz/keymap.c => keyboards/maple_computing/minidox/keymaps/xyverz/keymap.c +0 -0
R keyboards/minidox/keymaps/xyverz/rules.mk => keyboards/maple_computing/minidox/keymaps/xyverz/rules.mk +0 -0
R keyboards/minidox/minidox.c => keyboards/maple_computing/minidox/minidox.c +0 -0
R keyboards/minidox/minidox.h => keyboards/maple_computing/minidox/minidox.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#ifdef KEYBOARD_minidox_rev1
+#ifdef KEYBOARD_maple_computing_minidox_rev1
#include "rev1.h"
#endif
R keyboards/minidox/readme.md => keyboards/maple_computing/minidox/readme.md +2 -2
@@ 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.
R keyboards/minidox/rev1/config.h => keyboards/maple_computing/minidox/rev1/config.h +0 -0
R keyboards/minidox/rev1/info.json => keyboards/maple_computing/minidox/rev1/info.json +0 -0
R keyboards/minidox/rev1/rev1.c => keyboards/maple_computing/minidox/rev1/rev1.c +0 -0
R keyboards/minidox/rev1/rev1.h => keyboards/maple_computing/minidox/rev1/rev1.h +0 -0
R keyboards/minidox/rev1/rules.mk => keyboards/maple_computing/minidox/rev1/rules.mk +0 -0
R keyboards/minidox/rules.mk => keyboards/maple_computing/minidox/rules.mk +1 -1
@@ 19,4 19,4 @@ AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes
-DEFAULT_FOLDER = minidox/rev1
+DEFAULT_FOLDER = maple_computing/minidox/rev1
R keyboards/the_ruler/config.h => keyboards/maple_computing/the_ruler/config.h +0 -0
R keyboards/the_ruler/info.json => keyboards/maple_computing/the_ruler/info.json +0 -0
R keyboards/the_ruler/keymaps/default/keymap.c => keyboards/maple_computing/the_ruler/keymaps/default/keymap.c +0 -0
R keyboards/the_ruler/keymaps/default/readme.md => keyboards/maple_computing/the_ruler/keymaps/default/readme.md +0 -0
R keyboards/the_ruler/readme.md => keyboards/maple_computing/the_ruler/readme.md +1 -1
@@ 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).
R keyboards/the_ruler/rules.mk => keyboards/maple_computing/the_ruler/rules.mk +0 -0
R keyboards/the_ruler/the_ruler.c => keyboards/maple_computing/the_ruler/the_ruler.c +0 -0
R keyboards/the_ruler/the_ruler.h => keyboards/maple_computing/the_ruler/the_ruler.h +0 -0