diff options
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h')
| -rw-r--r-- | keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h b/keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h index 5969525ca..354331591 100644 --- a/keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h +++ b/keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.h | |||
| @@ -30,6 +30,7 @@ static uint16_t key_timer; // Used in _DDL to differentiate layer switching in h | |||
| 30 | 30 | ||
| 31 | short duo_press_nsy_dra = 0; // This remembers how many of the duo-press keys are being pressed: _NSY / _DRA layers | 31 | short duo_press_nsy_dra = 0; // This remembers how many of the duo-press keys are being pressed: _NSY / _DRA layers |
| 32 | short duo_press_acc_bon = 0; // This remembers how many of the duo-press keys are being pressed: _ACC / _BON layers | 32 | short duo_press_acc_bon = 0; // This remembers how many of the duo-press keys are being pressed: _ACC / _BON layers |
| 33 | layer_state_t state_recall; // Also used when leds on/off is pressed | ||
| 33 | 34 | ||
| 34 | void deactivate_all_but (int layer); | 35 | void deactivate_all_but (int layer); |
| 35 | void activate_this_layer (int layer); | 36 | void activate_this_layer (int layer); |
| @@ -40,5 +41,6 @@ void speed_led (int speed); | |||
| 40 | void indicate_fun_stay (void); | 41 | void indicate_fun_stay (void); |
| 41 | int write_number (long int input, short divide10); | 42 | int write_number (long int input, short divide10); |
| 42 | void isolate_rgblight_set (void); | 43 | void isolate_rgblight_set (void); |
| 44 | void set_led_colors_ (layer_state_t state); | ||
| 43 | 45 | ||
| 44 | 46 | ||
