Reorganize clueboard into a single directory (#1855)
This commit is contained in:
parent
ad49db8cd2
commit
3f3fa07918
104 changed files with 35 additions and 26 deletions
keyboards/clueboard
17
60
boards/GENERIC_STM32_F303XC
bootloader_defs.hchconf.hclueboard_60.cclueboard_60.hconfig.hhalconf.hkeymaps
led.cmatrix.cmcuconf.hreadme.mdrules.mk66
clueboard_66.cclueboard_66.hconfig.hreadme.md
keymaps
bloodlvst
caps_fn
colemak
default
jokrik
mac_optimized
magicmonty
maximised
mouse_keys
serubin
shift_fn
skully
smt
tetris
unix_optimized
win_optimized
xyverz
rev1
rev2
rev3
rules.mkcard
|
@ -1,15 +1,16 @@
|
|||
# Cluepad
|
||||
# Clueboard 17% (Formerly Cluepad)
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
|
@ -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.
|
|
@ -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"
|
||||
|
|
@ -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.
|
|
@ -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"
|
||||
|
||||
|
@ -33,4 +33,4 @@
|
|||
#define RGBLIGHT_VAL_STEP 17
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
DEFAULT_FOLDER = clueboard/66/rev2
|
||||
MCU = atmega32u4
|
||||
F_CPU = 16000000
|
||||
ARCH = AVR8
|
||||
|
@ -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
|
3
keyboards/clueboard/card/keymaps/default/readme.md
Normal file
3
keyboards/clueboard/card/keymaps/default/readme.md
Normal file
|
@ -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
|
||||
|
||||
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.
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue