diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-21 09:44:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 17:44:27 +0000 |
commit | 2f0dc0fb6d36b43e0d143224e4a9058b77c4e0e3 (patch) | |
tree | ecdbdccbb5fde38e22f6228f6a20a4ca2fed8b99 /quantum/action.h | |
parent | 32903779181c31244c7c7b97a04bda0fd5b59de1 (diff) | |
download | qmk_firmware-2f0dc0fb6d36b43e0d143224e4a9058b77c4e0e3.tar.gz qmk_firmware-2f0dc0fb6d36b43e0d143224e4a9058b77c4e0e3.zip |
Format code according to conventions (#16419)
Diffstat (limited to 'quantum/action.h')
-rw-r--r-- | quantum/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action.h b/quantum/action.h index b562f18c5b..8a357ded87 100644 --- a/quantum/action.h +++ b/quantum/action.h @@ -88,7 +88,7 @@ extern bool disable_action_cache; /* Code for handling one-handed key modifiers. */ #ifdef SWAP_HANDS_ENABLE -extern bool swap_hands; +extern bool swap_hands; extern const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS]; # if (MATRIX_COLS <= 8) typedef uint8_t swap_state_row_t; |