aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ut47/keymaps/nordic/keymap.c
diff options
context:
space:
mode:
authorGravatar NeonSpork <33250853+NeonSpork@users.noreply.github.com>2018-07-26 05:11:38 +0200
committerGravatar Drashna Jaelre <drashna@live.com>2018-07-25 20:11:38 -0700
commit49892272a08766aa270ca5c2aa6f5a108f33bdda (patch)
tree99d5962084147490253f6c0051ce903e4e9fa572 /keyboards/ut47/keymaps/nordic/keymap.c
parent723d338c624015dd68d5e7e7a0f96b3986151285 (diff)
downloadqmk_firmware-49892272a08766aa270ca5c2aa6f5a108f33bdda.tar.gz
Keymap: UT47:nordic - A couple of tweaks (#3489)
* Add files via upload Added a nordic layout for UT47 * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Add files via upload * Update to readme and keymap files * Update readme.md Changed cover image * Update readme.md typo fix * Delete config.h * Delete keymap.c * Delete readme.md * Delete rules.mk * Updated cover image in readme.md Fixed typo in image of keymaps * Update keymap.c Changed backslash to forward slash in first function layer. * Add files via upload * Delete config.h deleting files so I can upload to a folder with lower case name * Delete keymap.c deleting file so I can change to lower case name * Delete readme.md deleting file so I can change to lower case name * Add files via upload * Update keymap.c Cleaned up definitions in beginning of file. * Update keymap.c forgot an include * Update keymap.c * Update readme.md Updated picture of layout, link was wrong and pointed to an old/removed image. * Update readme.md Fixed error in link to keyboard layout editor * Update keymap.c More cleanup of the includes at beginning of file * Update config.h * Update keymap.c Fixed typo: Volume Down and Volume Up on the Tab layer were switched. * Update keymap.c * Added a macro on the Tab layer for <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd> * Added a macro on the Gaming layer for <kbd>Alt</kbd>+<kbd>Tab</kbd> (replaces prebious Backspace key) * Update readme.md Updated readme.md file to reflect changes to keymap.c in cover photo and KLE link. (added short cuts for Ctr Alt Del and Alt Tab)
Diffstat (limited to 'keyboards/ut47/keymaps/nordic/keymap.c')
-rw-r--r--keyboards/ut47/keymaps/nordic/keymap.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/ut47/keymaps/nordic/keymap.c b/keyboards/ut47/keymaps/nordic/keymap.c
index d0d52cdaa..cc3f43650 100644
--- a/keyboards/ut47/keymaps/nordic/keymap.c
+++ b/keyboards/ut47/keymaps/nordic/keymap.c
@@ -24,6 +24,8 @@
#define _______ KC_TRNS
#define LT3_TAB LT(3, KC_TAB)
#define MT_RSFT_ENT MT(MOD_RSFT, KC_ENT)
+#define CTRADEL LALT(LCTL(KC_DEL))
+#define ALTTAB LALT(KC_TAB)
enum custom_keycodes {
LED_TOG = SAFE_RANGE,
@@ -91,7 +93,7 @@ LAYOUT( /* Left modifier - L2 */
/* FN Layer 3
* ,-------------------------------------------------------------------------.
- * | Esc | Calc|Webhm| Comp|Webrf| | | | | |PrtSc| |
+ * | Esc | Calc|Webhm| Comp|Webrf| | | | | |PrtSc|CtrAlDl|
* |-------------------------------------------------------------------------+
* | | | | | | | |VolDn|VolUp| | | |
* |-------------------------------------------------------------------------+
@@ -102,7 +104,7 @@ LAYOUT( /* Left modifier - L2 */
*/
LAYOUT( /* Hold Tab down - L3 */
- KC_ESC, KC_CALC, KC_WHOM, KC_MYCM, KC_WREF, _______, _______, _______, _______, _______, KC_PSCR, _______,
+ KC_ESC, KC_CALC, KC_WHOM, KC_MYCM, KC_WREF, _______, _______, _______, _______, _______, KC_PSCR, CTRADEL,
_______, _______, _______, _______, _______, _______, _______, KC_VOLD, KC_VOLU, _______, _______, _______,
_______, LED_TOG, LED_CHG, _______, _______, RESET, _______, KC_MUTE, _______, KC_MS_BTN1, KC_MS_U, KC_MS_BTN2,
_______, _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R
@@ -129,7 +131,7 @@ LAYOUT( /* Norsk - L4 */
/* GAMING Layer (toggle on and off)
* ,-------------------------------------------------------------------------.
- * | Esc | Q | W | E | R | T | Y | F1 | F2 | F3 | F4 |Bspace |
+ * | Esc | Q | W | E | R | T | Y | F1 | F2 | F3 | F4 |Alt+Tab|
* |-------------------------------------------------------------------------+
* | Tab | A | S | D | F | G | H | F5 | F6 | F7 | F8 | Enter|
* |-------------------------------------------------------------------------+
@@ -140,7 +142,7 @@ LAYOUT( /* Norsk - L4 */
*/
LAYOUT( /* GAMING, toggled on and off - L5 */
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_F1, KC_F2, KC_F3, KC_F4, KC_BSPC,
+ KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_F1, KC_F2, KC_F3, KC_F4, ALTTAB,
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_F5, KC_F6, KC_F7, KC_F8, KC_ENT,
KC_LSFT, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_F9, KC_F10, KC_F11, KC_UP, TO(0),
KC_LCTL, KC_Z, KC_X, KC_C, KC_B, KC_SPC, KC_M, KC_V, KC_LEFT, KC_DOWN, KC_RGHT