summaryrefslogtreecommitdiff
path: root/keyboards/clueboard/card
AgeCommit message (Expand)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-19Remove duplication of RGBLight defaults (#25169)Joel Challis1-3/+1
2024-08-25Update Underglow keycodes (#23765)Ryan2-6/+6
2024-06-29`clueboard/card`: Swap layout and alias (#24007)Ryan1-2/+2
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-0/+0
2024-03-09Remove redundant disabling of features (#22926)Joel Challis1-4/+1
2024-02-01Ensure LTO is enabled as a `info.json` build config option (#22932)Joel Challis1-1/+0
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan1-12/+12
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan2-4/+1
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan1-0/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan1-1/+3
2023-02-28Remove `"w":1` and `"h":1` from info.json (#19961)Ryan1-9/+9
2023-02-26Move backlight config to data driven (#19910)Ryan3-5/+4
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-1/+0
2022-11-21Remove .noci functionality (#19122)Joel Challis1-0/+0
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre1-1/+10
2022-08-31Ensure all keyboards have a bootloader set (#18234)Ryan1-0/+1
2022-02-20Merge remote-tracking branch 'origin/master' into developQMK Bot3-17/+7
2022-02-20clueboard/card: disable Command to reduce size (#16404)Ryan3-17/+7
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan1-1/+1
2021-12-14Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2-10/+10
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan2-2/+2
2021-12-09Remove empty config.h from default-ish keymaps (#15429)Ryan1-3/+0
2021-12-07Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2-8/+0
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2-2/+0
2021-09-30Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2-2/+0
2021-09-30Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2-2/+0
2021-09-21Remove audio pin references in rules.mk (#14532)Ryan1-1/+1
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-3/+0
2021-09-10Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)Ryan2-2/+0
2021-09-05Remove empty override functions (#14312)Ryan2-24/+0
2021-08-06Remove Full Bootmagic (#13846)James Young2-2/+2
2021-02-15Audio system overhaul (#11820)Drashna Jaelre1-1/+1
2021-01-07cleanup clueboard based on latest validation workZach White2-20/+8
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White4-169/+52
2020-12-28Fix compile issues from the error page (#11314)Zach White1-0/+4
2020-12-18Add the ability to exclude keyboards from travis builds (#11178)Zach White1-0/+0
2020-11-21Refactor to use led config - Part 4 (#10967)Joel Challis1-27/+1
2020-08-29Better handle LTO_ENABLE (#9832)Drashna Jaelre1-1/+1
2020-05-302020 May 30 Breaking Changes Update (#9215)James Young2-2/+3
2020-01-31Fix AVR boards which were overriding backlight without setting… (#8044)Joel Challis1-1/+2
2020-01-29Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2-9/+9
2019-10-12Cleanup rules.mk for 32U4 keyboards, G (#6971)fauxpark1-1/+0
2019-10-05Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark1-5/+11
2019-08-22Reduce compile size to fix various Travis CI errors (#6426)Drashna Jaelre1-0/+2
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre1-1/+1
2019-04-13Fix Clueboard Cluecard keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-02-14Migrate fn_actions for default keymaps (#4935)fauxpark1-24/+32
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-6/+1