[Keymap] Danielo515/redox_w (#11340)
* chore: pulled the latest from master Bring my redox layout from my latest redox branch Bring my latest user stuff from my redox branch * Update users/danielo515/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * chore: some more layouts * feat: add gaming layer (has a bug) * chore: more gaming layout * chore: deactivate gaming layer when switching * chore: simplify gaming toggle * Update .vscode/settings.json Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
fd80b2581e
commit
135d28d2fb
4 changed files with 79 additions and 64 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
#if defined(COMBO_ENABLE)
|
||||
# define COMBO_COUNT 11
|
||||
# define COMBO_TERM 25
|
||||
#endif // !COMBO_ENABLE
|
||||
# define COMBO_TERM 25
|
||||
#endif // !COMBO_ENABLE
|
||||
// Timeout settings for leader key
|
||||
#undef LEADER_TIMEOUT
|
||||
#undef LEADER_TIMEOUT
|
||||
#define LEADER_TIMEOUT 350
|
||||
#define LEADER_PER_KEY_TIMING
|
||||
|
|
|
@ -70,9 +70,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
switch (keycode) {
|
||||
case QWERTY:
|
||||
if (record->event.pressed) {
|
||||
#ifdef AUDIO_ENABLE
|
||||
PLAY_SONG(tone_qwerty);
|
||||
#endif
|
||||
layer_on(_QWERTY);
|
||||
}
|
||||
return false;
|
||||
|
|
|
@ -102,5 +102,7 @@ enum layers {
|
|||
|
||||
#define SFT_LEFT LSFT(KC_LEFT)
|
||||
#define SFT_RIGHT LSFT(KC_RIGHT)
|
||||
#define SHIFT_UP LSFT(KC_UP)
|
||||
#define SHIFT_DWN LSFT(KC_DOWN)
|
||||
#define SFT_LEFT_END LGUI(LSFT(KC_LEFT))
|
||||
#define SFT_RIGHT_END LGUI(LSFT(KC_RIGHT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue