fixes to a few keymaps
This commit is contained in:
parent
42b9b871e2
commit
70eae1d16f
|
|
@ -1,4 +1,4 @@
|
|||
_______, _______, KC_ENT, KC_DEL, KC_BSPC, _______, _______, _______/* Copyright 2021 Sadek Baroudi
|
||||
/* Copyright 2021 Sadek Baroudi
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -36,9 +36,9 @@ _______, _______, KC_ENT, KC_DEL, KC_BSPC, _______, _______, _______/* Copyright
|
|||
K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \
|
||||
) \
|
||||
LAYOUT_wrapper( \
|
||||
LCTL_T(K11), K02, K03, LT(_FUNCTION, K04), K05, K06, LT(_FUNCTION, K07), LT(_WINNAV,K08), K09, RCTL_T(K1A), \
|
||||
K21, LGUI_T(K12), LALT_T(K13), LSFT_T(K14), K15, LT(_MOUSE, K16), RSFT_T(K17), RALT_T(K18), RGUI_T(K19), K2A, \
|
||||
K01, K22, K23, K24, K25, K26, K27, K28, K29, K0A, \
|
||||
K01, K02, K03, LT(_FUNCTION, K04), K05, K06, LT(_FUNCTION, K07), LT(_WINNAV,K08), K09, K0A, \
|
||||
LCTL_T(K11), LGUI_T(K12), LALT_T(K13), LSFT_T(K14), K15, LT(_MOUSE, K16), RSFT_T(K17), RALT_T(K18), RGUI_T(K19), RCTL_T(K1A), \
|
||||
K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, \
|
||||
LT(_NAVIGATION,KC_ENT), LT(_FUNCTION,KC_TAB), LT(_MEDIA,KC_BSPC), LT(_SYMBOLS,KC_SPACE) \
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@
|
|||
#include "casemodes.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#ifndef UNICODE_ENABLE
|
||||
# define UC(x) KC_NO
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The `LAYOUT_euclid36proto_base` macro is a template to allow the use of identical
|
||||
* modifiers for the default layouts (eg QWERTY, Colemak, Dvorak, etc), so
|
||||
|
|
@ -70,7 +66,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
________________NAVIGATION_1_______________, _________________NUMPAD_1__________________,
|
||||
________________NAVIGATION_2_______________, _________________NUMPAD_2__________________,
|
||||
________________NAVIGATION_3_______________, _________________NUMPAD_3__________________,
|
||||
_______, _______, KC_TAB, KC_BSPC, KC_SPACE KC_DOT
|
||||
_______, _______, KC_TAB, KC_BSPC, KC_SPACE, KC_DOT
|
||||
),
|
||||
|
||||
[_SYMBOLS] = LAYOUT_wrapper(
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@
|
|||
#include "casemodes.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#ifndef UNICODE_ENABLE
|
||||
# define UC(x) KC_NO
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The `LAYOUT_enigma36_base` macro is a template to allow the use of identical
|
||||
* modifiers for the default layouts (eg QWERTY, Colemak, Dvorak, etc), so
|
||||
|
|
|
|||
Loading…
Reference in New Issue