summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfvolpe83 <62909893+fvolpe83@users.noreply.github.com>2021-07-30 07:16:51 +0200
committerGitHub <noreply@github.com>2021-07-29 22:16:51 -0700
commit86c0a6d3d7b960a6cb397404514b1bb1d042e42f (patch)
treee83aa469624e595d4dd443e9576dbeeb2ba5e399
parentfab1af415413e14c04c41dc3716c75500d67baf3 (diff)
[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
-rwxr-xr-xkeyboards/xd60/keymaps/fvolpe83/config.h (renamed from keyboards/xd60/keymaps/shura30/config.h)0
-rwxr-xr-xkeyboards/xd60/keymaps/fvolpe83/keymap.c (renamed from keyboards/xd60/keymaps/shura30/keymap.c)2
-rwxr-xr-xkeyboards/xd60/keymaps/fvolpe83/readme.md (renamed from keyboards/xd60/keymaps/shura30/readme.md)8
-rwxr-xr-xkeyboards/xd60/keymaps/fvolpe83/rules.mk (renamed from keyboards/xd60/keymaps/shura30/rules.mk)0
4 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/xd60/keymaps/shura30/config.h b/keyboards/xd60/keymaps/fvolpe83/config.h
index b26b00b189..b26b00b189 100755
--- a/keyboards/xd60/keymaps/shura30/config.h
+++ b/keyboards/xd60/keymaps/fvolpe83/config.h
diff --git a/keyboards/xd60/keymaps/shura30/keymap.c b/keyboards/xd60/keymaps/fvolpe83/keymap.c
index 61ce363105..0a18678dcc 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
index 8e58ad3d98..753c6bbb2d 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
index 1e5b99807c..1e5b99807c 100755
--- a/keyboards/xd60/keymaps/shura30/rules.mk
+++ b/keyboards/xd60/keymaps/fvolpe83/rules.mk