mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-19 22:59:23 +00:00
7 lines
72 B
C
7 lines
72 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "quantum.h"
|
||
|
|
|
||
|
|
enum tap_dance {
|
||
|
|
SHIFT_CAPS = 0
|
||
|
|
};
|