Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TKL layouts to data driven (#20337) | Ryan | 2023-04-05 | 10 | -304/+311 |
| | |||||
* | Move TKL F13 and FRL layouts to data driven (#20310) | Ryan | 2023-04-04 | 3 | -127/+97 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 2 | -40/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move matrix config to info.json, part 5 (#20003) | Ryan | 2023-03-11 | 8 | -24/+20 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 4 | -16/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 8 | -30/+10 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 4 | -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 | ||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 4 | -12/+0 |
| | |||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 4 | -8/+8 |
| | |||||
* | Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵ | Nick Brassel | 2022-11-11 | 4 | -9/+0 |
| | | | | GD32V. (#19020) | ||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 5 | -6/+6 |
| | |||||
* | Update Apollo PCBs to use wear levelling code (#18411) | Álvaro A. Volpato | 2022-09-20 | 16 | -47/+11 |
| | |||||
* | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 1 | -1/+1 |
| | |||||
* | Migrate more F4x1 board files (#18054) | Joel Challis | 2022-08-15 | 3 | -15/+1 |
| | |||||
* | Migrate more F4x1 board files (#18046) | Joel Challis | 2022-08-15 | 9 | -45/+3 |
| | |||||
* | Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941) | Ryan | 2022-08-13 | 9 | -31/+32 |
| | |||||
* | RESET -> QK_BOOT default keymaps (#17939) | Joel Challis | 2022-08-07 | 8 | -24/+24 |
| | |||||
* | Add info.json files for Acheron Apollo series keyboards (#17770) | James Young | 2022-07-24 | 3 | -0/+308 |
| | | | | | | | * add info.json file for Apollo87H * add info.json file for Apollo87H-T-SC * add info.json file for Apollo88H-T-SC | ||||
* | [Keyboard] Apollo87H PCB support (#16817) | Álvaro A. Volpato | 2022-07-23 | 40 | -0/+1816 |
* Initial Apollo87H support * Define RGB animations and default animation * Add proper per-key RGB support * Adjust LED positions * Separate delta-gamma * Fine-tune LED positions * fix up GAMMA revision * fix up tabs indentation to spaces indentation * Fixed positioning and CS-SW defs for some LEDs * Fix INS RGB position * Fine-tune LED positions, fix default RGB * Update readme's * Rename LAYOUT_87H to lowercase 87h * Formatting gamma's rules.mk * Formatting delta's rules.mk * Use smaller readme image * Use smaller README image * First support for 87H-T-SC and 88H-T-SC * Update README * Fix layout naming * Remove * Remove EEPROM definitions, fix missing RGB LED mod/alpha definer * Add suggestions from noroadsleft |