qmk_firmware/keyboards/crkbd
XScorpion2 af89752bff rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783)
* Initial conversion of the rgb_led struct

* Converting last keyboard & updating effects to take advantage of the new structure

* New struct should not be const

* Updated docs

* Changing define ___ for no led to NO_LED

* Missed converting some keymap usages of the old struct layout
2019-05-07 16:22:46 -07:00
..
keymaps [Keymap] crkbd/keymaps/rs: add rs keymap to corne keyboard and adapt others (#5181) 2019-05-07 10:43:08 -07:00
lib Reduce CRKBD firmware size by reducing layer numbers (#5471) 2019-04-18 14:02:32 -07:00
rev1 rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
config.h Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970) 2018-09-23 18:47:43 -07:00
crkbd.c Keyboard: fix for debug crkbd (#4469) 2018-11-27 15:18:11 -08:00
crkbd.h Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798) 2018-09-03 16:34:16 -07:00
i2c.c Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798) 2018-09-03 16:34:16 -07:00
i2c.h Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798) 2018-09-03 16:34:16 -07:00
info.json Fix Corne (crkbd) keyboard dimensions in info.json 2019-04-13 01:27:38 -07:00
pro_micro.h Keyboard: Improvement of crkbd communication functions (based on helix-keyboard) (#3798) 2018-09-03 16:34:16 -07:00
readme.md Keyboard: Crkbd: Configurator support and readme formatting (#3971) 2018-09-23 20:50:08 -07:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
serial.c Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349) 2018-11-04 10:46:26 -08:00
serial.h Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349) 2018-11-04 10:46:26 -08:00
ssd1306.c Fix up screen off timer of crkbd (#4346) 2018-11-12 12:19:29 -08:00
ssd1306.h Fix up screen off timer of crkbd (#4346) 2018-11-12 12:19:29 -08:00

readme.md

Crkbd

Crkbd

Crkbd

A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.

Keyboard Maintainer: foostan @foostan
Hardware Supported: Crkbd PCB, Pro Micro
Hardware Availability: PCB & Case Data

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

make crkbd:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.