Skip to content

Commit

Permalink
Change NUBS key to BSLS
Browse files Browse the repository at this point in the history
Was originally changed from BSLS to NUBS to work around
tmk#117, but the issue appears to have been fixed now.
  • Loading branch information
boblehest committed Feb 21, 2017
1 parent fbc7ade commit 50fe79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/ergodox/keymap_boblehest.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

// right hand
CAPS, 6, 7, 8, 9, 0, F18,
BSPC, Y, U, I, O, P, NUBS,
BSPC, Y, U, I, O, P, BSLS,
H, J, K, L, SCLN, QUOT,
RBRC, N, M, COMM, DOT, SLSH, EQL,
RCTL, LALT, RGUI, RALT, APP,
Expand Down

0 comments on commit 50fe79b

Please sign in to comment.