mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 23:24:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
5c8573ddcc
2 changed files with 22 additions and 0 deletions
18
keyboards/momokai/aurora/keymaps/via/keymap.c
Normal file
18
keyboards/momokai/aurora/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
// Copyright 2023 QMK
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
[0] = LAYOUT(
|
||||||
|
KC_MUTE,
|
||||||
|
KC_Z, KC_X, KC_C,
|
||||||
|
KC_GRV, KC_ESC, KC_F2
|
||||||
|
),
|
||||||
|
};
|
||||||
|
|
||||||
|
#if defined(ENCODER_MAP_ENABLE)
|
||||||
|
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
||||||
|
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
|
||||||
|
};
|
||||||
|
#endif
|
4
keyboards/momokai/aurora/keymaps/via/rules.mk
Normal file
4
keyboards/momokai/aurora/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
VIA_ENABLE = yes
|
||||||
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
|
ENCODER_MAP_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue