Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 1 | -7/+0 |
| | |||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 1 | -4/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -4/+0 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -3/+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 usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -1/+0 |
| | |||||
* | Move keyboard USB IDs and strings to data driven: handwired (#17822) | Ryan | 2022-07-30 | 1 | -7/+0 |
| | |||||
* | Remove keyboard-level `COMBO_ENABLE` rules (#14550) | Ryan | 2021-09-25 | 1 | -2/+0 |
| | |||||
* | Remove `DESCRIPTION`, H-J (#11616) | Ryan | 2021-01-20 | 1 | -1/+0 |
| | |||||
* | BACKLIGHT_ON_STATE config.h fixes (#8862) | Ryan | 2020-04-30 | 1 | -3/+0 |
| | |||||
* | Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915) | fauxpark | 2020-01-19 | 1 | -0/+2 |
| | | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config | ||||
* | Adding Backlight on the handwired AEK64 keyboard (#7629) | Noan Mousy | 2019-12-13 | 1 | -27/+7 |
| | | | | | | * Implementing backlight with breathing * Rework of my personal keymap and adding some macros. | ||||
* | [Keyboard] Adding AEK64 keyboard (#6725) | Noan Mousy | 2019-09-17 | 1 | -0/+78 |
* Adding AEK64 keyboard * Deleting useless layout definition * Resolving many code review issues * Documenting my 4sStylZ keymap * Adding default keymap * Apply suggestions from code review Code review corrections Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/handwired/aek64/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Correcting the NKRO implementation |