Drashna Jaelre
d709e01fb9
Reduce CRKBD firmware size by reducing layer numbers
2019-03-23 12:48:00 -07:00
Konstantin Đorđević
1904319745
Remove RGB_SMOD alias and replace uses with RGB_MOD ( #4319 )
2018-11-27 15:34:06 -08:00
Ryoichi KATO
5eb69ca224
Keyboard: fix ifdef for crkbd's default/keymap.c
...
undef SSD1306OLED should not kill entire process_record_user() function.
2018-11-08 06:45:09 -08:00
Drashna Jaelre
00b6f14821
Replace outdated RGB/Audio information
2018-10-22 14:55:05 -04:00
Kosuke Adachi
78b48371aa
Keyboard: Update logo and commonize it ( #4151 )
...
* 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
2018-10-19 09:12:55 -07:00
noroadsleft
07d317ab88
Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h ( #3970 )
...
* 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.
2018-09-23 18:47:43 -07:00
Joe Wasson
743449472e
Make PREVENT_STUCK_MODIFIERS
the default ( #3107 )
...
* 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.
2018-09-17 13:48:02 -04:00
marksard
35efcc9f39
Keyboard: Improvement of crkbd communication functions (based on 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
2018-09-03 16:34:16 -07:00
marksard
6076ed85be
Keyboard: Partial refactor of the crkbd code ( #3600 )
...
* Add display to LED-parameters function
* Improvement of update timing for OLED display (Need TWI_Init)
2018-08-22 09:51:37 -07:00
Kosuke Adachi
710937e4ef
Add corne keyboard ( #3119 )
...
* 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
2018-06-08 15:28:28 -07:00