Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-26 | Move encoder config to data driven (#19923) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-02-26 | Move backlight config to data driven (#19910) | Ryan | |
2023-02-23 | Reallocate SAFE_RANGE (#19909) | Joel Challis | |
2023-02-22 | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | |
2023-02-21 | Add some missing `#pragma once`s (#19902) | Ryan | |
2023-02-19 | Move layouts for direct_pins boards to data driven (#19872) | Ryan | |
2023-02-08 | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | |
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | |||
2023-02-05 | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan | |
2023-02-03 | Debounce defines cleanup (#19742) | Ryan | |
* 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 | |||
2023-01-30 | Clean up Force NKRO in config.h (#19718) | Ryan | |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2023-01-28 | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | |
2022-12-30 | Remove useless line continuations (#19399) | Ryan | |
2022-11-21 | Remove .noci functionality (#19122) | Joel Challis | |
2022-11-07 | Normalise MIDI keycodes (#18972) | Ryan | |
* `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 | |||
2022-11-06 | Reworked backlight keycodes. (#18961) | Nick Brassel | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-10-27 | Normalise Space Cadet keycodes (#18864) | Ryan | |
2022-10-20 | Remove legacy Grave Escape keycodes (#18787) | Ryan | |
2022-10-20 | Remove legacy EEPROM clear keycodes (#18782) | Ryan | |
* `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 | |||
2022-10-19 | Remove legacy Debug keycode (#18769) | Ryan | |
* `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 | |||
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-15 | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | |
2022-10-15 | Update info.json configs to explicitly list RGBLIGHT animations (#18730) | Drashna Jaelre | |
2022-10-09 | Remove legacy international keycodes (#18588) | Ryan | |
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-09-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-03 | Remove more RESET keycode references (#18252) | Joel Challis | |
2022-08-31 | Ensure all keyboards have a bootloader set (#18234) | Ryan | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-07 | RESET -> QK_BOOT default keymaps (#17939) | Joel Challis | |
2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | |
(#16655) | |||
2022-02-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-20 | clueboard/card: disable Command to reduce size (#16404) | Ryan | |
2022-01-23 | [Keyboard] Fix erroneous SRC for Clueboard 66 hotswap (#16007) | Drashna Jaelre | |
2022-01-17 | CLI: Parse USB device version BCD (#14580) | Ryan | |
* CLI: Parse USB device version BCD * Apply suggestions | |||
2022-01-15 | Fix broken bootloader builds in develop. (#15880) | Dasky | |
2021-12-14 | Remove unnecessary backslash-escapes in default keymaps (#15472) | Ryan | |
* Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps | |||
2021-12-12 | Fix up build options comments (#15463) | Ryan | |
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-09 | Remove empty config.h from default-ish keymaps (#15429) | Ryan | |
2021-12-07 | Remove references to Makefile in keyboard-level rules.mk (#15427) | Ryan | |
2021-12-02 | Remove manual enable of LTO within keyboards (#15377) | Joel Challis | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-24 | Remove use of __flash due to LTO issues (#15268) | Joel Challis | |
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
2021-11-03 | Remove deprecated KEYMAP alias (#15037) | Joel Challis | |
* Remove deprecated KEYMAP alias * Remove some KEYMAP references * Remove some KEYMAP references | |||
2021-09-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |