summaryrefslogtreecommitdiffstats
path: root/keyboards/acheron/apollo/88htsc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-2/+2
|
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-111-3/+0
| | | | GD32V. (#19020)
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Update Apollo PCBs to use wear levelling code (#18411)Álvaro A. Volpato2022-09-204-11/+3
|
* Migrate more F4x1 board files (#18046)Joel Challis2022-08-153-15/+1
|
* Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-132-8/+7
|
* RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-072-6/+6
|
* Add info.json files for Acheron Apollo series keyboards (#17770)James Young2022-07-241-0/+103
| | | | | | | * 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. Volpato2022-07-239-0/+394
* 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