summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard
Commit message (Collapse)AuthorAgeFilesLines
* apply 66_(ansi|iso) to keyboards (#21834)Duncan Sutherland2023-09-201-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-141-1/+1
|\
| * Fix `keyboard` field for some JSON keymaps (#21752)Ryan2023-08-151-1/+1
| |
* | LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-1/+1
|/
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-0412-3338/+3338
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-4/+4
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-0112-41/+6
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-151-0/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-8/+24
|
* Remove more empty headers (#20155)Ryan2023-03-176-74/+0
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-33/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-2813-2942/+2942
|
* Move encoder config to data driven (#19923)Ryan2023-02-264-15/+14
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-2616-49/+22
|
* 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 `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* 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 `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
* 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
| | | | | | | | | | | | | | | | | | | | | * `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