summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/xyverz/keymap.c
diff options
context:
space:
mode:
authorXyverz2016-08-19 22:45:20 -0700
committerXyverz2016-08-19 22:45:20 -0700
commite4984f65decbd005d147d29b56d7a0c7d7a8dafd (patch)
treea9cd2638d0d65fae8dcf3bb231ecef7a76ec576f /keyboards/ergodox/keymaps/xyverz/keymap.c
parentaff792545d70fbf281e64757b74d0ed776187bb2 (diff)
Changed the Ergodox keymap to use the KEYMAP() macro, updated readme.md.
Diffstat (limited to 'keyboards/ergodox/keymaps/xyverz/keymap.c')
-rw-r--r--keyboards/ergodox/keymaps/xyverz/keymap.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/keyboards/ergodox/keymaps/xyverz/keymap.c b/keyboards/ergodox/keymaps/xyverz/keymap.c
index 5927de33f..08ee5aeda 100644
--- a/keyboards/ergodox/keymaps/xyverz/keymap.c
+++ b/keyboards/ergodox/keymaps/xyverz/keymap.c
@@ -1,8 +1,4 @@
/*
- * PLEASE NOTE: This keymap has been updated to work with the Infinity ErgoDox. To build for the Infinity,
- * simply append `SUBPROJECT=infinity` to the end of your `make` statement. This keymap file is untested
- * on the Infinity ErgoDox.
- *
* About this keymap:
*
* The Dvorak layout shown herestems from my early Kinesis years, using the Contour PS/2 with a Dvorak
@@ -14,9 +10,6 @@
*
* I've enabled persistent keymaps for Qwerty, Dvorak and Colemak layers, similar to the default Planck
* layouts.
- *
- * For a better explanation of the layout matrices shown below, take a look at ../../ez/ez.h where the
- * keymap is defined, beginning on line 81.
*
*/
@@ -197,7 +190,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F11,
_______, _______, KC_PSCR, KC_SLCK, KC_PAUS, _______, _______,
_______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, DVORAK, QWERTY, COLEMAK, _______, _______,
_______, _______, _______, _______, _______,
_______, _______,
_______,
@@ -224,7 +217,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
* | | | | | | | | | | | KP 1 | KP 2 | KP 3 |KP Ent| |
* `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
- * | | | | | | | KP 0 | | |KP Ent| |
+ * | | | | | | | KP 0 | | KP . |KP Ent| |
* `----------------------------------' `----------------------------------'
* ,-------------. ,-------------.
* | | | | | |
@@ -249,7 +242,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, _______,
_______, KC_P4, KC_P5, KC_P6, KC_PPLS, _______,
_______, _______, KC_P1, KC_P2, KC_P3, KC_PENT, _______,
- _______, _______, _______, _______, _______,
+ KC_P0, _______, KC_PDOT, KC_PENT, _______,
_______, _______,
_______,
_______, _______, _______