Skip to content

Commit

Permalink
Fix numbering to match the correct columns (#16831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paryz authored Apr 11, 2022
1 parent e13ad14 commit 0524a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/bastardkb/skeletyl/skeletyl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
k00, k01, k02, k03, k04, k44, k43, k42, k41, k40, \
k10, k11, k12, k13, k14, k54, k53, k52, k51, k50, \
k20, k21, k22, k23, k24, k64, k63, k62, k61, k60, \
k33, k34, k31, k71, k74, k73 \
k32, k33, k30, k70, k73, k72 \
) \
{ \
{ k00, k01, k02, k03, k04 }, \
{ k10, k11, k12, k13, k14 }, \
{ k20, k21, k22, k23, k24 }, \
{ k31, KC_NO, k33, k34, KC_NO }, \
{ k30, KC_NO, k32, k33, KC_NO }, \
{ k40, k41, k42, k43, k44 }, \
{ k50, k51, k52, k53, k54 }, \
{ k60, k61, k62, k63, k64 }, \
{ k71, KC_NO, k73, k74, KC_NO }, \
{ k70, KC_NO, k72, k73, KC_NO }, \
}
// clang-format on

0 comments on commit 0524a82

Please sign in to comment.