diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-24 16:15:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 00:15:33 +0100 |
commit | e1dfbfbfd32e923e2bd499a324f18122a90ac998 (patch) | |
tree | f0c0dfd7d0ce4d37c21e15c8c14b7298b7122c3e /keyboards | |
parent | 20d3dc0c836589edbf48d933b94059fc4fe538a1 (diff) | |
download | qmk_firmware-e1dfbfbfd32e923e2bd499a324f18122a90ac998.tar.gz qmk_firmware-e1dfbfbfd32e923e2bd499a324f18122a90ac998.zip |
[Keyboard] Fix typo in mechloving adelais header files (#14590)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/mechlovin/adelais/adelais.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/adelais/adelais.h b/keyboards/mechlovin/adelais/adelais.h index 12af379c88..6c3980a090 100644 --- a/keyboards/mechlovin/adelais/adelais.h +++ b/keyboards/mechlovin/adelais/adelais.h @@ -26,7 +26,7 @@ #include "rev3.h" #elif KEYBOARD_mechlovin_adelais_standard_led_arm_rev2 #include "rev2.h" -#elif KEYBOARD_mechlovin_adelais_standard_led__armrev3 +#elif KEYBOARD_mechlovin_adelais_standard_led_arm_rev3 #include "rev3.h" #elif KEYBOARD_mechlovin_adelais_standard_led_arm_rev4 #include "rev4.h" |