Skip to content

Commit

Permalink
Revert "Try to fix the bug"
Browse files Browse the repository at this point in the history
This reverts commit 9418bb1.
  • Loading branch information
huajijam committed Apr 6, 2020
1 parent 9418bb1 commit 829f9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/reversestudio/decadepad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_P1, KC_P2, KC_P3,
KC_P0, KC_PDOT, KC_PENT
),
)
};
2 changes: 1 addition & 1 deletion keyboards/reversestudio/decadepad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS
),
)
};

0 comments on commit 829f9ef

Please sign in to comment.