mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 06:34:17 -04:00
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
This commit is contained in:
parent
67fac7803e
commit
089b71d77b
43 changed files with 1762 additions and 44 deletions
12
users/t4corun/features/combo.h
Normal file
12
users/t4corun/features/combo.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#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;
|
Loading…
Add table
Add a link
Reference in a new issue