Reorganize clueboard into a single directory (#1855)
parent
ad49db8cd2
commit
3f3fa07918
@ -1,15 +1,16 @@ |
|||||||
# Cluepad |
# Clueboard 17% (Formerly Cluepad) |
||||||
|
|
||||||
 |
 |
||||||
|
|
||||||
A basic 17 key numpad PCB. |
A basic 17 key numpad PCB. |
||||||
|
|
||||||
* Keyboard Maintainer: [Zach White](https://github.com/skullydazed) |
* 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/) |
* Hardware Availability: [clueboard.co](https://clueboard.co/) |
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment): |
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. |
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. |
@ -1,5 +1,5 @@ |
|||||||
#ifndef REV2_CONFIG_H |
#ifndef CLUEBOARD_66_REV2_CONFIG_H |
||||||
#define REV2_CONFIG_H |
#define CLUEBOARD_66_REV2_CONFIG_H |
||||||
|
|
||||||
#include "config_common.h" |
#include "config_common.h" |
||||||
|
|
@ -1,5 +1,5 @@ |
|||||||
#ifndef REV3_CONFIG_H |
#ifndef CLUEBOARD_66_REV3_CONFIG_H |
||||||
#define REV3_CONFIG_H |
#define CLUEBOARD_66_REV3_CONFIG_H |
||||||
|
|
||||||
#include "config_common.h" |
#include "config_common.h" |
||||||
|
|
@ -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. |
@ -1,7 +1,5 @@ |
|||||||
# RGB effect test keymap for cluecard |
# 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 |
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. |
||||||
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. |
The hue, saturation and brightness buttons will work depending on which effect is active. |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue