aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/anavi
Commit message (Collapse)AuthorAgeFilesLines
* [Core] suspend: suppress wake up keypress (#23389)Stefan Kerkmann2025-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * suspend: suppress wake up keypress Waking the host from suspend is done by pressing any key on the keyboard, the regular key codes assigned to the keys are not important and must not be sent - otherwise they usually end up in password prompts as ghost characters that have to be deleted again. This commit adds suppression for all keys pressed at the time of wake up. Once a key is released it functions as a regular key again. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * suspend: update wake up matrix after wake up delay If USB_SUSPEND_WAKEUP_DELAY is set, the keyboard sleeps during wake up - which can be up to multiple seconds. To handle key presses and releases in that time frame we have to handle the following cases: 1. Key not pressed before suspend, and not pressed after wakeup → do nothing (normal case). 2. Key not pressed before suspend, but pressed after wakeup → set the wakeup_matrix bit to 1 (so that the press and release events would be suppressed). 3. Key pressed before suspend, but not pressed after wakeup → do nothing (the release event will be generated on the first matrix_task() call after the wakeup). 4. Key pressed before suspend, and still pressed after wakeup → do nothing (the release event will be generated some time later). Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * keyboards: anavi: macropad8: disable snake and rgb_test effects ...to shrink the binary size.
* Custom oled fonts cleanup (#25665)Ryan2025-09-212-237/+2
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-246-6/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-236-6/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-221-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-221-1/+0
|\
| * Decrease firmware size for `anavi/macropad8`. (#25185)Nick Brassel2025-04-221-1/+0
| | | | | | Preparation for bootstrapper.
* | Remove duplication of RGBLight defaults (#25169)Joel Challis2025-04-192-6/+0
|/
* Update Underglow keycodes (#23765)Ryan2024-08-254-4/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-032-4/+4
|
* Data-Driven Keyboard Conversions: A (#23379)James Young2024-04-024-4/+4
|
* Migrate build target markers to keyboard.json (#23293)Joel Challis2024-03-306-2/+0
|
* Migrate features from rules.mk to DD (#23247)Joel Challis2024-03-142-13/+11
|
* Migrate lighting defaults to info.json (#22920)Joel Challis2024-02-016-10/+9
|
* Remove obvious user keymaps, `keyboards/a*` edition. (#22692)Nick Brassel2023-12-189-948/+0
|
* Fix compile error in VLC keymap for Anavi Macropad8 (#22644)Marc Nause2023-12-121-2/+3
|
* [Keyboard] Add ANAVI Arrows (#22454)Leon Anavi2023-12-059-0/+198
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan2023-10-132-4/+0
|
* ANAVI Macro Pad 12: rename LAYOUT to LAYOUT_ortho_4x3 (#21886)James Young2023-09-042-2/+5
| | | [refactor]
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* OLED: driver naming cleanups (#21710)Ryan2023-08-153-3/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-288-0/+195
|\
| * [Keyboard] Add ANAVI Macro Pad 12 (#21547)Leon Anavi2023-07-288-0/+195
| |
* | backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-211-0/+1
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-3/+1
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-3/+3
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-1/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-9/+9
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-032-11/+11
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-33/+33
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-163-25/+5
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-065-4/+6
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-032-28/+0
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-266-5/+9
|
* keyboards/anavi: Add ANAVI Knobs 3 (#18624)Leon Anavi2023-03-066-0/+202
|
* Move backlight config to data driven (#19910)Ryan2023-02-252-6/+8
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-196-45/+12
|
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-144-32/+11
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+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 Brassel2023-01-303-3/+0
|
* [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-158-0/+238
|\
| * keyboards/anavi: Add ANAVI Knob 1 (#18623)Leon Anavi2022-11-158-0/+238
| | | | | | | | | | | | | | | | ANAVI Knob 1 is a mini mechanical keyboard with a clickable rotary encoder, USB-C, RP2040 microcontroller and I2C slot for a display. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-152-11/+21
|/
* [Keyboard] Add ANAVI Macro Pad 10 (#18620)Leon Anavi2022-10-106-0/+137
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: A (#17781)Ryan2022-07-262-8/+7
|