diff options
| author | Xyverz <xyverz@gmail.com> | 2018-05-18 15:32:50 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-05-18 15:32:50 -0700 |
| commit | 27e3458f44ee9b06ec84431b9d4e861668ace563 (patch) | |
| tree | 58fa6884bb135242c4bd6040444b3469e8217839 /keyboards/eco | |
| parent | 8cdb4a91501fab114ae55def050d06c7b9569f30 (diff) | |
| download | qmk_firmware-27e3458f44ee9b06ec84431b9d4e861668ace563.tar.gz qmk_firmware-27e3458f44ee9b06ec84431b9d4e861668ace563.zip | |
Updating my maps in upstream master (#2987)
* Adding Rama M10-A Macropad
* ch-ch-ch changes...
* Major overhaul based on SMT's keymap.
* more changes.
* Moved the FKeys to the ADJUST layer.
* More rearranging.
* Alias in Atreus62 keymap to make it more legible
Added config.h to fix tapping_term issue for Caps Lock key in OSX
* Added OrthoDox layout.
* More layout changes.
* Fixing things with the keyboard.
* Finishing touches.
Set left-hand master in config.h
Embedded the arrow keys in keymap.c
* Revised keymap making this easier to use.
* additions and changes.
* changes to various keymaps.
* Minor adjustments to OrthoDox layout.
* Added Eco keymap. Updated Let's Split keymap.
* Added gherkin
* Removed my M10A keymap
* Planck Keymap Updates
Updated my Planck keymap and created a simple keymap for Seph's Preonic.
* Added readme
* readme fixes
* Update readme.md
more clarification
* Keymap Tweaks
Removed the Power button setting from the keymap. It was in a
horrible location. I'll work on getting it setup somewhere else
sometime later.
* Added Readme
I finally got around to adding a readme to this keymap. I've also added minor changes to the layout.
* Fixed Keymap Error
* Fixed Readme
* adding iris and levinson keymaps
* Tweaks to keymap
* added youngJZ keymap
* Changes to keymap
Added a readme.md
* Levinson changes
Added the readme.md and rules.mk files.
Configured RGB underglow and backlighting.
* fixed readme
* changes to keymaps
* Updated keymap
* Updated readme.md
* Updated Readme (again)
* Updated Readme
Fixed formatting. Again.
* Updated readme
This is the last readme update for this keyboard update. I hope.
* Added Contra keymap
* Kinesis Keymap Update
* Updated Keymaps
I've updated my Kinesis (Stapelberg) layout and my Clueboard 66 layout.
I've also updated my Kinesis Readme.
* Clueboard Keymap update
Added media keys to my Clueboard 66 Rev2 layout.
* Added keymap
Added Minidox keymap & rules.
Added user function to Let's Split keymap that turns off the red
LEDs on the Pro Micros.
* New Zen keymap
Added Zen keyboard to my list of keyboards, so had to generate a new
keymap for it.
Also adding some changes to my MiniDox keymap and config.h, as well
as my Levinson's config.h.
The config.h file changes enable ee_hands.
* A few changes for useability
I made a few changes to the Minidox keymap to see if I can't make it more useable.
I'm also working on streamlining the Zen keyboard keymap to reduce layers.
* Re-vamped Iris keymap.
* changes
* minor keymap change
This was a minor keymap change to use mod_tap for the backspace key:
ALT when held, BSPC when tapped.
* Added Fourier keymap
* Keymap Cleanup
Moved KC_ESC to KC_CAPS, and changed KC_ESC to KC_GRV
This is because of muscle memory, I kept hitting ESC when trying to hit TAB.
* Keymap Adjustments
Swapped Caps/Esc, put Caps in Raise/Lower layers, put Grv in normal
Esc position. Adjusted the readme.md to reflect these changes.
* minor tweaks
Added code to disable red ProMicro LEDs after flashing.
* Clean-up
* Corrections to keymap.
Fixed a foul-up in the Zen keymap where the lctrl was where the LOWER
should have been.
* Changes to make this fall in line with the new Layout features
* Moving to LAYOUTs for 4x12 boards
* fixed config.h file
* standardization changes
* Reverted Atreus62 keymap to LAYOUT format
* Switch Preonic and Nyquist to ortho_5x12
* Corrections to config.h
* config.h file tweaks
* config.h file tweaks
Diffstat (limited to 'keyboards/eco')
| -rw-r--r-- | keyboards/eco/keymaps/xyverz/keymap.c | 201 | ||||
| -rw-r--r-- | keyboards/eco/keymaps/xyverz/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/eco/keymaps/xyverz/rules.mk | 21 |
3 files changed, 225 insertions, 0 deletions
diff --git a/keyboards/eco/keymaps/xyverz/keymap.c b/keyboards/eco/keymaps/xyverz/keymap.c new file mode 100644 index 000000000..b68f9f858 --- /dev/null +++ b/keyboards/eco/keymaps/xyverz/keymap.c | |||
| @@ -0,0 +1,201 @@ | |||
| 1 | // This is the canonical layout file for the Quantum project. If you want to add another keyboard, | ||
| 2 | // this is the style you want to emulate. | ||
| 3 | |||
| 4 | // Default ECO Layout | ||
| 5 | // KLE here : http://www.keyboard-layout-editor.com/#/gists/0733eca6b4cb88ff9d7de746803f4039 | ||
| 6 | |||
| 7 | #include "eco.h" | ||
| 8 | #include "action_layer.h" | ||
| 9 | #include "eeconfig.h" | ||
| 10 | |||
| 11 | extern keymap_config_t keymap_config; | ||
| 12 | |||
| 13 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
| 14 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
| 15 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
| 16 | // entirely and just use numbers. | ||
| 17 | #define _QWERTY 0 | ||
| 18 | #define _COLEMAK 1 | ||
| 19 | #define _DVORAK 2 | ||
| 20 | #define _LOWER 3 | ||
| 21 | #define _RAISE 4 | ||
| 22 | #define _ADJUST 16 | ||
| 23 | |||
| 24 | enum planck_keycodes { | ||
| 25 | QWERTY = SAFE_RANGE, | ||
| 26 | COLEMAK, | ||
| 27 | DVORAK, | ||
| 28 | LOWER, | ||
| 29 | RAISE, | ||
| 30 | BACKLIT | ||
| 31 | }; | ||
| 32 | |||
| 33 | // Fillers to make layering more clear | ||
| 34 | #define _______ KC_TRNS | ||
| 35 | #define XXXXXXX KC_NO | ||
| 36 | |||
| 37 | // Aliases to make reading the keymap easier | ||
| 38 | #define GUIBSPC GUI_T(KC_BSPC) // GUI when held, BSPC when tapped. | ||
| 39 | |||
| 40 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 41 | |||
| 42 | /* Qwerty | ||
| 43 | * ,-------------------------------------------------------------------------------------------------. | ||
| 44 | * | Tab | Q | W | E | R | T | | | Y | U | I | O | P | Bksp | | ||
| 45 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 46 | * | Esc | A | S | D | F | G | | | H | J | K | L | ; | " | | ||
| 47 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 48 | * | Shift| Z | X | C | V | B | | | N | M | , | . | / |Shift | | ||
| 49 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 50 | * | Ctrl | Alt | Left |Right |Lower | Bksp | GUI |Enter |Space |Raise | Up | Down | GUI |Enter | | ||
| 51 | * `-------------------------------------------------------------------------------------------------' | ||
| 52 | */ | ||
| 53 | [_QWERTY] = KEYMAP( | ||
| 54 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_NO, KC_NO, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
| 55 | KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_NO, KC_NO, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 56 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_NO, KC_NO, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 57 | KC_LCTL, KC_LALT, KC_LEFT, KC_RGHT, LOWER, KC_BSPC, KC_LGUI, KC_ENT, KC_SPC, RAISE, KC_UP, KC_DOWN, KC_RGUI, KC_ENT | ||
| 58 | ), | ||
| 59 | |||
| 60 | /* Colemak | ||
| 61 | * ,-------------------------------------------------------------------------------------------------. | ||
| 62 | * | Tab | Q | W | F | P | G | | | J | L | U | Y | ; | Bksp | | ||
| 63 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 64 | * | Esc | A | R | S | T | D | | | H | N | E | I | O | " | | ||
| 65 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 66 | * | Shift| Z | X | C | V | B | | | N | M | , | . | / |Shift | | ||
| 67 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 68 | * | Ctrl | Alt | Left |Right |Lower | Bksp | GUI |Enter |Space |Raise | Up | Down | GUI |Enter | | ||
| 69 | * `-------------------------------------------------------------------------------------------------' | ||
| 70 | */ | ||
| 71 | [_COLEMAK] = KEYMAP( | ||
| 72 | KC_TAB, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_NO, KC_NO, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC, | ||
| 73 | KC_ESC, KC_A, KC_R, KC_S, KC_T, KC_D, KC_NO, KC_NO, KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT, | ||
| 74 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_NO, KC_NO, KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 75 | KC_LCTL, KC_LALT, KC_LEFT, KC_RGHT, LOWER, KC_BSPC, KC_LGUI, KC_ENT, KC_SPC, RAISE, KC_UP, KC_DOWN, KC_RGUI, KC_ENT | ||
| 76 | ), | ||
| 77 | |||
| 78 | /* Dvorak | ||
| 79 | * ,-------------------------------------------------------------------------------------------------. | ||
| 80 | * | Tab | " | , | . | P | Y | | | F | G | C | R | L | / | | ||
| 81 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 82 | * | Esc | A | O | E | U | I | | | D | H | T | N | S | - | | ||
| 83 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 84 | * | Shift| ; | Q | J | K | X | | | B | M | W | V | Z | Shift| | ||
| 85 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 86 | * | Ctrl | Alt | Left |Right |Lower | Bksp | GUI |Enter |Space |Raise | Up | Down | GUI |Enter | | ||
| 87 | * `-------------------------------------------------------------------------------------------------' | ||
| 88 | */ | ||
| 89 | [_DVORAK] = KEYMAP( | ||
| 90 | KC_TAB, KC_QUOT, KC_COMM, KC_DOT, KC_P, KC_Y, KC_NO, KC_NO, KC_F, KC_G, KC_C, KC_R, KC_L, KC_SLSH, | ||
| 91 | KC_ESC, KC_A, KC_O, KC_E, KC_U, KC_I, KC_NO, KC_NO, KC_D, KC_H, KC_T, KC_N, KC_S, KC_MINS, | ||
| 92 | KC_LSFT, KC_SCLN, KC_Q, KC_J, KC_K, KC_X, KC_NO, KC_NO, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_RSFT, | ||
| 93 | KC_LCTL, KC_LALT, KC_LEFT, KC_RGHT, LOWER, KC_BSPC, KC_LGUI, KC_ENT, KC_SPC, RAISE, KC_UP, KC_DOWN, KC_RGUI, KC_ENT | ||
| 94 | ), | ||
| 95 | |||
| 96 | /* Lower | ||
| 97 | * ,-------------------------------------------------------------------------------------------------. | ||
| 98 | * | ~ | ! | @ | # | $ | % | | | ^ | & | * | ( | ) | | | ||
| 99 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 100 | * | Caps | | Mute | Vol- | Vol+ | | | | F6 | F7 | F8 | F9 | F10 | F11 | | ||
| 101 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 102 | * | | | Prev | Play | Next | | | | | | | | | | | ||
| 103 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 104 | * | Brite| | Home | End | | Del | | | | | | | | | | ||
| 105 | * `-------------------------------------------------------------------------------------------------' | ||
| 106 | */ | ||
| 107 | [_LOWER] = KEYMAP( | ||
| 108 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_NO, KC_NO, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, | ||
| 109 | KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, KC_NO, KC_NO, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | ||
| 110 | _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, _______, KC_NO, KC_NO, _______, _______, _______, _______, _______, _______, | ||
| 111 | _______, _______, KC_HOME, KC_END, _______, KC_DEL, _______, _______, KC_INS, _______, KC_PGUP, KC_PGDN, _______, _______ | ||
| 112 | ), | ||
| 113 | |||
| 114 | /* Raise | ||
| 115 | * ,-------------------------------------------------------------------------------------------------. | ||
| 116 | * | | 1 | 2 | 3 | 4 | 5 | | | 6 | 7 | 8 | 9 | 0 | - | | ||
| 117 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 118 | * | | F1 | F2 | F3 | F4 | F5 | | | F6 | F7 | F8 | F9 | F10 | F11 | | ||
| 119 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 120 | * | | | | | | | | | | | | | | | | ||
| 121 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 122 | * | | | | | | | | | | | | | | | | ||
| 123 | * `-------------------------------------------------------------------------------------------------' | ||
| 124 | */ | ||
| 125 | [_RAISE] = KEYMAP( | ||
| 126 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_NO, KC_NO, KC_6, KC_7, KC_8, KC_9, KC_0, _______, | ||
| 127 | KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, KC_NO, KC_NO, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | ||
| 128 | _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, _______, KC_NO, KC_NO, _______, _______, _______, _______, _______, _______, | ||
| 129 | _______, _______, KC_HOME, KC_END, _______, KC_DEL, _______, _______, KC_INS, _______, KC_PGUP, KC_PGDN, _______, _______ | ||
| 130 | ), | ||
| 131 | |||
| 132 | |||
| 133 | /* Adjust | ||
| 134 | * ,-------------------------------------------------------------------------------------------------. | ||
| 135 | * | F11 | F1 | F2 | F3 | F4 | F5 | | | F6 | F7 | F8 | F9 | F10 | F12 | | ||
| 136 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 137 | * | | Reset| | | | | | | |Qwerty|Colemk|Dvorak| | | | ||
| 138 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 139 | * | | | | | | | | | | | | | | | | ||
| 140 | * |------+------+------+------+------+------+------|------+------+------+------+------+------+------| | ||
| 141 | * | | | | | | | | | | | | | | | | ||
| 142 | * `-------------------------------------------------------------------------------------------------' | ||
| 143 | */ | ||
| 144 | [_ADJUST] = KEYMAP( | ||
| 145 | KC_F11, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_NO, KC_NO, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F12 , | ||
| 146 | _______, RESET, _______, _______, _______, _______, KC_NO, KC_NO, _______, QWERTY, COLEMAK, DVORAK, _______, _______, | ||
| 147 | _______, _______, _______, _______, _______, _______, KC_NO, KC_NO, _______, _______, _______, _______, _______, _______, | ||
| 148 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 149 | ), | ||
| 150 | |||
| 151 | }; | ||
| 152 | |||
| 153 | void persistent_default_layer_set(uint16_t default_layer) { | ||
| 154 | eeconfig_update_default_layer(default_layer); | ||
| 155 | default_layer_set(default_layer); | ||
| 156 | } | ||
| 157 | |||
| 158 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 159 | switch (keycode) { | ||
| 160 | case QWERTY: | ||
| 161 | if (record->event.pressed) { | ||
| 162 | persistent_default_layer_set(1UL<<_QWERTY); | ||
| 163 | } | ||
| 164 | return false; | ||
| 165 | break; | ||
| 166 | case COLEMAK: | ||
| 167 | if (record->event.pressed) { | ||
| 168 | persistent_default_layer_set(1UL<<_COLEMAK); | ||
| 169 | } | ||
| 170 | return false; | ||
| 171 | break; | ||
| 172 | case DVORAK: | ||
| 173 | if (record->event.pressed) { | ||
| 174 | persistent_default_layer_set(1UL<<_DVORAK); | ||
| 175 | } | ||
| 176 | return false; | ||
| 177 | break; | ||
| 178 | case LOWER: | ||
| 179 | if (record->event.pressed) { | ||
| 180 | layer_on(_LOWER); | ||
| 181 | update_tri_layer(_LOWER, _RAISE, _ADJUST); | ||
| 182 | } else { | ||
| 183 | layer_off(_LOWER); | ||
| 184 | update_tri_layer(_LOWER, _RAISE, _ADJUST); | ||
| 185 | } | ||
| 186 | return false; | ||
| 187 | break; | ||
| 188 | case RAISE: | ||
| 189 | if (record->event.pressed) { | ||
| 190 | layer_on(_RAISE); | ||
| 191 | update_tri_layer(_LOWER, _RAISE, _ADJUST); | ||
| 192 | } else { | ||
| 193 | layer_off(_RAISE); | ||
| 194 | update_tri_layer(_LOWER, _RAISE, _ADJUST); | ||
| 195 | } | ||
| 196 | return false; | ||
| 197 | break; | ||
| 198 | } | ||
| 199 | return true; | ||
| 200 | } | ||
| 201 | |||
diff --git a/keyboards/eco/keymaps/xyverz/readme.md b/keyboards/eco/keymaps/xyverz/readme.md new file mode 100644 index 000000000..cf168377d --- /dev/null +++ b/keyboards/eco/keymaps/xyverz/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # ECO Default Layout by u/That-Canadian | ||
| 2 | |||
| 3 | KLE here : http://www.keyboard-layout-editor.com/#/gists/0733eca6b4cb88ff9d7de746803f4039 \ No newline at end of file | ||
diff --git a/keyboards/eco/keymaps/xyverz/rules.mk b/keyboards/eco/keymaps/xyverz/rules.mk new file mode 100644 index 000000000..9a3059e71 --- /dev/null +++ b/keyboards/eco/keymaps/xyverz/rules.mk | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | |||
| 2 | |||
| 3 | # Build Options | ||
| 4 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 5 | # the appropriate keymap folder that will get included automatically | ||
| 6 | # | ||
| 7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
| 8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
| 9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
| 10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
| 11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 14 | MIDI_ENABLE = no # MIDI controls | ||
| 15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 16 | UNICODE_ENABLE = no # Unicode | ||
| 17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
| 19 | |||
| 20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
