1
0

Add Super Alt-Tab macro example as module (#24970)

* Add Super Alt-Tab macro example as module

* Make module more configurable

* remove unneeded comments

Co-authored-by: jack <jack@pngu.org>

* Update modules/qmk/super_alt_tab/super_alt_tab.c

Co-authored-by: Nick Brassel <nick@tzarc.org>

---------

Co-authored-by: jack <jack@pngu.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Drashna Jaelre
2025-03-20 15:12:46 -07:00
committed by GitHub
parent 7fd12c2b98
commit a958276a76
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"module_name": "Super Alt Tab",
"maintainer": "QMK Maintainers",
"keycodes": [
{
"key": "COMMUNITY_MODULE_SUPER_ALT_TAB",
"aliases": ["CM_S_AT"]
}
]
}