summaryrefslogtreecommitdiff
path: root/docs/squeezing_avr.md
AgeCommit message (Collapse)AuthorFilesLines
2025-11-06Guard remapping logic with MAGIC_ENABLE (#25537)フィルターペーパー1-20/+0
* Only perform key and mod remapping in keycode_config() and mod_config() when MAGIC_ENABLE is defined. * If not set, these functions now return the original keycode or modifier unchanged. * Reduces firmware size, and unnecessary code when MAGIC_ENABLE is not enabled. * Removed space saving suggestion with magic functions from squeezing AVR documentation
2025-09-09docs: fix misspellings (#25555)François Magimel1-7/+7
* docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag.
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-1/+1
2024-05-12[Doc] Revise squeezing AVR (#23665)フィルターペーパー1-6/+7
* Note AVR's flash space * Include guards for magic functions * Remove mention of silicon shortage * Demote an unavailable controller
2023-11-28Add Imera converter (#22419)leah-splitkb1-0/+1
2023-09-25Added flower blooming on RGB Matrix effect (#21948)HorrorTroll1-0/+1
2023-08-22[Doc] Improve magic keycode section (#21787)フィルターペーパー1-3/+2
2023-07-30Correct "less than" to "up to" in squeezing_avr?id=layers (#21639)3geek141-1/+1
2023-07-09[Docs] Squeeze AVR with simplified magic config functions (#21477)フィルターペーパー1-0/+15
2023-03-10Add RP2040 Community Edition alias for Liatris (#19966)leah-splitkb1-0/+1
2023-02-12Add rp2040_ce and add elite-pi and helios as alias (#19830)Joel Challis1-0/+1
* add rp2040_ce and add elite-pi and helios as alias (#19628) * fix git mishap * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Tidy docs --------- Co-authored-by: Conor Burns <mail@conor-burns.com>
2023-02-09Add Michi MCU Converter support (#19163)miguelelinventor1-0/+1
2022-09-08Add Elite-Pi converter (#18236)Danny1-0/+1
Co-authored-by: Joel Challis <git@zvecr.com>
2022-08-18[Docs] Update list of "ARM-based ProMicro replacements" (#18083)~ aka goonf!sh1-1/+4
2022-04-22[Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann1-0/+13
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-03-03Typo in squeezing_avr.md (#16506)jels1-1/+1
Fixed typo in squeezing_avr docs.
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y1-0/+1
* Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-05Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel1-1/+0
This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f.
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y1-0/+1
* Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-01-11[Docs] fix typo and remove trailing whitespace (#15842)JayceFayne1-18/+18
2021-11-23[Docs] Squeezing space out of AVR (#15243)Drashna Jaelre1-0/+180
* [Docs] Squeezing space out of AVR * Add more info * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * Add oled section * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * Update layers and intro wording * Rename doc file * add get_u8_str support * oled clarifications Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>