Merge branch 'firmware20' into firmware21
This commit is contained in:
@@ -470,8 +470,8 @@ void matrix_scan_kb(void) {
|
||||
}
|
||||
else {
|
||||
uint8_t layer = get_highest_layer(layer_state);
|
||||
if(layer != 1) {
|
||||
ergodox_right_led_3_off();
|
||||
if(layer != 3) {
|
||||
ergodox_right_led_3_off();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -367,6 +367,8 @@
|
||||
#define ES_LA_38 S(KC_1) //!
|
||||
#define ES_LA_39 S(KC_GRAVE) //°
|
||||
#define ES_LA_40 KC_GRAVE //|
|
||||
#define ES_LA_41 ALGR(KC_COMMA) //< for macOS
|
||||
#define ES_LA_42 ALGR(KC_DOT) //> for macOS
|
||||
|
||||
// Extra CMS codes
|
||||
#define CSA_MOMEG RCTL(RSFT(KC_Q)) //Ω
|
||||
|
||||
Reference in New Issue
Block a user