Adds optional hebrew layout (Unicode) (#14156)

This commit is contained in:
Jos Boersema 2021-09-16 07:27:44 +02:00 committed by GitHub
parent b5cc2bdc34
commit d140e41c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1157 additions and 132 deletions

View file

@ -30,6 +30,7 @@ static uint16_t key_timer; // Used in _DDL to differentiate layer switching in h
short duo_press_nsy_dra = 0; // This remembers how many of the duo-press keys are being pressed: _NSY / _DRA layers
short duo_press_acc_bon = 0; // This remembers how many of the duo-press keys are being pressed: _ACC / _BON layers
layer_state_t state_recall; // Also used when leds on/off is pressed
void deactivate_all_but (int layer);
void activate_this_layer (int layer);
@ -40,5 +41,6 @@ void speed_led (int speed);
void indicate_fun_stay (void);
int write_number (long int input, short divide10);
void isolate_rgblight_set (void);
void set_led_colors_ (layer_state_t state);