Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-08-14 | 1 | -1/+1 |
|\ | |||||
| * | Fix `keyboard` field for some JSON keymaps (#21752) | Ryan | 2023-08-15 | 1 | -1/+1 |
| | | |||||
* | | LED Matrix: driver naming cleanups (#21580) | Ryan | 2023-07-29 | 1 | -1/+1 |
|/ | |||||
* | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 12 | -3338/+3338 |
| | |||||
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 1 | -4/+4 |
| | |||||
* | Move `FORCE_NKRO` to data driven (#20604) | Ryan | 2023-05-01 | 12 | -41/+6 |
| | |||||
* | Fix info.json LTO and format encoder definitions (#20456) | Ryan | 2023-04-15 | 1 | -0/+3 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 8 | -8/+24 |
| | |||||
* | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 6 | -74/+0 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 6 | -33/+2 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove `"w":1` and `"h":1` from info.json (#19961) | Ryan | 2023-02-28 | 13 | -2942/+2942 |
| | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 4 | -15/+14 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 16 | -49/+22 |
| | |||||
* | Reallocate SAFE_RANGE (#19909) | Joel Challis | 2023-02-23 | 1 | -5/+1 |
| | |||||
* | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 3 | -31/+0 |
| | |||||
* | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 1 | -0/+2 |
| | |||||
* | Move layouts for direct_pins boards to data driven (#19872) | Ryan | 2023-02-19 | 2 | -4/+0 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -2/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan | 2023-02-05 | 1 | -5/+0 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 10 | -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) | Ryan | 2023-01-30 | 1 | -21/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 14 | -14/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 1 | -1/+0 |
| | |||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -25/+25 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 8 | -0/+0 |
| | |||||
* | Normalise MIDI keycodes (#18972) | Ryan | 2022-11-07 | 1 | -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 Brassel | 2022-11-06 | 3 | -5/+5 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 2 | -2/+2 |
| | |||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 25 | -28/+28 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -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) | Ryan | 2022-10-19 | 1 | -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) | Ryan | 2022-10-15 | 30 | -49/+49 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 1 | -1/+10 |
| | |||||
* | Update info.json configs to explicitly list RGBLIGHT animations (#18730) | Drashna Jaelre | 2022-10-15 | 7 | -7/+70 |
| | |||||
* | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 17 | -44/+31 |
| | |||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-03 | 1 | -13/+0 |
|\ | |||||
| * | Remove more RESET keycode references (#18252) | Joel Challis | 2022-09-03 | 1 | -13/+0 |
| | | |||||
* | | Ensure all keyboards have a bootloader set (#18234) | Ryan | 2022-08-31 | 6 | -0/+6 |
|/ | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 21 | -21/+21 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-07 | 4 | -4/+4 |
|\ | |||||
| * | RESET -> QK_BOOT default keymaps (#17939) | Joel Challis | 2022-08-07 | 4 | -4/+4 |
| | | |||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
|/ | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 6 | -6/+6 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 2 | -3/+0 |
| | | | | (#16655) | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-20 | 3 | -17/+7 |
|\ | |||||
| * | clueboard/card: disable Command to reduce size (#16404) | Ryan | 2022-02-20 | 3 | -17/+7 |
| | | |||||
* | | [Keyboard] Fix erroneous SRC for Clueboard 66 hotswap (#16007) | Drashna Jaelre | 2022-01-23 | 1 | -2/+0 |
| | | |||||
* | | CLI: Parse USB device version BCD (#14580) | Ryan | 2022-01-17 | 11 | -11/+11 |
| | | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions | ||||
* | | Fix broken bootloader builds in develop. (#15880) | Dasky | 2022-01-15 | 4 | -0/+4 |
|/ |