Skip to content

Commit

Permalink
Reorganize clueboard into a single directory (qmk#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Oct 18, 2017
1 parent ad49db8 commit 3f3fa07
Show file tree
Hide file tree
Showing 104 changed files with 35 additions and 26 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Cluepad
# Clueboard 17% (Formerly Cluepad)

![Cluepad](https://static1.squarespace.com/static/55c13bdee4b099be5dcb82eb/5842fbdce3df28eae5ec557e/5844fb2cb8a79bbdfd63bad1/1498501250178/IMGP3931.jpg?format=750w)
![Clueboard 17%](https://static1.squarespace.com/static/55c13bdee4b099be5dcb82eb/5842fbdce3df28eae5ec557e/5844fb2cb8a79bbdfd63bad1/1498501250178/IMGP3931.jpg?format=750w)

A basic 17 key numpad PCB.

* Keyboard Maintainer: [Zach White](https://github.com/skullydazed)
* Hardware Supported: Cluepad PCB 1.0
* Hardware Supported:
* Cluepad PCB 1.0
* Hardware Availability: [clueboard.co](https://clueboard.co/)

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

make clueboard_17:default
make clueboard/17:default

See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
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.
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 @@ A fully customizable 60% keyboard.

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

make clueboard_60:default:dfu-util
make clueboard/60:default

See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_H
#define CONFIG_H
#ifndef CLUEBOARD_66_CONFIG_H
#define CLUEBOARD_66_CONFIG_H

#include "config_common.h"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ A fully customizable 66% keyboard.

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

make clueboard/rev3:default
make clueboard/66:default

See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef REV2_CONFIG_H
#define REV2_CONFIG_H
#ifndef CLUEBOARD_66_REV1_CONFIG_H
#define CLUEBOARD_66_REV1_CONFIG_H

#include "config_common.h"

Expand Down Expand Up @@ -33,4 +33,4 @@
#define RGBLIGHT_VAL_STEP 17


#endif
#endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef REV2_CONFIG_H
#define REV2_CONFIG_H
#ifndef CLUEBOARD_66_REV2_CONFIG_H
#define CLUEBOARD_66_REV2_CONFIG_H

#include "config_common.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef REV3_CONFIG_H
#define REV3_CONFIG_H
#ifndef CLUEBOARD_66_REV3_CONFIG_H
#define CLUEBOARD_66_REV3_CONFIG_H

#include "config_common.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DEFAULT_FOLDER = clueboard/66/rev2
MCU = atmega32u4
F_CPU = 16000000
ARCH = AVR8
Expand All @@ -19,5 +20,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality
MIDI_ENABLE = no # MIDI controls
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID

DEFAULT_FOLDER = clueboard_66/rev2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions keyboards/clueboard/card/keymaps/default/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The default keymap for cluecard

Note that this keymap has audio enabled, so the RGB mode button does not go through the different effects. So the LEDs will still show a static light, that is configurable with the hue, staturation and brightness buttons. You can of course also turn them on and off with the on/off button.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# RGB effect test keymap for cluecard

This keymap is made for testing the RGB effects. Audio is disabled and the mode buttons goes through each
effect. If you run HID-listen you will be able to see which effect is active. For a list of effects, check
the `rgblight.c` file.
This keymap is made for testing the RGB effects. Audio is disabled and the mode buttons goes through each effect. If you run HID-listen you will be able to see which effect is active. For a list of effects, check the `rgblight.c` file.

The hue, saturation and brightness buttons will work depending on which effect is active.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ A simple QMK dev kit.

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

make cluecard:default
make clueboard/card:default

See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
File renamed without changes.
13 changes: 13 additions & 0 deletions keyboards/clueboard/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Clueboard

![Clueboard Logo](https://static1.squarespace.com/static/55c13bdee4b099be5dcb82eb/t/59c9703318b27d1ab34f40df/1508257572555/)

Clueboard makes fully customizable custom keyboards in a variety of formfactors. Inside this directory you'll find support for the entire line of Clueboard products.

* Maintainer: [Zach White](https://github.com/skullydazed)
* Hardware Supported:
* [`17`](17/): Clueboard "Cluepad" PCB
* [`60`](60/): Clueboard 60% PCB
* [`66`](66/): Clueboard 66% PCB
* [`card`](card/): Special Cluecard PCB
* Hardware Availability: [clueboard.co](https://clueboard.co/)
5 changes: 0 additions & 5 deletions keyboards/cluecard/keymaps/default/readme.md

This file was deleted.

0 comments on commit 3f3fa07

Please sign in to comment.