Skip to content

Commit

Permalink
Makes layers consistent with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesc authored and jackhumbert committed Feb 8, 2018
1 parent 8afbd64 commit 57dde3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/viterbi/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
UNDS, ,EXLM, AT ,HASH,DLR ,PERC, CIRC,AMPR,ASTR,LPRN,RPRN,LCBR,RCBR,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
PLUS, , F1 , F2 , F3 , F4 , F5 , F6 ,MINS,PLUS,LCBR,RCBR, , ,
PLUS, , F1 , F2 , F3 , F4 , F5 , F6 ,UNDS,PLUS,LCBR,RCBR, , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
, , F7 , F8 , F9 ,F10 ,F11 , F12 , , , , , , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
Expand All @@ -103,7 +103,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
UNDS, , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,LCBR,RCBR,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
PLUS, , F1 , F2 , F3 , F4 , F5 , F6 ,MINS,PLUS,LBRC,RBRC, , ,
PLUS, , F1 , F2 , F3 , F4 , F5 , F6 ,MINS,EQL ,LBRC,RBRC, , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
, , F7 , F8 , F9 ,F10 ,F11 , F12 ,NUHS,NUBS, , , , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
Expand Down

0 comments on commit 57dde3d

Please sign in to comment.