summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard
Commit message (Collapse)AuthorAgeFilesLines
* Remove .noci functionality (#19122)Joel Challis2022-11-218-0/+0
|
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-5/+5
| | | | | | | | | | | | | | | | | | | | | * `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-063-5/+5
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* 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
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1530-49/+49
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* 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
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-152-3/+0
| | | | (#16655)
* 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
| | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions
* | 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
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* 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
| | | | | | | * Remove deprecated KEYMAP alias * Remove some KEYMAP references * Remove some KEYMAP references
* 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
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-211-1/+1
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
| |
* | Align ChibiOS I2C defs with other drivers (#14399)Joel Challis2021-09-121-2/+2
| | | | | | | | | | | | | | | | | | * Align ChibiOS I2C defs with other drivers * Update keyboards/xelus/valor_frl_tkl/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1214-68/+2
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1214-68/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-102-2/+0
|\|
| * Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)Ryan2021-09-102-2/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-053-32/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-053-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-014-16/+6
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif