Skip to content

Instantly share code, notes, and snippets.

View BundleOfJoysticks's full-sized avatar

Слава Україні BundleOfJoysticks

View GitHub Profile
@BundleOfJoysticks
BundleOfJoysticks / keymap.c
Created February 15, 2019 03:40
QMK Alt-Tab macro
#define ALT_TAB M(KC_ALT_TAB) // Macro for Alt-Tab
enum macro_keycodes {
KC_ALT_TAB
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_MUTE, KC_ESC, KC_MPLY, \
MO(1), KC_UP, ALT_TAB, \