]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add initial don keymaps
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 21:15:31 +0000 (16:15 -0500)
committerDon Armstrong <don@donarmstrong.com>
Thu, 20 Apr 2017 17:34:36 +0000 (10:34 -0700)
keyboards/ergodox/keymaps/don/keymap.c
keyboards/planck/keymaps/don/keymap.c

index 38fa1ed1bd367dd224de911270bd52ee73b29297..95d9af581673438206dcd45f5f234ab8f810be49 100644 (file)
@@ -186,7 +186,7 @@ const uint16_t PROGMEM fn_actions[] = {
     [4] = ACTION_LAYER_SET(NUMP, ON_PRESS),                  // FN4 - push Layer4
     [5] = ACTION_LAYER_SET(BASE, ON_PRESS),                  // FN5 - push Layer0
     [6] = ACTION_LAYER_SET(SYMB, ON_PRESS),                  // FN6 - push Layer1
-    [6] = ACTION_LAYER_SET(PLVR, ON_PRESS),                  // FN7 - push Layer5
+    [7] = ACTION_LAYER_SET(PLVR, ON_PRESS),                  // FN7 - push Layer5
 };
 
 const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
index 4e2230bb2e5b20d9a76f775cdadb150eed228f0f..40287c9de07d92a71ec55767c2e736edc24593f4 100644 (file)
@@ -62,9 +62,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  * ,-----------------------------------------------------------------------------------.
  * |   ~  |   !  |   @  |   #  |   $  |   %  |   ^  |   &  |   *  |   (  |   )  | Bksp |
  * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | Del  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   _  |   +  |   {  |   }  |Enter |
+ * | Del  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   _  |   +  |   {  |   }  |  |   |
  * |------+------+------+------+------+------|------+------+------+------+------+------|
- * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |ISO ~ |ISO | |      |      | |    |
+ * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |ISO ~ |ISO | |      |      |Enter |
  * |------+------+------+------+------+------+------+------+------+------+------+------|
  * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
  * `-----------------------------------------------------------------------------------'
@@ -80,9 +80,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  * ,-----------------------------------------------------------------------------------.
  * |   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Bksp |
  * |------+------+------+------+------+-------------+------+------+------+------+------|
- * | Del  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   -  |   =  |   [  |   ]  | Enter|
+ * | Del  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   -  |   =  |   [  |   ]  |  \   |
  * |------+------+------+------+------+------|------+------+------+------+------+------|
- * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |ISO # |ISO / |      |      | \    |
+ * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |ISO # |ISO / |      |      |Enter |
  * |------+------+------+------+------+------+------+------+------+------+------+------|
  * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
  * `-----------------------------------------------------------------------------------'