aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd
Commit message (Collapse)AuthorAgeFilesLines
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-3/+1
| | | | Fixes #3641
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-224-4/+4
|
* Keyboard: Update logo and commonize it (#4151)Kosuke Adachi2018-10-198-570/+85
| | | | | | | | * Update logo and commonize it * Move the glcdfont.c to the lib and add it to the SRC values of the rules.mk in the keymap folders * Add static
* Update to drashna keymaps and userspace - RGB edition (#4143)Drashna Jaelre2018-10-152-28/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix up userspace after feature merges * Add new macros for keyboard layouts * Keep new layouts in keymap for easy reference * Cleanup layouts * Fix CRKBD wrappers * Fix up comments * Fix spacing in orthodox base layer * ergodox related cleanup * Make KC_MAKE only flash when holding shift * Add option to fast compile boards * Clean up rgb modes to save space * Re-enable Swap Hands on my Iris
* Keymap: Update to drashna keymaps and userspace (#3992)Drashna Jaelre2018-10-014-0/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enabled unicode support and send_unicode function * Unicode cleanup * More unicode tweaking * Update EEPROM stuff * Account for keyboard macros * Switch Equal to Plus on Ergodox * more tweaks * Minor Unicode tweaks * Correct matrix printing for keylogger * Fix unicode functions * Fix unicode mode set since it actually uses EEPROM * Re-add DISABLE_LEADER * Ergodox is easier to hit the tapping term, fix that * Fix stupid type on unicode mode check * Preliminary CRKBD/HeliDox support * Fixes to Helidox * Cleanup userspace from old merge stuff * Remove CCCV sounds * Make Mode NOEEPROM Again
* Keyboard: Crkbd stands for Corne Keyboard, not helidox (#3985)Kosuke Adachi2018-09-261-1/+1
|
* Keyboard: Crkbd: Configurator support and readme formatting (#3971)noroadsleft2018-09-232-1/+64
|
* Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970)noroadsleft2018-09-233-8/+3
| | | | | | | | | | * Crkbd: move I2C and Serial defines to keyboard's config.h per @drashna on Discord * Crkbd: remove misleading comment re: I2C and Serial USE_I2C and USE_SERIAL are usually a "one or the other"-type deal, but this keyboard uses both.
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-1/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Keyboard: Improvement of crkbd communication functions (based on ↵marksard2018-09-0331-233/+580
| | | | | | | | | | | | | | | helix-keyboard) (#3798) * improvement of crkbd communication functions (based on helix-keyboard) * Removed unnecessary code. * Changed read restriction from #define to #pragma once. * Changed from sizeof to defined size. * moved lib folder to crkbdroot. removed warning of ws2812.d
* Keyboard: Partial refactor of the crkbd code (#3600)marksard2018-08-2212-114/+159
| | | | * Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
* Keymap: add like jis(iso) layout keymap for crkbd (#3562)marksard2018-08-074-0/+543
| | | | | | * add like jis(iso) layout keymap for crkbd * Modified code by review.
* Add corne keyboard (#3119)Kosuke Adachi2018-06-0829-0/+2710
* Fork from helix * Move rev2 to rev1 * Remove unused settings * Move split_util to outof rev * Setup KEYMAP for crkbd * Remove old image * Move keymaps directory and glcdfont.c * Remove AUDIO in keymap * Show keylog * Show keylogs * Show time log * Remove EISU/KANA * Use KEYMAP_kc * Remove iota_gfx_record_user wrapping * Remove unused settings for layer * Add keylogger.c * Fix uppercase letters to lower * Add timelogger.c * Default RGBLED_NUM = 27 * Remove unused setting * Add mode icon reader * Add matrix_write_ln * Add layer_state_reader * Move to lib directory * Rename functions * Add host_led_state_reader * Add logo_reader * Cleaning of iota_gfx_task * Fix bugs and add key defines * Remove unnecessary comments * Update crkbd readme * Move libs to lib directories * Rename KEYMAP to LAYOUT