forked from forks/qmk_firmware
7 lines
72 B
C
7 lines
72 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
enum tap_dance {
|
||
|
SHIFT_CAPS = 0
|
||
|
};
|