modularize features
This commit is contained in:
parent
05a14994ad
commit
82203a8a05
9 changed files with 743 additions and 694 deletions
16
keyboards/crkbd/rev1/keymaps/pones/tap_dance.h
Normal file
16
keyboards/crkbd/rev1/keymaps/pones/tap_dance.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
// Tap dance definitions
|
||||
enum tap_dances {
|
||||
TD_J_BRACES, // { | {} | }
|
||||
TD_K_PARENS, // ( | () | ("") | () => {} | )
|
||||
TD_SC_ANGLES, // < | <> | <= | >
|
||||
TD_L_BRACKETS, // [ | [] | [0] | ]
|
||||
TD_EQ_PLUS, // = | == | += | +
|
||||
TD_SL_BACK, // / | // | backslash
|
||||
TD_MN_UNDER, // - | -- | => | _
|
||||
TD_AM_PIPE, // & | && | || | |
|
||||
TD_EX_QUEST, // ! | != | ?
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue