summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-6/+6
|
* Merge remote-tracking branch 'origin/master' into developzvecr2023-08-1514-1480/+820
|\
| * [Keymap] Update rpbaptist crkbd (#21674)Richard Baptist2023-08-1414-1480/+820
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Richard Baptist <richard@remote.com>
* | OLED: driver naming cleanups (#21710)Ryan2023-08-1539-47/+2
| |
* | Remove old OLED API code (#21651)Ryan2023-07-313-9/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-284-11/+29
|\|
| * [Keymap] update colemad crkbd (corne) keyboard (#21515)Álvaro Cortés2023-07-274-11/+29
| | | | | | Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>
* | Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-021-3/+3
| |
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-022-9/+9
| |
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-10/+4
| |
* | Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-151-1/+0
| | | | | | | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-108-44/+151
|\|
| * [Keymap] thunderbird2086 layer status with RGB lighting/matrix (#21063)Allen Choi2023-06-108-44/+151
| |
* | Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-064-4/+6
|/ | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Bug][Keyboard] Fix key display on Corne OLED (#21044)Drashna Jaelre2023-05-251-1/+1
|
* [Keyboard] Fixup Crkbd default keymap (#20962)Drashna Jaelre2023-05-2022-495/+308
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-157-52/+40
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-065-8/+8
|
* [Chore] Remove stray mod tap interrupt defines and per key functions (#20347)Stefan Kerkmann2023-04-061-1/+0
| | | | | * Remove stray defines and per key functions * Remove defunct get_ignore_mod_tap_interrupt declaration
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-033-0/+423
|\
| * Personal keymaps for crkbd and kyria (#20009)Cameron Larsen2023-04-043-0/+423
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-0319-27/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-024-0/+106
|\|
| * [Keymap] Add md40 ckrbd keymap (#19931)Shane Dowling2023-04-024-0/+106
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Fixup Pointing device functions (#20311)Drashna Jaelre2023-04-011-2/+2
| |
* | Move split layouts to data driven (#20290)Ryan2023-04-017-225/+215
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-212-41/+43
|\|
| * [Keymap] for sharkby7e (#20121)Sid Quinsaat2023-03-202-41/+43
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-4/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-184-49/+63
|\|
| * [Keymap] crkbd toinux update (#19673)toinux2023-03-184-49/+63
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-31/+1
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move matrix config to info.json, part 6 (#20019)Ryan2023-03-114-48/+5
|/
* [Keymap] add crkbd/keymaps/markstos (#19010)Mark Stosberg2023-03-094-0/+200
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-232-2/+2
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-4/+6
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-094-0/+525
|\
| * [Keymap] Add colemak_luna keymap for crkbd (#19708)asdfire12023-02-094-0/+525
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-085-9/+7
| |
* | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
| |
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-6/+0
| |
* | Fix functions with empty params (#19647)Ryan2023-01-205-5/+5
| | | | | | | | | | * Fix functions with empty params * Found a bunch more