aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dichotomy
diff options
context:
space:
mode:
authorSkyler Lewis <sblnog@gmail.com>2018-12-19 17:54:19 -0700
committerDrashna Jaelre <drashna@live.com>2018-12-19 16:54:19 -0800
commitf3cbb7bd6e307186e5802fa0366a21a5f9f5e41c (patch)
treeda6433b92a8e86f5d55b37a03b0ed95debeef5c6 /keyboards/dichotomy
parent5eb8f3f6b51cecc067aaedfb8b2f08cb626381bb (diff)
downloadqmk_firmware-f3cbb7bd6e307186e5802fa0366a21a5f9f5e41c.tar.gz
qmk_firmware-f3cbb7bd6e307186e5802fa0366a21a5f9f5e41c.zip
update the alairock keymap for dichotomy (#4687)
Just a couple placement updates to my layout on the dichotomy keyboard.
Diffstat (limited to 'keyboards/dichotomy')
-rw-r--r--keyboards/dichotomy/keymaps/alairock/keymap.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/dichotomy/keymaps/alairock/keymap.c b/keyboards/dichotomy/keymaps/alairock/keymap.c
index f39a226b7..a1d196fb0 100644
--- a/keyboards/dichotomy/keymaps/alairock/keymap.c
+++ b/keyboards/dichotomy/keymaps/alairock/keymap.c
@@ -43,34 +43,34 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
43 43
44[_RAISE] = LAYOUT( /* Shifted layout, small changes (because angle brackets have been moved to thumb cluster buttons) */ 44[_RAISE] = LAYOUT( /* Shifted layout, small changes (because angle brackets have been moved to thumb cluster buttons) */
45 _______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______, 45 _______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______,
46 _______, _______, KC_VOLD, KC_VOLU, KC_MPLY, KC_MFFD, KC_MUTE, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, _______, 46 _______, _______, KC_VOLD, KC_VOLU, KC_MPLY, KC_MFFD, KC_MUTE, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, _______,
47 _______, _______, _______, _______, _______, KC_MRWD, _______, _______, _______, KC_BSLS, KC_QUOT, _______, 47 _______, _______, KC_GRV, _______, _______, KC_MRWD, _______, _______, _______, KC_BSLS, KC_QUOT, _______,
48 _______, _______, _______, _______, _______, _______, 48 _______, _______, _______, _______, _______, _______,
49 _______, _______, KC_LABK, _______, _______, KC_RABK, _______, _______ 49 _______, _______, KC_LABK, _______, _______, KC_RABK, _______, _______
50), 50),
51 51
52[_LOWER] = LAYOUT( /* Number layout, basically the main function layer */ 52[_LOWER] = LAYOUT( /* Number layout, basically the main function layer */
53 _______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, 53 _______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______,
54 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, _______, 54 _______, _______, KC_VOLD, KC_VOLU, KC_MPLY, KC_MFFD, KC_MUTE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, _______,
55 _______, KC_TILD, KC_GRV, KC_F13, KC_F14, KC_F15, KC_F16, KC_F7, KC_F8, KC_F9, KC_F10, _______, 55 _______, _______, KC_TILD, _______, _______, KC_MRWD, _______, _______, _______, KC_PIPE, KC_DQT, _______,
56 _______, _______, _______, _______, _______, _______, 56 _______, _______, _______, _______, _______, _______,
57 _______, RAISE, _______, _______, _______, _______, _______, _______ 57 _______, RAISE, _______, _______, _______, _______, _______, _______
58), 58),
59 59
60[_ADJUST] = LAYOUT( /* Shifted number/function layout, for per-key control. Only active when shift is held, and number is toggled or held */ 60[_ADJUST] = LAYOUT( /* Shifted number/function layout, for per-key control. Only active when shift is held, and number is toggled or held */
61 _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, 61 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, _______, _______, KC_UP, _______, _______, _______,
62 _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, 62 KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______,
63 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 63 KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, _______, _______, _______, _______, _______, _______,
64 _______, _______, _______, _______, _______, _______, 64 _______, _______, _______, _______, _______, _______,
65 _______, _______, _______, _______, _______, _______, _______, _______ 65 _______, _______, _______, _______, _______, _______, _______, _______
66), 66),
67 67
68[_MOUSE] = LAYOUT( /* Mouse layer, including buttons for clicking. */ 68[_MOUSE] = LAYOUT( /* Mouse layer, including buttons for clicking. */
69 _______, _______, _______, _______, _______, _______, KC_VOLU, KC_HOME, KC_PGUP, _______, _______, _______, 69 _______, _______, _______, _______, _______, _______, KC_VOLU, KC_HOME, KC_PGUP, _______, _______, _______,
70 _______, _______, _______, _______, _______, _______, _______, MS_BTN1, MS_BTN2, _______, _______, _______, 70 _______, _______, _______, _______, _______, _______, _______, MS_BTN1, MS_BTN2, _______, _______, _______,
71 _______, _______, _______, _______, _______, _______, KC_VOLD, KC_END, KC_PGDN, _______, _______, _______, 71 _______, _______, _______, _______, _______, _______, KC_VOLD, KC_END, KC_PGDN, _______, _______, _______,
72 _______, _______, _______, _______, KC_UP, _______, 72 _______, _______, _______, _______, KC_UP, _______,
73 _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______ 73 _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______
74) 74)
75 75
76}; // end keymaps block 76}; // end keymaps block