You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new keyboard layout using the extra keymap quantum/keymap_extras/keymap_fr_ch.h,
and using CH_H the compilation fails as CH_H is defined twice:
once in keymap_fr_ch.h
once in lib/chibios/os/rt/include/ch.h
System Information
Keyboard: Planck/rev6
Operating system: Linux
AVR GCC version: 5.4.0
ARM GCC version: 8.3.1
QMK Firmware version: 0.11.43
How to reproduce
generate new keymap with qmk new-keymap
add #include keymap_fr_ch.h into your new keymap.c
compile
The text was updated successfully, but these errors were encountered:
Describe the Bug
When creating a new keyboard layout using the extra keymap
quantum/keymap_extras/keymap_fr_ch.h
,and using
CH_H
the compilation fails asCH_H
is defined twice:keymap_fr_ch.h
lib/chibios/os/rt/include/ch.h
System Information
How to reproduce
qmk new-keymap
#include keymap_fr_ch.h
into your newkeymap.c
The text was updated successfully, but these errors were encountered: