Skip to content

Commit

Permalink
rs40
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Jun 19, 2024
1 parent 3e30f9d commit e3677b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/yandrstudio/wired/rs40v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define VENDOR_ID 0xAA96
#define PRODUCT_ID 0xAA50
#define DEVICE_VER 0x0001
#define MANUFACTURER "Y&R"
#define PRODUCT "RS40V2"
#define MANUFACTURER " "
#define PRODUCT "RS40"

/* key matrix size */
#define MATRIX_ROWS 4
Expand Down
2 changes: 1 addition & 1 deletion keyboards/yandrstudio/wired/rs40v2/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT(
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_EQL,
KC_TAB, KC_BSLS, KC_QUOT, KC_SCLN,KC_COMM,KC_DOT, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, RGB_TOG, RGB_MOD,RGB_RMOD,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
LAYOUT(
KC_F12, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/yandrstudio/wired/rs40v2/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rs40v2",
"name": "RS40",
"vendorId": "0xAA96",
"productId": "0xAA50",
"lighting":"vialrgb",
Expand Down

0 comments on commit e3677b0

Please sign in to comment.