R keyboards/cu24/config.h => keyboards/capsunlocked/cu24/config.h +0 -0
R keyboards/cu24/cu24.c => keyboards/capsunlocked/cu24/cu24.c +0 -0
R keyboards/cu24/cu24.h => keyboards/capsunlocked/cu24/cu24.h +0 -0
R keyboards/cu24/info.json => keyboards/capsunlocked/cu24/info.json +0 -0
R keyboards/cu24/keymaps/default/keymap.c => keyboards/capsunlocked/cu24/keymaps/default/keymap.c +0 -0
R keyboards/cu24/keymaps/default/readme.md => keyboards/capsunlocked/cu24/keymaps/default/readme.md +0 -0
R keyboards/cu24/readme.md => keyboards/capsunlocked/cu24/readme.md +2 -2
@@ 1,6 1,6 @@
# CU24
-
+
A luxurious 24 key keypad with various layouts. Includes RGB underglow, backlight and an aluminium, brass and nylon case.
@@ 10,6 10,6 @@ Hardware Availability: [caps-unlocked.com](http://caps-unlocked.com/)
Make example for this keyboard (after setting up your build environment):
- make CU24:default
+ make capsunlocked/cu24: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/cu24/rules.mk => keyboards/capsunlocked/cu24/rules.mk +0 -0
R keyboards/cu75/config.h => keyboards/capsunlocked/cu75/config.h +0 -0
R keyboards/cu75/cu75.c => keyboards/capsunlocked/cu75/cu75.c +0 -0
R keyboards/cu75/cu75.h => keyboards/capsunlocked/cu75/cu75.h +0 -0
R keyboards/cu75/.noci => keyboards/capsunlocked/cu75/cu75/.noci +0 -0
R keyboards/cu75/info.json => keyboards/capsunlocked/cu75/info.json +0 -0
R keyboards/cu75/keymaps/default/keymap.c => keyboards/capsunlocked/cu75/keymaps/default/keymap.c +0 -0
R keyboards/cu75/keymaps/default/rules.mk => keyboards/capsunlocked/cu75/keymaps/default/rules.mk +0 -0
R keyboards/cu75/keymaps/iso/keymap.c => keyboards/capsunlocked/cu75/keymaps/iso/keymap.c +0 -0
R keyboards/cu75/keymaps/iso/rules.mk => keyboards/capsunlocked/cu75/keymaps/iso/rules.mk +0 -0
R keyboards/cu75/readme.md => keyboards/capsunlocked/cu75/readme.md +2 -2
@@ 1,6 1,6 @@
# CU75
-
+
A luxurious 75% keyboard with various layouts. Includes RGB underglow, backlight and an aluminium, brass and nylon case.
@@ 12,6 12,6 @@ This PCB uses lighting libraries from LFKeyboards
Make example for this keyboard (after setting up your build environment):
- make CU75:default
+ make capsunlocked/cu75: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/cu75/rules.mk => keyboards/capsunlocked/cu75/rules.mk +0 -0
R keyboards/cu80/config.h => keyboards/capsunlocked/cu80/v1/config.h +0 -0
R keyboards/cu80/info.json => keyboards/capsunlocked/cu80/v1/info.json +0 -0
R keyboards/cu80/keymaps/default/keymap.c => keyboards/capsunlocked/cu80/v1/keymaps/default/keymap.c +0 -0
R keyboards/cu80/keymaps/default/readme.md => keyboards/capsunlocked/cu80/v1/keymaps/default/readme.md +0 -0
R keyboards/cu80/readme.md => keyboards/capsunlocked/cu80/v1/readme.md +2 -2
@@ 1,6 1,6 @@
# CU80
-
+
A customizable 80% keyboard.
@@ 10,6 10,6 @@ A customizable 80% keyboard.
Make example for this keyboard (after setting up your build environment):
- make cu80:default
+ make capsunlocked/cu80/v1: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/cu80/rules.mk => keyboards/capsunlocked/cu80/v1/rules.mk +0 -0
A keyboards/capsunlocked/cu80/v1/v1.c => keyboards/capsunlocked/cu80/v1/v1.c +18 -0
@@ 0,0 1,18 @@
+/*
+Copyright 2020 Andy Holland
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "v1.h"
R keyboards/cu80/cu80.h => keyboards/capsunlocked/cu80/v1/v1.h +0 -0
D keyboards/cu80/cu80.c => keyboards/cu80/cu80.c +0 -1
@@ 1,1 0,0 @@
-#include "cu80.h">
\ No newline at end of file