mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-02 05:34:17 -04:00
- 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
12 lines
No EOL
245 B
C
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; |