mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 11:20:35 -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
6
users/t4corun/features/taphold.h
Normal file
6
users/t4corun/features/taphold.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
#include "t4corun.h"
|
||||
|
||||
void insert_brackets(uint16_t left, uint16_t right);
|
||||
void double_tap(uint16_t keycode, uint32_t ms);
|
||||
bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
|
Loading…
Add table
Add a link
Reference in a new issue