X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fchibios_test%2Fstm32_f103_onekey%2Fstm32_f103_onekey.h;h=b9ba65a9e99fa0477c4434648d3dd274afc5b3b8;hb=958521c3596452eef77e9ad69734ad955120b2b5;hp=89a62b2bbe0f8d1473f9d7e4d946ce0f7f6d71b9;hpb=3b525dcf9c4a4dba34ee3596c90de60691b67b27;p=qmk_firmware.git diff --git a/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h index 89a62b2bb..b9ba65a9e 100644 --- a/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h +++ b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h @@ -1,4 +1,7 @@ #ifndef STM32_F103_ONEKEY_H #define STM32_F103_ONEKEY_H #include "chibios_test.h" + +#define LAYOUT(k00) {{ k00 }} + #endif