summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1
Commit message (Expand)AuthorAgeFilesLines
* [Keyboard] Fixup Crkbd default keymap (#20962)Drashna Jaelre2023-05-205-100/+62
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-3/+3
* Move split layouts to data driven (#20290)Ryan2023-04-013-61/+107
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-1/+0
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-2/+0
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+3
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-121-1/+1
* [Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154)Luc2022-12-113-0/+342
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-1/+0
* [Keyboard] Code consistency updates for CRKBD (#15779)Albert Y2022-01-211-2/+2
* [Keyboard] Set reasonable defaults for Corne keyboard (#13440)Drashna Jaelre2021-07-061-4/+7
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-2929-2555/+16
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-2/+2
* Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+3
* Fix midi for CRKBD (#11644)Loïc Wisniewski2021-01-252-3/+0
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-212-0/+0
* Normalise include statements in keyboard code (#11185)Ryan2020-12-162-2/+2
* Refactor the crkbd/via keymap and fix OLED bugs (#10354)Kosuke Adachi2020-11-168-402/+17
* Crkbd implementing return value for matrix_scan() (#10422)yhr0x432020-10-022-8/+12
* [Keyboard] Convert Corne Keyboard to Split Common (#6001)Drashna Jaelre2020-09-1733-106/+2309
* split_3x5_3 layout support (#9624)Danilo de Klerk2020-08-062-3/+20
* split_3x6_3 layout support (#9625)Danilo de Klerk2020-07-092-0/+4
* Fix crkbd slave matrix print to require debug_matrix (#9217)Manna Harbour2020-05-281-2/+4
* Remove pro_micro.h (#8374)Ryan2020-03-141-8/+9
* Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)Joel Challis2020-02-041-4/+8
* Fix processing of RGB keycodes on slave half (#7404)Joel Challis2019-11-281-8/+3
* Port SPLIT_USB_DETECT to crkbd (#7195)Joel Challis2019-11-162-24/+63
* [Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)buztard2019-11-051-6/+0
* [Keyboard] Change Corne RGB Matrix split handling (#7117)Drashna Jaelre2019-10-281-32/+39
* Fix Corne keyboard matrix configuration (#6684)Drashna Jaelre2019-09-142-18/+18
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-2/+0
* [Keyboard] Fix up and clean Corne Keyboard code (#6284)Drashna Jaelre2019-07-284-37/+20
* [Keyboard] Remove empty led_set_kb() from crkbd/rev1 (#6230)fauxpark2019-07-011-7/+0
* [Keymap] Add BB8520 trackpad support for CrKbd (#5925)Volodymyr Lukashevych2019-06-111-7/+43
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...XScorpion22019-05-071-69/+56
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-291-44/+44
* [Keyboard] crkbd: compile time hand-dependent rgb_matrix LED declarations (#5...Len Trigg2019-04-192-127/+75
* [Keyboard] Crkbd RGB Matrix config with WS2812 (#5627)Rob Rogers2019-04-162-0/+178
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Keyboard: fix for debug crkbd (#4469)epaew2018-11-271-3/+2
* Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)Kosuke Adachi2018-11-044-26/+45
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-3/+1
* Keyboard: Improvement of crkbd communication functions (based on helix-keyboa...marksard2018-09-0310-38/+234
* Add corne keyboard (#3119)Kosuke Adachi2018-06-085-0/+522