rename define checks (#16892)

master
Dasky 2022-04-19 20:15:34 +01:00 committed by GitHub
parent c76a23c37a
commit 40a7714ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
#include "quantum.h"
#if defined(KEYBOARD_uno_rev1)
#if defined(KEYBOARD_keyhive_uno_rev1)
# include "rev1.h"
#elif defined(KEYBOARD_uno_rev2)
#elif defined(KEYBOARD_keyhive_uno_rev2)
# include "rev2.h"
#endif