]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/keymap.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / quantum / keymap.h
index 5d64be19c87f0c1bd2e15ad53c7bfe36a35ecdd5..bfcb2f7cd517d861c032951f351da510c399c8f5 100644 (file)
@@ -23,6 +23,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action.h"
 #if defined(__AVR__)
 #include <avr/pgmspace.h>
+#elif defined PROTOCOL_CHIBIOS
+//We need to ensure that chibios is include before redefining reset
+#include "ch.h"
 #endif
 #include "keycode.h"
 #include "action_macro.h"