mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-17 02:57:55 -04:00
chore: formatting
This commit is contained in:
parent
213097e1ee
commit
a7288da2ee
1 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,7 @@ enum custom_layers {
|
|||
_BASE,
|
||||
_SYM,
|
||||
_NAV,
|
||||
_FUN
|
||||
_FUN,
|
||||
};
|
||||
|
||||
// Aliases for mappings
|
||||
|
@ -38,7 +38,6 @@ enum custom_layers {
|
|||
#define WORD_P C(KC_LEFT)
|
||||
#define TMUX_ C(KC_SPC) // TMUX prefix key (Ctrl+Spc)
|
||||
|
||||
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
|
||||
// KEYMAP //
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
@ -108,7 +107,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record) {
|
|||
SEND_STRING("../");
|
||||
return false;
|
||||
case LITERAL:
|
||||
SEND_STRING("\"${}\""SS_TAP(X_LEFT)SS_TAP(X_LEFT));
|
||||
SEND_STRING("\"${}\"" SS_TAP(X_LEFT) SS_TAP(X_LEFT));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -120,9 +119,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record) {
|
|||
}
|
||||
|
||||
void matrix_scan_user(void) {
|
||||
|
||||
select_word_task();
|
||||
// Other tasks...
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue