1
0
Fork 0

[Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder (#15758)

This commit is contained in:
peepeetee 2022-01-11 08:42:13 +08:00 committed by GitHub
parent 93bacff1a6
commit b1942d1d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 24 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# CU24
![CU24](https://geekhack.org/index.php?action=dlattach;topic=93289.0;attach=185492;image)
![CU24](https://i.imgur.com/AU1QisF.jpg)
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.

View file

@ -1,6 +1,6 @@
# CU75
![CU75](https://geekhack.org/index.php?action=dlattach;topic=91767.0;attach=179167;image)
![CU75](https://i.imgur.com/42ltqi6.jpg)
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.

View file

@ -1,6 +1,6 @@
# CU80
![cu80](https://cdn11.bigcommerce.com/s-vdedjo0w46/images/stencil/900x900/products/287/2336/DSCF3583__16019.1567722956.png?c=2)
![cu80](https://i.imgur.com/p8D4POn.png)
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).

View file

@ -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"

View file

@ -1 +0,0 @@
#include "cu80.h"