Browse Source

[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
pull/13786/head
fvolpe83 2 years ago
committed by GitHub
parent
commit
86c0a6d3d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions
  1. +0
    -0
      keyboards/xd60/keymaps/fvolpe83/config.h
  2. +1
    -1
      keyboards/xd60/keymaps/fvolpe83/keymap.c
  3. +4
    -4
      keyboards/xd60/keymaps/fvolpe83/readme.md
  4. +0
    -0
      keyboards/xd60/keymaps/fvolpe83/rules.mk

keyboards/xd60/keymaps/shura30/config.h → keyboards/xd60/keymaps/fvolpe83/config.h View File


keyboards/xd60/keymaps/shura30/keymap.c → keyboards/xd60/keymaps/fvolpe83/keymap.c View File

@ -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),

keyboards/xd60/keymaps/shura30/readme.md → keyboards/xd60/keymaps/fvolpe83/readme.md View File

@ -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")

keyboards/xd60/keymaps/shura30/rules.mk → keyboards/xd60/keymaps/fvolpe83/rules.mk View File


Loading…
Cancel
Save