Fix hid_liber for new keymap framework by yeeeargh
This commit is contained in:
parent
2b08a150a4
commit
b862b4f030
5 changed files with 165 additions and 55 deletions
|
@ -41,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* Set 0 if need no debouncing */
|
||||
#define DEBOUNCE 8
|
||||
|
||||
/* legacy keymap support */
|
||||
#define USE_LEGACY_KEYMAP
|
||||
|
||||
/* key combination for command */
|
||||
#define IS_COMMAND() ( \
|
||||
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue