summaryrefslogtreecommitdiffstats
path: root/keyboards/maxr1998/phoebe/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-231-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-031-6/+0
|
* [Keyboard] Convert Maxr1998/Phoebe to use info.json where possible (#16309)Max Rumpf2022-02-111-42/+0
|
* Remove `DESCRIPTION`, K-M (#11619)Ryan2021-01-201-1/+0
|
* [Phoebe] Keymap improvements (#9092)Max Rumpf2020-05-151-0/+4
| | | Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
* [Keymap] Phoebe keymap improvements (#7963)Max Rumpf2020-01-221-1/+6
| | | | | | * [Phoebe] Allow to input pipe characters with only one modifier * [Phoebe] Update RGB animations
* [Keyboard] Add Phoebe, a keyboard by Maxr1998 (#6870)Max Rumpf2019-10-051-0/+71
* Add Phoebe, a keyboard by Maxr1998 * Improve include-guard * Remove unused functions * Remove unused extern * Add image * Some more fixes