Jack Humbert 4e01afb79d invert matrix (keymap is off) 8 år sedan
..
keymaps 9f0a978607 Initial clueboard60 firmware 8 år sedan
save 9f0a978607 Initial clueboard60 firmware 8 år sedan
Makefile 9f0a978607 Initial clueboard60 firmware 8 år sedan
bootloader_defs.h 9f0a978607 Initial clueboard60 firmware 8 år sedan
chconf.h cabca3636c updates clueboard configuration 8 år sedan
clueboard60.c 9f0a978607 Initial clueboard60 firmware 8 år sedan
clueboard60.h 9f0a978607 Initial clueboard60 firmware 8 år sedan
config.h cabca3636c updates clueboard configuration 8 år sedan
halconf.h 9f0a978607 Initial clueboard60 firmware 8 år sedan
led.c 9f0a978607 Initial clueboard60 firmware 8 år sedan
matrix.c 4e01afb79d invert matrix (keymap is off) 8 år sedan
mcuconf.h 95d73bff77 updates clueboard configuration 8 år sedan
readme.md 9f0a978607 Initial clueboard60 firmware 8 år sedan
rules.mk cabca3636c updates clueboard configuration 8 år sedan

readme.md

Clueboard60 keyboard firmware

Quantum MK Firmware

For the full Quantum feature list, see the parent readme.

Building

Download or clone the whole firmware and navigate to the keyboards/clueboard60 folder. Once your dev env is setup, you'll be able to type make to generate your .hex.

Depending on which keymap you would like to use, you will have to compile slightly differently.

Default

To build with the default keymap, simply run make default.

Other Keymaps

Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create a folder with the name of your keymap in the keymaps folder, and see keymap documentation (you can find in top readme.md) and existant keymap files.

To build the firmware binary hex file with a keymap just do make with a keymap like this:

$ make [default|jack|<name>]

Keymaps follow the format <name>.c and are stored in the keymaps folder.