1
0
Fork 0

Allow mod swapping for mod tap (MT) (#1202)

* allow mod swapping for mod tap

* quick include

* fix the mod swapping

* make changes consistent with action code

* fix bug

* re-enable no gui, etc

* fix binary comps

* solid logic
This commit is contained in:
Jack Humbert 2017-06-26 18:54:01 -04:00 committed by GitHub
parent d1fb8d2296
commit 61cdc9aaa4
3 changed files with 32 additions and 1 deletions

View file

@ -16,11 +16,13 @@
#include "eeconfig.h"
#include "keycode.h"
#include "action_code.h"
#ifndef KEYCODE_CONFIG_H
#define KEYCODE_CONFIG_H
uint16_t keycode_config(uint16_t keycode);
uint8_t mod_config(uint8_t mod);
/* NOTE: Not portable. Bit field order depends on implementation */
typedef union {