summaryrefslogtreecommitdiff
path: root/keyboards/duck
AgeCommit message (Collapse)AuthorFilesLines
2025-04-22Remove empty `url` fields (#25181)Joel Challis6-6/+0
2025-02-13Remove readme dummy content (#24912)Joel Challis1-2/+0
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis2-2/+0
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel8-160/+0
2024-08-25Update Underglow keycodes (#23765)Ryan8-9/+9
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-06-22Migrate `led_update_kb` implementations to DD (#23981)Joel Challis3-52/+6
2024-05-17Delete trivial keymap readmes (#23714)Ryan1-1/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan6-6/+6
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-6/+6
2024-04-14Migrate build target markers to keyboard.json - DE (#23515)Joel Challis7-0/+0
2024-04-13Data-Driven Keyboard Conversions: D (#23461)James Young14-91/+62
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan3-6/+4
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan1-1/+4
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark2-40/+0
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel2-40/+0
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2-5/+5
2023-09-25amend 75_(ansi|iso) community_layouts in keyboards/ (#21837)Duncan Sutherland1-3/+100
2023-08-23Move RGBLight animations to data driven (#21635)Ryan14-84/+91
* 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
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan3-90/+7
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan5-10/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan14-7/+21
2023-05-02`info.json` whitespace cleanups (#20651)Ryan4-10/+9
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan3-404/+315
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan6-119/+491
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-40/+108
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan14-7/+21
2023-04-05Move TKL layouts to data driven (#20337)Ryan3-38/+103
2023-04-05Move 75% and 96% layouts to data driven (#20289)Ryan6-172/+275
2023-03-13Fix layout macro keys with no matrix position (#20033)Ryan1-1/+1
2023-02-26Move backlight config to data driven (#19910)Ryan17-17/+22
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan1-2/+0
2023-02-21Add some missing `#pragma once`s (#19902)Ryan4-0/+8
2023-02-21Move backlight config to data driven, part 1 (#19887)Ryan2-3/+3
2023-02-17Move Bootmagic config to data driven (#19860)Ryan14-28/+21
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan1-5/+0
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis6-12/+12
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan14-42/+14
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan1-5/+0
2023-02-06Remove `DEBOUNCE` macro usage (#19750)jack7-1/+29
2023-02-03Debounce defines cleanup (#19742)Ryan7-21/+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
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan1-21/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel7-7/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan5-7/+0
2023-01-20Fix functions with empty params (#19647)Ryan2-2/+2
* Fix functions with empty params * Found a bunch more
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan8-9/+5
* Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
2022-12-30Remove useless line continuations (#19399)Ryan1-12/+12
2022-12-14Remove deprecated led_set_kb (#19273)Joel Challis3-28/+40
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
2022-12-09Refactor some led_set_kb instances (#19179)Joel Challis3-45/+53
* Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-21Remove .noci functionality (#19122)Joel Challis3-0/+0
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel1-1/+1
Co-authored-by: Ryan <fauxpark@gmail.com>