summaryrefslogtreecommitdiffstats
path: root/keyboards/mt980/config.h
diff options
context:
space:
mode:
authorwalkerstop <walkerstop@gmail.com>2019-03-14 16:21:41 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-14 16:21:41 +0100
commitc3b4f65c640c217a0c9bf99d6b30982f966e585c (patch)
tree19dc526906daf8eedc4494e96a813c4a538f6d8e /keyboards/mt980/config.h
parentf9c5b80aedc1ef43baeff6a197dc1c3772e69618 (diff)
downloadqmk_firmware-c3b4f65c640c217a0c9bf99d6b30982f966e585c.tar.gz
qmk_firmware-c3b4f65c640c217a0c9bf99d6b30982f966e585c.tar.xz
Added info.json for mt980 keyboard and fixes to walker keymap (#5391)
* Added info.json and minor fixes to walker keymap * Fix url * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Update keyboards/mt980/info.json Co-Authored-By: walkerstop <walkerstop@gmail.com> * Fix user calling keymap functions * cancel oneshot layer on KC_TRNS * Fix to oneshot layer handling * Fix oneshot handling of reset * Move bootmagic key to Esc where it normally resides * Remove deprecated function * Treat shift-numlock as shift-insert in Walker layer
Diffstat (limited to 'keyboards/mt980/config.h')
-rw-r--r--keyboards/mt980/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/mt980/config.h b/keyboards/mt980/config.h
index 9b5abf919..88c25a587 100644
--- a/keyboards/mt980/config.h
+++ b/keyboards/mt980/config.h
@@ -46,3 +46,7 @@
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_LIMIT_VAL 185
#endif
+
+/* Place bootmagic key on Esc */
+#define BOOTMAGIC_LITE_ROW 5
+#define BOOTMAGIC_LITE_COLUMN 0