aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/planck/keymaps/callum/keymap.c4
-rw-r--r--keyboards/planck/keymaps/callum/readme.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/callum/keymap.c b/keyboards/planck/keymaps/callum/keymap.c
index a747dcb15..ed187df1d 100644
--- a/keyboards/planck/keymaps/callum/keymap.c
+++ b/keyboards/planck/keymaps/callum/keymap.c
@@ -71,7 +71,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
71 * |-----------------------------------------------------------------------------------. 71 * |-----------------------------------------------------------------------------------.
72 * | Del | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del | 72 * | Del | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del |
73 * |------+------+------+------+------+-------------+------+------+------+------+------| 73 * |------+------+------+------+------+-------------+------+------+------+------+------|
74 * | | ~ | | | + | [ | { | } | ] | = | \ | ` | | 74 * | | ~ | ` | + | = | | | \ | [ | ] | { | } | |
75 * |------+------+------+------+------+------+------+------+------+------+------+------| 75 * |------+------+------+------+------+------+------+------+------+------+------+------|
76 * | | | | | | | | | | | | | 76 * | | | | | | | | | | | | |
77 * `-----------------------------------------------------------------------------------' 77 * `-----------------------------------------------------------------------------------'
@@ -79,7 +79,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
79[_SYMB] = { 79[_SYMB] = {
80 {KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_ESC }, 80 {KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_ESC },
81 {KC_DEL, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL }, 81 {KC_DEL, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL },
82 {_______, KC_TILD, KC_PIPE, KC_PLUS, KC_LBRC, KC_LCBR, KC_RCBR, KC_RBRC, KC_EQL, KC_BSLS, KC_GRV, _______}, 82 {_______, KC_TILD, KC_GRV, KC_PLUS, KC_EQL, KC_PIPE, KC_BSLS, KC_LBRC, KC_RBRC, KC_LCBR, KC_RCBR, _______},
83 {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______} 83 {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______}
84}, 84},
85 85
diff --git a/keyboards/planck/keymaps/callum/readme.md b/keyboards/planck/keymaps/callum/readme.md
index d4f3449f1..030def7f7 100644
--- a/keyboards/planck/keymaps/callum/readme.md
+++ b/keyboards/planck/keymaps/callum/readme.md
@@ -31,9 +31,9 @@ On *macOS* I recommend using [Karabiner](https://pqrs.org/osx/karabiner/) and ti
31None of the modifiers are overwritten so that `shift-alt-arrows` etc work as expected. 31None of the modifiers are overwritten so that `shift-alt-arrows` etc work as expected.
32 32
33## The `SYMB` layer 33## The `SYMB` layer
34![](http://i.imgur.com/iuU144Y.png) 34![](http://i.imgur.com/thh1ne2.png)
35 35
36The symbol layer has all the numbers and their usual corresponding symbols in the first two rows, with the symbols on the home row since I use them more frequently than the numbers. The third row contains all the remaining symbols, with brackets in the centre; then normally shifted symbols to the left, and non shifted to the right, in order of most to least used. 36The symbol layer has all the numbers and their usual corresponding symbols in the first two rows, with the symbols on the home row since I use them more frequently than the numbers. The third row contains all the remaining symbols, arranged roughly so that the most used symbols are accessible with the strongest fingers.
37 37
38`esc` and `del` are repeated here since I wanted to be able to reach either, one handed, with either hand. 38`esc` and `del` are repeated here since I wanted to be able to reach either, one handed, with either hand.
39 39