qmk_userspace/users/t4corun/features/combo.h
Victor 089b71d77b
Migrating over userspace
- existing repo was not forked. Wanted to make sure I was using the standard,
not replicating it
- Updated the readme.md for the latest mappings
2024-04-01 22:26:41 -05:00

12 lines
No EOL
245 B
C

#pragma once
#include "t4corun.h"
enum combos {
//DRAGTOGGLE,
//SNIPERTOGGLE,
//MOUSEBUTTON4,
COMBO_LENGTH
};
//their documentation is so confusing because you don't use COMBO_LEN defining the actions
uint16_t COMBO_LEN = COMBO_LENGTH;