aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Clean up default crkbd keymap (#6887)Richard Baptist2019-10-031-37/+38
| | | | | | | | * Put spacing into CRKBD keymap * Change KC_NO to XXXXXXX This makes it easier to see at a glance that the key does nothing
* [Keyboard] Fix up and clean Corne Keyboard code (#6284)Drashna Jaelre2019-07-281-7/+0
| | | | | | | | | | * Fix corne communication issues with LTO * Fix up other issues with corne code * Fix indentation * Clang Format rev1 file for Corne
* [Keymap] Refactor the default keymap for crkbd and add a new keymap for me ↵Kosuke Adachi2019-07-241-45/+21
| | | | | | | | | | | | | | | | | | (#6404) * Remap default keys * Remove self defined keys * Remove unnedessary breaks * Unable read_keylogs * Add a keymap for foostan * Remove unnecessary spaces * Remove "include" that it automatically including
* Reduce CRKBD firmware size by reducing layer numbers (#5471)Drashna Jaelre2019-04-181-4/+3
| | | | | | | | | | | | | | | | * Reduce CRKBD firmware size by reducing layer numbers * Update layer output code based on mtei's suggestion/code * Fix spacing * Revert "Update layer output code based on mtei's suggestion/code" This reverts commit 036d347db309170afd5676e694adfda69f912615. Unfortunately, because this is NOT in the keymap itself, the layer macros aren't accessible and will error on commit * Add comment for future person
* Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević2018-11-271-2/+2
|
* Keyboard: fix ifdef for crkbd's default/keymap.cRyoichi KATO2018-11-081-1/+3
| | | | undef SSD1306OLED should not kill entire process_record_user() function.
* Keyboard: Improvement of crkbd communication functions (based on ↵marksard2018-09-031-2/+0
| | | | | | | | | | | | | | | 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-221-15/+18
| | | | * Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
* Add corne keyboard (#3119)Kosuke Adachi2018-06-081-0/+246
* 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