-
-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyboards/anavi: Add ANAVI Macro Pad 10 #18620
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61cfa68
to
4347e5f
Compare
drashna
requested changes
Oct 7, 2022
4347e5f
to
6c949d2
Compare
fauxpark
requested changes
Oct 7, 2022
ANAVI Macro Pad 10 is a mini hot-swappable mechanical keyboard with a clickable rotary encoder, 9 Cherry MX compatible switches, translucent key caps, USB-C, RP2040 microcontroller, backlighting and under lighting. This commits adds initial QMK support for ANAVI Macro Pad 10 with: - Default keymap - Rotary encoder for controlling the volume - WS2812B RGB underlighting Several hardware features of ANAVI Macro Pad 10 are not supported yet: backlighting, neopixel on the XIAO RP2040 module and the click of the encoder (aka to use the encoder as a key). Signed-off-by: Leon Anavi <[email protected]>
6c949d2
to
bc3af12
Compare
fauxpark
approved these changes
Oct 7, 2022
drashna
approved these changes
Oct 10, 2022
SjB
added a commit
to SjB/qmk_firmware
that referenced
this pull request
Oct 13, 2022
* upstream/master: Remove xealousbrown keyboard (qmk#18658) Bugfix waffling60 rev d solder (qmk#18673) [Keyboard] Add hardwareabstraction/handwire Board (qmk#18504) Vertex AngleR2 Layout Refactor (qmk#18661) [Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes (qmk#15648) [Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (qmk#17362) [Keyboard] Add ANAVI Macro Pad 10 (qmk#18620) Fix future naming collisions. (qmk#18645) Synth Labs Solo Configurator Fixes (qmk#18642) Update CRKBD keymap (qmk#18619) Remove all `BACKLIGHT_LEVELS 0` (qmk#18630) DD mappings for build.debounce_type and backlight.levels (qmk#18628) Add encoder map support for Keychron Q1v1 and Q2 (qmk#18598) Studio Kestra Nascent Refactor (qmk#18625) [Keyboard] Add supersplit (qmk#18611)
quinnyo
pushed a commit
to quinnyo/qmk_firmware
that referenced
this pull request
Oct 21, 2022
aivalja
pushed a commit
to aivalja/qmk_firmware
that referenced
this pull request
Nov 7, 2022
ramonimbao
pushed a commit
to ramonimbao/qmk_firmware
that referenced
this pull request
Nov 28, 2022
nolanseaton
pushed a commit
to nolanseaton/qmk_firmware
that referenced
this pull request
Jan 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ANAVI Macro Pad 10 is a mini hot-swappable mechanical keyboard with a clickable rotary encoder, 9 Cherry MX compatible switches, translucent key caps, USB-C, RP2040 microcontroller, backlighting and under lighting.
This commits adds initial QMK support for ANAVI Macro Pad 10 with:
Several hardware features of ANAVI Macro Pad 10 are not supported yet: backlighting, neopixel on the XIAO RP2040 module and the click of the encoder (aka to use the encoder as a key).
Signed-off-by: Leon Anavi [email protected]
Description
Add a new keyboard: ANAVI Macro Pad 10 with Raspberry Pi RP2040 MCU, This is a mini hot-swappable mechanical keyboard with a clickable rotary encoder, 9 Cherry MX compatible switches, translucent key caps, USB-C, backlighting and under lighting.
This commits adds initial QMK support for ANAVI Macro Pad 10 with:
Several hardware features of ANAVI Macro Pad 10 are not supported yet: backlighting, neopixel on the XIAO RP2040 module and the click of the encoder (aka to use the encoder as a key).
Types of Changes
Issues Fixed or Closed by This PR
Checklist