Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
halfenergized committed May 21, 2020
1 parent a0f34bb commit ae2d683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/tgr/tris/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),

[1] = LAYOUT_numpad_6x4(
KC_TRNS, KC_TRNS, KC_TRNS, MO(2),
KC_TRNS, KC_TRNS, KC_TRNS, MO(2),
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_HOME, KC_UP, KC_PGUP,
KC_LEFT, KC_TRNS, KC_RGHT, KC_TRNS,
Expand Down
4 changes: 2 additions & 2 deletions keyboards/tgr/tris/tris.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, ___ }, \
{ k30, k31, k32, k33 }, \
{ k40, k41, k42, k43 }, \
{ k50, ___, k52, ___ } \
{ k40, k41, k42, ___ }, \
{ k50, ___, k52, k43 } \
}

0 comments on commit ae2d683

Please sign in to comment.