aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ckeys
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-112-8/+8
| | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
* Configure boards to use development_board - ABC (#25417)Joel Challis2025-06-281-2/+1
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-244-4/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-234-4/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-222-2/+0
|
* Remove some useless code from keymaps (#23787)Ryan2024-05-232-8/+0
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 2 (#23746)James Young2024-05-2010-91/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `chalice` - `charue/sunsetter_r2` - `checkerboards/axon40` - `checkerboards/candybar_ortho` - `checkerboards/g_idb60` - `checkerboards/nop60` - `checkerboards/phoenix45_ortho` - `checkerboards/plexus75` - `checkerboards/plexus75_he` - `checkerboards/pursuit40` - `checkerboards/quark` - `checkerboards/quark_lp` - `checkerboards/quark_plus` - `checkerboards/quark_squared` - `checkerboards/snop60` - `checkerboards/ud40_ortho_alt` - `cheshire/curiosity` - `chickenman/ciel` - `chlx/merro60` - `chlx/str_merro60` - `chosfox/cf81` - `citrus/erdnuss65` - `ckeys/handwire_101` - `ckeys/nakey` - `ckeys/obelus` - `ckeys/thedora` - `ckeys/washington` - `clueboard/2x1800/2018` - `clueboard/2x1800/2021`
* Delete trivial keymap readmes (#23714)Ryan2024-05-184-4/+0
|
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-112-2/+2
|
* Convert some AVR GPIO operations to macros (#23424)Ryan2024-05-021-2/+2
|
* Change to `development_board` (#21695)Duncan Sutherland2024-04-231-3/+1
|
* Migrate features from rules.mk to DD (#23247)Joel Challis2024-03-1410-63/+48
|
* OLED: driver naming cleanups (#21710)Ryan2023-08-151-1/+0
|
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-021-4/+4
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-055-98/+37
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-297-109/+61
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove more empty headers (#20155)Ryan2023-03-173-49/+0
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1010-75/+25
|
* Move encoder config to data driven (#19923)Ryan2023-02-254-8/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-254-5/+7
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-2/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-175-20/+0
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-161-16/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-31/+11
|
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-071-5/+0
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-062-10/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-035-15/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-305-105/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-305-5/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-284-22/+0
|
* Tidy up use of CTPC (#19570)Joel Challis2023-01-111-1/+1
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update use of legacy keycodes (#19120)Joel Challis2022-11-223-4/+4
|
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-4/+4
| | | | | | | | | | | | | | | | | | | | | * `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
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-12/+0
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-2/+2
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-064-4/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-2610-38/+33
|\|
| * Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-2610-38/+33
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-181-2/+2
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-312-5/+4
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-7/+7
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-155-12/+0
| | | | (#16655)
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-29/+29
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-10/+5
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-3/+0
|