Skip to content

Commit

Permalink
Update UID & Via default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tumler committed May 21, 2024
1 parent 2afbc4a commit cc90099
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion keyboards/tumler/reviungdash47/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layout_aliases": {
"LAYOUT_reviungdash47": "LAYOUT_reviungdash_double"
"LAYOUT": "LAYOUT_reviungdash_double"
},
"layouts": {
"LAYOUT_reviungdash_single": {
Expand Down
6 changes: 3 additions & 3 deletions keyboards/tumler/reviungdash47/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
KC_LCTL, KC_LGUI, KC_LALT, KC_LGUI, MO(1), KC_SPC, KC_ENT, MO(2), KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT
),
[_LOWER] = LAYOUT_reviungdash_double(
[_LOWER] = LAYOUT(
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
_______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_GRV, KC_TILD,
_______, KC_ESC, KC_LGUI, KC_LALT, KC_CAPS, KC_DQUO, KC_HOME, KC_END, KC_PGUP, KC_PGDN, KC_PSCR, RSFT_T(KC_SPC),
_______, _______, _______, _______, _______, KC_SPC, KC_ENT, MO(3), _______, _______, _______, _______
),
[_RAISE] = LAYOUT_reviungdash_double(
[_RAISE] = LAYOUT(
_______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
_______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6,
_______, KC_ESC, KC_RGUI, KC_RALT, KC_CAPS, KC_QUOT, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
_______, _______, _______, _______, MO(3), KC_SPC, KC_ENT, _______, _______, _______, _______, _______
),
[_ADJUST] = LAYOUT_reviungdash_double(
[_ADJUST] = LAYOUT(
RGB_VAI, RGB_SAI, RGB_HUI, RGB_MOD, _______, RGB_TOG, _______, _______, _______, _______, _______, KC_VOLU,
RGB_VAD, RGB_SAD, RGB_HUD, RGB_RMOD,_______, _______, _______, _______, _______, _______, _______, KC_VOLD,
_______, _______, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, _______,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tumler/reviungdash47/keymaps/vial/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define VIAL_KEYBOARD_UID {0x40, 0x4E, 0xA1, 0x89, 0x23, 0x14, 0x82, 0x88}
#define VIAL_KEYBOARD_UID {0xE8, 0xB1, 0x52, 0x65, 0x1D, 0x03, 0x1B, 0x19}

// Unlock with top left key (row 0, column 0) and
// top right key (row 3, column 5):
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tumler/reviungdash52/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"processor": "RP2040",
"bootloader": "rp2040",
"layout_aliases": {
"LAYOUT_reviungdash52": "LAYOUT_reviungdash"
"LAYOUT": "LAYOUT_reviungdash"
},
"layouts": {
"LAYOUT_reviungdash": {
Expand Down
9 changes: 5 additions & 4 deletions keyboards/tumler/reviungdash52/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
MO(1), KC_LCTL, KC_SPC, KC_ENT, KC_DEL, MO(2)
),

[_LOWER] = LAYOUT_reviungdash(
[_LOWER] = LAYOUT(
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC,
_______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_GRV, KC_TILD,
_______, KC_ESC, KC_LGUI, KC_LALT, KC_CAPS, KC_QUOT, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_PSCR, RSFT_T(KC_SPC),
Expand All @@ -45,22 +45,23 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, MO(3)
),

[_RAISE] = LAYOUT_reviungdash(
[_RAISE] = LAYOUT(
_______, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
_______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6,
_______, KC_ESC, KC_RGUI, KC_RALT, KC_CAPS, KC_QUOT, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
_______, _______, _______, _______, _______, _______, _______, _______,
KC_DOWN, KC_UP,
MO(3), KC_LCTL, KC_LCTL, KC_LCTL, KC_LCTL, _______
),
[_ADJUST] = LAYOUT_reviungdash(
[_ADJUST] = LAYOUT(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLU,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______,
_______, _______,
_______, _______, _______, _______, _______, _______
)
)
};

layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tumler/reviungdash52/keymaps/vial/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define VIAL_KEYBOARD_UID {0x40, 0x4E, 0xA1, 0x89, 0x23, 0x14, 0x82, 0x88}
#define VIAL_KEYBOARD_UID {0x69, 0x01, 0x58, 0x30, 0xE7, 0xA6, 0x7D, 0x5D}

// Unlock with top left key (row 0, column 0) and
// top right key (row 3, column 5):
Expand Down

0 comments on commit cc90099

Please sign in to comment.