diff options
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/README.md | 10 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/config.h | 69 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/keymap.c | 111 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/logo_reader.c | 9 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/rules.mk | 15 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/dsanchezseco/keymap.c | 83 |
6 files changed, 232 insertions, 65 deletions
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/README.md b/keyboards/crkbd/keymaps/dsanchezseco/README.md new file mode 100644 index 000000000..ce161e3c5 --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/README.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Dvorak keymap for CRKBD | ||
| 2 | |||
| 3 | To flash the halves use: | ||
| 4 | |||
| 5 | ``` | ||
| 6 | #left side | ||
| 7 | make crkbd:dsanchezseco:dfu-split-left | ||
| 8 | #right side, with RGB matrix fix | ||
| 9 | make crkbd:dsanchezseco:dfu-split-right RGB_MATRIX_SPLIT_RIGHT=yes | ||
| 10 | ``` | ||
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/config.h b/keyboards/crkbd/keymaps/dsanchezseco/config.h new file mode 100644 index 000000000..14efb7d4e --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/config.h | |||
| @@ -0,0 +1,69 @@ | |||
| 1 | /* | ||
| 2 | This is the c configuration file for the keymap | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | |||
| 7 | This program is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 2 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | This program is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #pragma once | ||
| 22 | |||
| 23 | //#define USE_MATRIX_I2C | ||
| 24 | #define USE_SERIAL | ||
| 25 | |||
| 26 | /* Select hand configuration */ | ||
| 27 | |||
| 28 | // #define MASTER_LEFT | ||
| 29 | // #define MASTER_RIGHT | ||
| 30 | #define EE_HANDS | ||
| 31 | |||
| 32 | // lower maximum brightness to lower power usage and prevent unresponsiveness | ||
| 33 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 | ||
| 34 | #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_LEFT_RIGHT | ||
| 35 | |||
| 36 | //disable effects | ||
| 37 | #define DISABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue speed is hue for secondary hue | ||
| 38 | #define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN // Static gradient top to bottom speed controls how much gradient changes | ||
| 39 | #define DISABLE_RGB_MATRIX_BAND_SAT // Single hue band fading saturation scrolling left to right | ||
| 40 | #define DISABLE_RGB_MATRIX_BAND_VAL // Single hue band fading brightness scrolling left to right | ||
| 41 | #define DISABLE_RGB_MATRIX_BAND_PINWHEEL_SAT // Single hue 3 blade spinning pinwheel fades saturation | ||
| 42 | #define DISABLE_RGB_MATRIX_BAND_PINWHEEL_VAL // Single hue 3 blade spinning pinwheel fades brightness | ||
| 43 | #define DISABLE_RGB_MATRIX_BAND_SPIRAL_SAT // Single hue spinning spiral fades saturation | ||
| 44 | #define DISABLE_RGB_MATRIX_BAND_SPIRAL_VAL // Single hue spinning spiral fades brightness | ||
| 45 | #define DISABLE_RGB_MATRIX_CYCLE_ALL // Full keyboard solid hue cycling through full gradient | ||
| 46 | #define DISABLE_RGB_MATRIX_CYCLE_UP_DOWN // Full gradient scrolling top to bottom | ||
| 47 | #define DISABLE_RGB_MATRIX_CYCLE_OUT_IN // Full gradient scrolling out to in | ||
| 48 | #define DISABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL // Full dual gradients scrolling out to in | ||
| 49 | #define DISABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON // Full gradent Chevron shapped scrolling left to right | ||
| 50 | #define DISABLE_RGB_MATRIX_CYCLE_PINWHEEL // Full gradient spinning pinwheel around center of keyboard | ||
| 51 | #define DISABLE_RGB_MATRIX_CYCLE_SPIRAL // Full gradient spinning spiral around center of keyboard | ||
| 52 | #define DISABLE_RGB_MATRIX_DUAL_BEACON // Full gradient spinning around center of keyboard | ||
| 53 | #define DISABLE_RGB_MATRIX_RAINBOW_BEACON // Full tighter gradient spinning around center of keyboard | ||
| 54 | #define DISABLE_RGB_MATRIX_RAINBOW_PINWHEELS // Full dual gradients spinning two halfs of keyboard | ||
| 55 | #define DISABLE_RGB_MATRIX_RAINDROPS // Randomly changes a single key's hue | ||
| 56 | #define DISABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS // Randomly changes a single key's hue and saturation | ||
| 57 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE // Pulses keys hit to hue & value then fades value out | ||
| 58 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE // Static single hue pulses keys hit to shifted hue then fades to current hue | ||
| 59 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE // Hue & value pulse near a single key hit then fades value out | ||
| 60 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE // Hue & value pulse near multiple key hits then fades value out | ||
| 61 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS // Hue & value pulse the same column and row of a single key hit then fades value out | ||
| 62 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS // Hue & value pulse the same column and row of multiple key hits then fades value out | ||
| 63 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS // Hue & value pulse away on the same column and row of a single key hit then fades value out | ||
| 64 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS // Hue & value pulse away on the same column and row of multiple key hits then fades value out | ||
| 65 | #define DISABLE_RGB_MATRIX_SPLASH // Full gradient & value pulse away from a single key hit then fades value out | ||
| 66 | #define DISABLE_RGB_MATRIX_MULTISPLASH // Full gradient & value pulse away from multiple key hits then fades value out | ||
| 67 | #define DISABLE_RGB_MATRIX_SOLID_SPLASH // Hue & value pulse away from a single key hit then fades value out | ||
| 68 | #define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH // Hue & value pulse away from multiple key hits then fades value out | ||
| 69 | #define DISABLE_RGB_MATRIX_EFFECT_MAX | ||
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/keymap.c b/keyboards/crkbd/keymaps/dsanchezseco/keymap.c new file mode 100644 index 000000000..a2e799e19 --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/keymap.c | |||
| @@ -0,0 +1,111 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | #include "split_util.h" | ||
| 3 | |||
| 4 | extern keymap_config_t keymap_config; | ||
| 5 | |||
| 6 | #ifdef RGBLIGHT_ENABLE | ||
| 7 | //Following line allows macro to read current RGB settings | ||
| 8 | extern rgblight_config_t rgblight_config; | ||
| 9 | #endif | ||
| 10 | |||
| 11 | extern uint8_t is_master; | ||
| 12 | |||
| 13 | #define LOWER MO(_LOWER) | ||
| 14 | #define RAISE MO(_RAISE) | ||
| 15 | #define ESC_CTL LCTL_T(KC_ESC) | ||
| 16 | |||
| 17 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
| 18 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
| 19 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
| 20 | // entirely and just use numbers. | ||
| 21 | enum crkbd_layers { | ||
| 22 | _DVORAK, | ||
| 23 | _LOWER, | ||
| 24 | _RAISE, | ||
| 25 | _ADJUST | ||
| 26 | }; | ||
| 27 | |||
| 28 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 29 | [_DVORAK] = LAYOUT( \ | ||
| 30 | //,-----------------------------------------------. ,-----------------------------------------------. | ||
| 31 | KC_TAB, KC_QUOT,KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH,\ | ||
| 32 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 33 | ESC_CTL, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINUS,\ | ||
| 34 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 35 | KC_LSFT,KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z,KC_SFTENT,\ | ||
| 36 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 37 | KC_LGUI, LOWER, KC_SPC, KC_BSPC, RAISE,KC_RALT \ | ||
| 38 | //`-----------------------' `----------------------' | ||
| 39 | ), | ||
| 40 | |||
| 41 | |||
| 42 | [_LOWER] = LAYOUT( \ | ||
| 43 | //,-----------------------------------------------. ,-----------------------------------------------. | ||
| 44 | KC_TILD,KC_EXLM, KC_AT, KC_HASH, KC_DLR,KC_PERC, KC_CIRC,KC_AMPR,KC_ASTR,KC_LPRN,KC_RIGHT,KC_RPRN,\ | ||
| 45 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 46 | _______,KC_VOLD,KC_VOLU,KC_MPRV,KC_MPLY,KC_MNXT, _______,KC_LEFT,KC_PLUS,KC_LCBR,KC_RCBR,KC_PIPE,\ | ||
| 47 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 48 | _______,_______,_______,KC_DOWN, KC_UP, _______, _______,_______,_______,KC_HOME, KC_END,_______,\ | ||
| 49 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 50 | _______,_______,_______, KC_DEL,_______,_______ \ | ||
| 51 | //`-----------------------' `----------------------' | ||
| 52 | ), | ||
| 53 | |||
| 54 | [_RAISE] = LAYOUT( \ | ||
| 55 | //,-----------------------------------------------. ,-----------------------------------------------. | ||
| 56 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9,KC_RIGHT, KC_0, \ | ||
| 57 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 58 | _______,_______,_______,_______,_______,_______, _______,KC_LEFT, KC_EQL,KC_LBRC,KC_RBRC,KC_BSLS,\ | ||
| 59 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 60 | _______,_______,_______,KC_DOWN, KC_UP, _______, _______,_______,_______,KC_PGUP,KC_PGDN,_______,\ | ||
| 61 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 62 | _______,_______,_______, KC_DEL ,_______,_______ \ | ||
| 63 | //`-----------------------' `----------------------' | ||
| 64 | ), | ||
| 65 | |||
| 66 | [_ADJUST] = LAYOUT( \ | ||
| 67 | //,-----------------------------------------------. ,-----------------------------------------------. | ||
| 68 | RGB_TOG,RGB_HUI,RGB_SAI,RGB_VAI,_______,RGB_M_T, _______,_______,_______,_______,KC_RIGHT,_______,\ | ||
| 69 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 70 | RGB_MOD,RGB_HUD,RGB_SAD,RGB_VAD,_______,_______, _______,KC_LEFT,_______,_______,_______,_______,\ | ||
| 71 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 72 | _______,KC_PSCR,_______,KC_DOWN, KC_UP, _______, _______,_______,_______,_______,_______,_______,\ | ||
| 73 | //|-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------| | ||
| 74 | _______,_______,_______, KC_DEL ,_______,_______ \ | ||
| 75 | //`-----------------------' `----------------------' | ||
| 76 | ) | ||
| 77 | }; | ||
| 78 | |||
| 79 | uint32_t layer_state_set_user(uint32_t state) { | ||
| 80 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | ||
| 81 | } | ||
| 82 | |||
| 83 | #ifdef OLED_DRIVER_ENABLE | ||
| 84 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | ||
| 85 | if (!isLeftHand) | ||
| 86 | return OLED_ROTATION_180; // flips the display 180 to see it from my side | ||
| 87 | return rotation; | ||
| 88 | } | ||
| 89 | |||
| 90 | const char *read_logo(void); | ||
| 91 | void oled_task_user(void){ | ||
| 92 | switch (biton32(layer_state)){ | ||
| 93 | case _DVORAK: | ||
| 94 | oled_write_ln_P(PSTR("DVRK"), false); | ||
| 95 | break; | ||
| 96 | case _LOWER: | ||
| 97 | oled_write_ln_P(PSTR("LOWER"), false); | ||
| 98 | break; | ||
| 99 | case _RAISE: | ||
| 100 | oled_write_ln_P(PSTR("RAISE"), false); | ||
| 101 | break; | ||
| 102 | case _ADJUST: | ||
| 103 | oled_write_ln_P(PSTR("ADJST"), false); | ||
| 104 | break; | ||
| 105 | default: | ||
| 106 | oled_write_ln_P(PSTR("?????"), false); | ||
| 107 | } | ||
| 108 | //now print logo | ||
| 109 | oled_write(read_logo(), false); | ||
| 110 | } | ||
| 111 | #endif | ||
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/logo_reader.c b/keyboards/crkbd/keymaps/dsanchezseco/logo_reader.c new file mode 100644 index 000000000..039a538cc --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/logo_reader.c | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | const char *read_logo(void) { | ||
| 2 | static char logo[] = { | ||
| 3 | 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94, | ||
| 4 | 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf, 0xb0, 0xb1, 0xb2, 0xb3, 0xb4, | ||
| 5 | 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf, 0xd0, 0xd1, 0xd2, 0xd3, 0xd4, | ||
| 6 | 0}; | ||
| 7 | |||
| 8 | return logo; | ||
| 9 | } | ||
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/rules.mk b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk new file mode 100644 index 000000000..44f60368b --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | |||
| 2 | # If you want to change the display of OLED, you need to change here | ||
| 3 | SRC += ./logo_reader.c | ||
| 4 | |||
| 5 | # enable OLED displays | ||
| 6 | OLED_DRIVER_ENABLE = yes | ||
| 7 | |||
| 8 | # enable media keys | ||
| 9 | EXTRAKEY_ENABLE = yes | ||
| 10 | |||
| 11 | # enable LEDs | ||
| 12 | RGB_MATRIX_ENABLE = WS2812 | ||
| 13 | |||
| 14 | # using elite-c controllers | ||
| 15 | BOOTLOADER = qmk-dfu | ||
diff --git a/keyboards/planck/keymaps/dsanchezseco/keymap.c b/keyboards/planck/keymaps/dsanchezseco/keymap.c index f7764ca84..adbbe44b8 100644 --- a/keyboards/planck/keymaps/dsanchezseco/keymap.c +++ b/keyboards/planck/keymaps/dsanchezseco/keymap.c | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "muse.h" | 2 | #include "muse.h" |
| 3 | 3 | ||
| 4 | #define LOWER MO(_LOWER) | ||
| 5 | #define RAISE MO(_RAISE) | ||
| 6 | #define ESC_CTL LCTL_T(KC_ESC) | ||
| 7 | |||
| 4 | extern keymap_config_t keymap_config; | 8 | extern keymap_config_t keymap_config; |
| 5 | 9 | ||
| 6 | enum planck_layers { | 10 | enum planck_layers { |
| @@ -10,85 +14,34 @@ enum planck_layers { | |||
| 10 | _ADJUST | 14 | _ADJUST |
| 11 | }; | 15 | }; |
| 12 | 16 | ||
| 13 | enum planck_keycodes { | ||
| 14 | DVORAK = SAFE_RANGE, | ||
| 15 | }; | ||
| 16 | |||
| 17 | #define LOWER MO(_LOWER) | ||
| 18 | #define RAISE MO(_RAISE) | ||
| 19 | |||
| 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 17 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | 18 | ||
| 22 | /* Dvorak | ||
| 23 | * ,-----------------------------------------------------------------------------------. | ||
| 24 | * | Tab | " | , | . | P | Y | F | G | C | R | L | / | | ||
| 25 | * |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 26 | * | Esc | A | O | E | U | I | D | H | T | N | S | - | | ||
| 27 | * |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 28 | * | Shift| ; | Q | J | K | X | B | M | W | V | Z |Enter | | ||
| 29 | * |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 30 | * | Ctrl | AltGr| Alt | GUI |Lower |Space | Bksp |Raise | Left | Down | Up |Right | | ||
| 31 | * `-----------------------------------------------------------------------------------' | ||
| 32 | */ | ||
| 33 | [_DVORAK] = LAYOUT_planck_grid( | 19 | [_DVORAK] = LAYOUT_planck_grid( |
| 34 | KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH, | 20 | KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH, |
| 35 | KC_ESC, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINUS, | 21 | ESC_CTL, KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINUS, |
| 36 | KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_SFTENT, | 22 | KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_SFTENT, |
| 37 | KC_LCTL, KC_RALT, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_BSPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | 23 | KC_LCTL, _______, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_BSPC, RAISE, KC_RGUI, KC_RALT, _______, KC_RCTL |
| 38 | ), | 24 | ), |
| 39 | 25 | ||
| 40 | /* Lower | ||
| 41 | * ,-----------------------------------------------------------------------------------. | ||
| 42 | * | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp | | ||
| 43 | * |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 44 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | | | ||
| 45 | * |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 46 | * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | Home | End | | | ||
| 47 | * |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 48 | * | | | | | | | Del | | Play | Vol- | Vol+ | Next | | ||
| 49 | * `-----------------------------------------------------------------------------------' | ||
| 50 | */ | ||
| 51 | [_LOWER] = LAYOUT_planck_grid( | 26 | [_LOWER] = LAYOUT_planck_grid( |
| 52 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, | 27 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RIGHT,KC_RPRN, |
| 53 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | 28 | _______, KC_VOLD, KC_VOLU, KC_MPRV, KC_MPLY, KC_MNXT, _______, KC_LEFT, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, |
| 54 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______, | 29 | _______, _______, _______, KC_DOWN, KC_UP, _______, _______, _______, _______, KC_HOME, KC_END, _______, |
| 55 | _______, _______, _______, _______, _______, _______, KC_DEL, _______, KC_MPLY, KC_VOLD, KC_VOLU, KC_MNXT | 30 | _______, _______, _______, _______, _______, _______, KC_DEL, _______, _______, _______, _______, _______ |
| 56 | ), | 31 | ), |
| 57 | 32 | ||
| 58 | /* Raise | ||
| 59 | * ,-----------------------------------------------------------------------------------. | ||
| 60 | * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | | ||
| 61 | * |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 62 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ | | ||
| 63 | * |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 64 | * | | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / |Pg Up |Pg Dn | | | ||
| 65 | * |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 66 | * | | | | | | | Del | | Play | Vol- | Vol+ | Next | | ||
| 67 | * `-----------------------------------------------------------------------------------' | ||
| 68 | */ | ||
| 69 | [_RAISE] = LAYOUT_planck_grid( | 33 | [_RAISE] = LAYOUT_planck_grid( |
| 70 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | 34 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_RIGHT, KC_0, |
| 71 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | 35 | _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, |
| 72 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______, | 36 | _______, _______, _______, KC_DOWN, KC_UP, _______, _______, _______, _______, KC_PGUP, KC_PGDN, _______, |
| 73 | _______, _______, _______, _______, _______, _______, KC_DEL, _______, KC_MPLY, KC_VOLD, KC_VOLU, KC_MNXT | 37 | _______, _______, _______, _______, _______, _______, KC_DEL, _______, _______, _______, _______, _______ |
| 74 | ), | 38 | ), |
| 75 | 39 | ||
| 76 | /* Adjust (Lower + Raise) | ||
| 77 | * ,----------------------------------------------------------------------------------- | ||
| 78 | * | | Reset| | | | | | | | | | Del | | ||
| 79 | * |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 80 | * | | | | | | | | | | | | | | ||
| 81 | * |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 82 | * | |PtrScr| |Mus on|Musoff| | | | | | | | | ||
| 83 | * |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 84 | * | | | | | | | | | | | | | | ||
| 85 | * `-----------------------------------------------------------------------------------' | ||
| 86 | */ | ||
| 87 | [_ADJUST] = LAYOUT_planck_grid( | 40 | [_ADJUST] = LAYOUT_planck_grid( |
| 88 | _______, RESET, _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_DEL, | 41 | _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, KC_RIGHT, _______, |
| 89 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 42 | _______, _______, _______, _______, _______, _______, _______, KC_LEFT, _______, _______, _______, _______, |
| 90 | _______, KC_PSCR, _______, MU_ON, MU_OFF, _______, _______, _______, _______, _______, _______, _______, | 43 | _______, KC_PSCR, _______, KC_DOWN, KC_UP, _______, _______, _______, _______, _______, _______, _______, |
| 91 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | 44 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ |
| 92 | ) | 45 | ) |
| 93 | 46 | ||
| 94 | }; | 47 | }; |
