summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeonSpork <33250853+NeonSpork@users.noreply.github.com>2018-07-25 17:25:45 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-25 08:25:45 -0700
commit56ed2d495d28e5f3a0d4fe3513834896d095cf38 (patch)
treecedbe0d1dccb4d04d5c111ea99c1608e5499e292
parentc14e297ad586fa5686d51fdf2618fa87803a67c4 (diff)
keymap: UT47:nordic - fixed typo (#3477)
* 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.
-rw-r--r--keyboards/ut47/keymaps/nordic/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ut47/keymaps/nordic/keymap.c b/keyboards/ut47/keymaps/nordic/keymap.c
index 2ead2a3c49..d0d52cdaa7 100644
--- a/keyboards/ut47/keymaps/nordic/keymap.c
+++ b/keyboards/ut47/keymaps/nordic/keymap.c
@@ -103,7 +103,7 @@ LAYOUT( /* Left modifier - L2 */
 
 LAYOUT( /* Hold Tab down - L3 */
   KC_ESC,  KC_CALC, KC_WHOM, KC_MYCM, KC_WREF, _______, _______, _______, _______, _______, KC_PSCR, _______,
-  _______, _______, _______, _______, _______, _______, _______, KC_VOLU, KC_VOLD, _______, _______, _______,
+  _______, _______, _______, _______, _______, _______, _______, 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
 ),