Merge pull request #558 from lindhe/master

Fix misspelled command in Norwegian helper
This commit is contained in:
Jack Humbert 2016-07-25 11:16:54 -04:00 committed by GitHub
commit f9aadd17e8
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#define NO_SECT LSFT(NO_HALF) #define NO_SECT LSFT(NO_HALF)
#define NO_QUO2 LSFT(KC_2) #define NO_QUO2 LSFT(KC_2)
#define NO_BULT LSFT(KC_4) #define NO_BULT LSFT(KC_4)
#define NO_AMP LSFT(KC_6) #define NO_AMPR LSFT(KC_6)
#define NO_SLSH LSFT(KC_7) #define NO_SLSH LSFT(KC_7)
#define NO_LPRN LSFT(KC_8) #define NO_LPRN LSFT(KC_8)
#define NO_RPRN LSFT(KC_9) #define NO_RPRN LSFT(KC_9)

View File

@ -13,7 +13,7 @@
#undef NO_BSLS #undef NO_BSLS
#define NO_BSLS KC_EQL // '\' #define NO_BSLS KC_EQL // '\'
#undef NO_CIRC #undef NO_CIRC
#define NO_CIRC LSFT(C_RBRC) // ^ #define NO_CIRC LSFT(KC_RBRC) // ^
#undef NO_GRV #undef NO_GRV
#define NO_GRV LSFT(NO_BSLS) // #define NO_GRV LSFT(NO_BSLS) //
#undef NO_OSLH #undef NO_OSLH