summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/rmw/keymap-win.c
diff options
context:
space:
mode:
authorReed <rmwphd@gmail.com>2020-06-29 13:23:13 -0400
committerGitHub <noreply@github.com>2020-06-29 10:23:13 -0700
commit1baa99c6473473ba3204c9861951e70c10d037cb (patch)
tree2f53db277340f411a690bef3127768007720062e /keyboards/ergodox_ez/keymaps/rmw/keymap-win.c
parente9e6054ee7eaca4cbd8d1c7566f394559ea8770a (diff)
[Keymap] Adding my keymaps for ergodox_ez and kyria (#9365)
* Trying to fix problems in my kyria steez * repeating last commit..... * repeating last commit on EDIT layer but swapping direction exit * moving the reversed desktop moves to the symbol layers on the same hand, for easier activation * adding mac desktop movement keys to Kyria layout * Adding readmes to my keymaps * Removing a png... * Update keyboards/ergodox_ez/keymaps/rmw/keymap-mac.c removing EPRM case * Apply suggestions from code review Great updates to various old-school or outdated ways I was doing things, removing some commented out code, etc. * Apply suggestions from code review Additional improvements * Moving tapdances.cpp to userspace as tapdances.c * reindenting the Kyria keymap to follow four-spaces convention, turning off oled on my kyria, improving the led handling on the Ergodox. * updating led stuff on the other two versions of the keymap, removing EPRM key from main keymap * Apply suggestions from code review I'm adding these various removals to the config file because it seems that at this time those settings are in harmony with the ergodox_ez defaults. * Moving encoder functions into their own userspace file * Apply suggestions from code review Removing settings that are now defaults, clearing out placeholder custom keycodes (smh) * updating encoder functions. * Moving to LAYOUT_stack for all layers, adding end of file newlines, switching to some shorter keycode aliases * Okay, refactor is well underway. * refactored! Also improved led handling for ergodox and rgb handling for kyria * removing mac/windows swappable version because I don't feel like dealing with it when reflashing is so easy. * moving LAYOUT_stack into kyria.h * moving the alternate default layer down next to QWERTY
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/rmw/keymap-win.c')
-rw-r--r--keyboards/ergodox_ez/keymaps/rmw/keymap-win.c159
1 files changed, 159 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/rmw/keymap-win.c b/keyboards/ergodox_ez/keymaps/rmw/keymap-win.c
new file mode 100644
index 0000000000..9f7435c0d7
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/rmw/keymap-win.c
@@ -0,0 +1,159 @@
+#include "rmw.h"
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+
+ [QWERTY] = LAYOUT_ergodox( // LEFT HAND
+ TD(FRBK), KC_1, KC_2, KC_3, KC_4, KC_5, KC_F4,
+ KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, TO(EDIT),
+ OSL(EDIT), KC_A, LT(NUMPAD,KC_S), KC_D, LT(FSYM,KC_F), KC_G,
+ OSM(MOD_LSFT), KC_Z, KC_X, KC_C, KC_V, SFT_T(KC_B), KC_TAB,
+ TD(CTLAND), OSL(ADJUST), TD(SCAG), TD(TDGUI), TD(ACG),
+ OS_ALT, OS_CTL ,
+ KC_ESCAPE,
+ KC_BSPACE, TD(SHENT), OSL(EDIT),
+
+ // RIGHT HAND
+ KC_F5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
+ TO(NUMPAD), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
+ KC_H, LT(JSYM,KC_J), KC_K, KC_L, LT(EDIT,KC_SCLN), KC_QUOTE,
+ CTL_T(KC_B), KC_N, KC_M, KC_COMM, KC_DOT, LT(MEDIA,KC_SLSH), TD(SHENT),
+ TD(CAG), TD(TDGUI), KC_LBRC, KC_RBRC, KC_MS_BTN1,
+ OS_ALT, KC_TAB,
+ KC_DEL,
+ KC_CAPS, SFT_T(KC_ENT), KC_SPC),
+
+
+ [NUMPAD] = LAYOUT_ergodox(VRSN, KC_F11, KC_F12, KC_F1, KC_F2, KC_F3, _______,
+ _______, _______, KC_PGUP, KC_UP, KC_PGDOWN, _______, TO(0),
+ _______, _______, KC_LEFT, KC_DOWN, KC_RIGHT, _______,
+ _______, LCTL(KC_Z), LCTL(KC_X), LCTL(KC_C), LCTL(KC_V), LCTL(KC_Y), _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, KC_PSCREEN, _______, _______, TO(0),
+
+ _______, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______,
+ TO(EDIT), _______, KC_7, KC_8, KC_9, KC_KP_MINUS, _______,
+ _______, KC_4, KC_5, KC_6, KC_KP_PLUS, _______,
+ _______, KC_COMM, KC_1, KC_2, KC_3, KC_KP_SLASH, _______,
+ KC_0, KC_DOT, KC_EQUAL, KC_KP_ASTERISK, _______,
+ _______, _______, KC_INSERT, TO(EDIT), _______, _______),
+
+ [EDIT] = LAYOUT_ergodox(KC_ESCAPE, LALT(LCTL(KC_DELETE)), KC_MS_WH_UP, KC_MS_BTN1, KC_MS_BTN2, _______, _______,
+ _______, LCTL(S(KC_ESCAPE)), KC_MS_WH_DOWN, LCTL(S(KC_LEFT)), LCTL(S(KC_RIGHT)), _______, TO(NUMPAD),
+ _______, _______, KC_LEFT, LCTL(KC_LEFT), LCTL(KC_RIGHT), _______,
+ _______, LCTL(KC_Z), LCTL(KC_X), LCTL(KC_C), LCTL(KC_V), LCTL(KC_Y), _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, TO(NUMPAD),
+ _______, _______, _______, S(KC_UP), _______, _______, KC_DELETE,
+ TO(0), LCTL(KC_T), KC_PGUP, KC_UP, KC_PGDOWN, KC_PSCREEN, _______,
+ KC_HOME, KC_LEFT, KC_DOWN, KC_RIGHT, KC_END, _______,
+ _______, S(KC_HOME), S(KC_LEFT), S(KC_DOWN), S(KC_RIGHT), S(KC_END), _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, S(KC_F10), _______, _______),
+
+ [FSYM] = LAYOUT_ergodox(_______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, KC_TILD, KC_EXLM, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, KC_CIRC, KC_AMPR , KC_ASTR, KC_GRV , _______, _______,
+ KC_EQUAL, KC_MINUS, KC_UNDS, KC_BSLS, KC_COLON, KC_DQT ,
+ _______, _______, KC_PLUS , KC_SLSH, KC_PIPE, _______ , _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______),
+
+ [JSYM] = LAYOUT_ergodox(_______, _______, _______, _______, _______, _______, _______,
+ _______, KC_GRV, KC_AT , KC_LCBR, KC_RCBR, _______, _______,
+ _______, KC_HASH, KC_DLR , KC_LPRN, KC_RPRN, KC_LEFT,
+ _______, KC_PERC, KC_CIRC, KC_LBRACKET, KC_RBRACKET, _______, _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, KC_QUES, KC_SLSH, KC_COLON, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______),
+
+ [MEDIA] = LAYOUT_ergodox(_______, _______, KC_MS_BTN4, _______, KC_MS_BTN5, _______, _______,
+ _______, KC_MS_WH_UP, KC_MS_WH_LEFT, KC_MS_UP, KC_MS_WH_RIGHT, _______, _______,
+ _______, KC_MS_WH_DOWN, KC_MS_LEFT, KC_MS_DOWN, KC_MS_RIGHT, _______,
+ _______, _______, KC_MS_ACCEL0, KC_MS_ACCEL1, KC_MS_ACCEL2, _______, _______,
+ _______, _______, _______, _______, KC_MS_BTN3,
+ _______, _______, _______, KC_MS_BTN1, KC_MS_BTN2, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______,
+ _______, _______, KC_AUDIO_VOL_DOWN, KC_AUDIO_MUTE, KC_AUDIO_VOL_UP, _______, _______,
+ KC_MEDIA_PREV_TRACK, KC_MEDIA_NEXT_TRACK, _______, _______, _______,
+ _______, _______, _______, _______, KC_MS_BTN1, KC_MEDIA_PLAY_PAUSE),
+
+ [ADJUST] = LAYOUT_ergodox(_______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, TO(EDIT), TO(NUMPAD), TO(FSYM), TO(JSYM), TO(MEDIA),
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, TO(QWERTY), _______, _______, _______,
+ _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______),
+
+};
+
+bool process_record_user(uint16_t keycode, keyrecord_t *record) {
+ switch (keycode) {
+ // dynamically generate these.
+ case VRSN:
+ if (record->event.pressed) {
+ SEND_STRING (QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION);
+ }
+ return false;
+ }
+ return true;
+}
+
+
+layer_state_t layer_state_set_user(layer_state_t state) {
+ switch (get_highest_layer(state)) {
+ case QWERTY:
+ ergodox_right_led_1_off();
+ ergodox_right_led_2_off();
+ ergodox_right_led_3_off();
+ break;
+ case NUMPAD:
+ ergodox_right_led_1_on();
+ ergodox_right_led_2_off();
+ ergodox_right_led_3_off();
+ break;
+ case EDIT:
+ ergodox_right_led_1_off();
+ ergodox_right_led_2_on();
+ ergodox_right_led_3_off();
+ break;
+ case FSYM:
+ ergodox_right_led_1_on();
+ ergodox_right_led_2_on();
+ ergodox_right_led_3_off();
+ break;
+ case JSYM:
+ ergodox_right_led_1_on();
+ ergodox_right_led_2_off();
+ ergodox_right_led_3_on();
+ break;
+ case MEDIA:
+ ergodox_right_led_1_off();
+ ergodox_right_led_2_on();
+ ergodox_right_led_3_on();
+ break;
+ case ADJUST:
+ ergodox_right_led_1_on();
+ ergodox_right_led_2_on();
+ ergodox_right_led_3_on();
+ break;
+ }
+ return state;
+}