Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Added Ketch support (#11656)
Merge remote-tracking branch 'origin/master' into develop
ergodox_ez / dvorak_42_key layout: convert macros to new format (#11139)
Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net>
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
tmk_core/common/action.c: refactor for code size; merge multiple `case`s into one (#11943)
* tmk_core/common/report.h: define `enum mouse_buttons` in terms of `#define MOUSE_BTN_MASK()`
* tmk_core/common/action.c: collapse multiple `case KC_MS_BTN[1-8]:` into single `MOUSE_BTN_MASK(action.key.code - KC_MS_BTN1)`
We all love tapping on our keyboards but this is taking the piss.
This saves ~134 bytes on my ATmega32.
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821)
ANAVI Macro Pad 2 is an open source mini mechanical keyboard with
2 keys and backlit. Powered by ATtiny 85 microcontroller and with
microUSB connector. Designed with KiCad.
Provides the following keymaps for ANAVI Macro Pad 2:
- Default (with a, b and combo to control the LEDs)
- Copy & paste
- Tap dance example with a, b and c
- Mute
- Volume
- Zoom
- Jitsi Meet
Co-authored-by: Drashna Jaelre <drashna@live.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Concertina (#11922)
* [Keyboard] Concertina
* Added a novel handwired keyboard.
* Concertina lint
* Perfunctory changes to pass CI.
* Concertina line width
* Changes from code review: GPL headers, modernization, full-width
representation of matrix to match info.json.
Merge remote-tracking branch 'origin/master' into develop
Add via support to Dozen0 (#11932)
* Change VID and PID
* Add via kyemap
* Update keymap.c
* Update keymap.c
Co-authored-by: yynmt <yynmt@yynmt.com>
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
assign each key an LED for reactive modes (#11949)