mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-08 12:45:35 -04:00
[Keyboard] Move encoder hacks into via keymaps for Work Louder boards (#15192)
This commit is contained in:
parent
1efe842e30
commit
ba4f40db23
6 changed files with 34 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
#define LAYOUT_via( \
|
||||
k00, k01, k02, \
|
||||
k00_a, k00_b \
|
||||
) { \
|
||||
{ k00, k01, k02, k00_a, k00_b } \
|
||||
}
|
||||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Base */
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
||||
SRC += encoder_actions.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue