qmk-firmware/keyboards/crkbd
Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301)
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
2019-01-26 15:49:45 -08:00
..
keymaps [Keymap] my keymap for the crkbd and update my iris keymap readme (#4788) 2019-01-12 21:09:04 -08:00
lib Keyboard: Update logo and commonize it (#4151) 2018-10-19 09:12:55 -07:00
rev1 Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08: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 Keyboard: Crkbd stands for Corne Keyboard, not helidox (#3985) 2018-09-26 11:13:19 -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.