forked from mirrors/qmk_userspace
[Keymap] Xulkal user changes (#6044)
* Xulkal user changes Xulkal user changes * Reduce code duplication * Massive user code refactor
This commit is contained in:
parent
02b3fadbac
commit
4f788c2ae9
18 changed files with 334 additions and 260 deletions
28
users/xulkal/custom_keycodes.h
Normal file
28
users/xulkal/custom_keycodes.h
Normal file
|
@ -0,0 +1,28 @@
|
|||
#pragma once
|
||||
|
||||
enum custom_keycodes {
|
||||
RGBRST = SAFE_RANGE,
|
||||
#ifndef TAP_DANCE_ENABLE
|
||||
TD_MIN,
|
||||
TD_COMM = TD_MIN,
|
||||
TD_BSPC,
|
||||
TD_DEL,
|
||||
TD_DOT,
|
||||
TD_MAX,
|
||||
#endif
|
||||
KEYMAP_SAFE_RANGE
|
||||
};
|
||||
|
||||
#define RIS_ESC LT(_RAISE, KC_ESC)
|
||||
#define RIS_CAPS LT(_RAISE, KC_CAPS)
|
||||
|
||||
#define QWERTY DF(_QWERTY)
|
||||
|
||||
#ifndef GAMELAYER_DISABLE
|
||||
#define GAME DF(_GAME)
|
||||
#else
|
||||
#define GAME KC_TRANSPARENT
|
||||
#endif
|
||||
|
||||
#define LOWER MO(_LOWER)
|
||||
#define RAISE MO(_RAISE)
|
Loading…
Add table
Add a link
Reference in a new issue