Keymap: Fixed Dvorak layer (#3450)

I was missing the KC_BSLS from my Dvorak layer, so I needed to add it back in.
This commit is contained in:
Xyverz 2018-07-20 09:32:47 -07:00 committed by Drashna Jaelre
parent 9c4b9bbccc
commit 8e86e22187
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[_DVORAK] = LAYOUT_kc (
LBRC, 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,RBRC,
GRV , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,BSLS,
TAB ,QUOT,COMM,DOT , P , Y , F , G , C , R , L ,SLSH,
ESC , A , O , E , U , I , D , H , T , N , S ,MINS,
LSFT,SCLN, Q , J , K , X ,LOWR, RASE, B , M , W , V , Z ,RSFT,