summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard
Commit message (Expand)AuthorAgeFilesLines
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-231-5/+1
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-223-31/+0
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-192-4/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-2/+0
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-0310-12/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3114-14/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Remove useless line continuations (#19399)Ryan2022-12-301-25/+25
* Remove .noci functionality (#19122)Joel Challis2022-11-218-0/+0
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-5/+5
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-063-5/+5
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-272-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2025-28/+28
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1530-49/+49
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-1/+10
* Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre2022-10-157-7/+70
* Remove legacy international keycodes (#18588)Ryan2022-10-0917-44/+31
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-031-13/+0
|\
| * Remove more RESET keycode references (#18252)Joel Challis2022-09-031-13/+0
* | Ensure all keyboards have a bootloader set (#18234)Ryan2022-08-316-0/+6
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2121-21/+21
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-074-4/+4
|\
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-074-4/+4
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-3/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-203-17/+7
|\
| * clueboard/card: disable Command to reduce size (#16404)Ryan2022-02-203-17/+7
* | [Keyboard] Fix erroneous SRC for Clueboard 66 hotswap (#16007)Drashna Jaelre2022-01-231-2/+0
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-1711-11/+11
* | Fix broken bootloader builds in develop. (#15880)Dasky2022-01-154-0/+4
|/
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-1416-141/+141
* Fix up build options comments (#15463)Ryan2021-12-122-6/+0
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-2/+2
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-096-98/+0
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-072-8/+0
* Remove manual enable of LTO within keyboards (#15377)Joel Challis2021-12-021-1/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-2/+0
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-0/+26
* Remove deprecated KEYMAP alias (#15037)Joel Challis2021-11-039-9/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-302-2/+0
|\
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-302-2/+0
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-292-2/+0
|\|