From 86c0a6d3d7b960a6cb397404514b1bb1d042e42f Mon Sep 17 00:00:00 2001 From: fvolpe83 <62909893+fvolpe83@users.noreply.github.com> Date: Fri, 30 Jul 2021 07:16:51 +0200 Subject: [PATCH] [Keymap] Update keymaps for fvolpe83 (#13739) changed folder name to match github username, changed caps from LT(1,KC_CAPS) to MO(1) and updated readme --- keyboards/xd60/keymaps/{shura30 => fvolpe83}/config.h | 0 keyboards/xd60/keymaps/{shura30 => fvolpe83}/keymap.c | 2 +- keyboards/xd60/keymaps/{shura30 => fvolpe83}/readme.md | 8 ++++---- keyboards/xd60/keymaps/{shura30 => fvolpe83}/rules.mk | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename keyboards/xd60/keymaps/{shura30 => fvolpe83}/config.h (100%) rename keyboards/xd60/keymaps/{shura30 => fvolpe83}/keymap.c (96%) rename keyboards/xd60/keymaps/{shura30 => fvolpe83}/readme.md (73%) rename keyboards/xd60/keymaps/{shura30 => fvolpe83}/rules.mk (100%) diff --git a/keyboards/xd60/keymaps/shura30/config.h b/keyboards/xd60/keymaps/fvolpe83/config.h similarity index 100% rename from keyboards/xd60/keymaps/shura30/config.h rename to keyboards/xd60/keymaps/fvolpe83/config.h diff --git a/keyboards/xd60/keymaps/shura30/keymap.c b/keyboards/xd60/keymaps/fvolpe83/keymap.c similarity index 96% rename from keyboards/xd60/keymaps/shura30/keymap.c rename to keyboards/xd60/keymaps/fvolpe83/keymap.c index 61ce36310..0a18678dc 100755 --- a/keyboards/xd60/keymaps/shura30/keymap.c +++ b/keyboards/xd60/keymaps/fvolpe83/keymap.c @@ -4,7 +4,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [0] = LAYOUT_all( KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_GRV, KC_BSPC, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_NO, - LT(1,KC_CAPS), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, + MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_NO, KC_RSFT, KC_PSCR, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_APP, KC_NO, TT(1), KC_RCTL), diff --git a/keyboards/xd60/keymaps/shura30/readme.md b/keyboards/xd60/keymaps/fvolpe83/readme.md similarity index 73% rename from keyboards/xd60/keymaps/shura30/readme.md rename to keyboards/xd60/keymaps/fvolpe83/readme.md index 8e58ad3d9..753c6bbb2 100755 --- a/keyboards/xd60/keymaps/shura30/readme.md +++ b/keyboards/xd60/keymaps/fvolpe83/readme.md @@ -1,4 +1,4 @@ -# shura30's keymap for XIUDI's 60% XD60 PCB rev3 +# fvolpe83's keymap for XIUDI's 60% XD60 PCB rev3 3 layers in ISO: @@ -12,7 +12,7 @@ ## Additional Notes -RGB lighting enabled and goes to sleep with the host, each layer has its own color including capslock layer: +RGB lighting enabled and goes to sleep with the host, each layer has its own color, caps layer is still there (can be enabled via software) but acts as FN - 0 = cyan/blue - caps = red @@ -21,13 +21,13 @@ RGB lighting enabled and goes to sleep with the host, each layer has its own col tapping toggle has been defined to 3 in the separate config.h -via has been enabled, waiting for official support on their end +via has been enabled ## Build To build the keymap, simply run: - make xd60/rev3:shura30 # XD60 rev3 + make xd60/rev3:fvolpe83 # XD60 rev3 ![Keyboard Layout (Physical appearence)](https://i.imgur.com/CSRPjbX.png "physical layout") diff --git a/keyboards/xd60/keymaps/shura30/rules.mk b/keyboards/xd60/keymaps/fvolpe83/rules.mk similarity index 100% rename from keyboards/xd60/keymaps/shura30/rules.mk rename to keyboards/xd60/keymaps/fvolpe83/rules.mk