mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-02 13:44: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
6 lines
No EOL
201 B
C
6 lines
No EOL
201 B
C
#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); |