mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-18 07:43:30 +00:00
Fix name collision between ChibiOS and keymap_german
This commit is contained in:
parent
12159e782c
commit
f7b59427fa
@ -33,6 +33,10 @@
|
||||
#define CH_E KC_E
|
||||
#define CH_F KC_F
|
||||
#define CH_G KC_G
|
||||
#ifdef CH_H
|
||||
// The ChibiOS ch.h file defines this...
|
||||
#undef CH_H
|
||||
#endif
|
||||
#define CH_H KC_H
|
||||
#define CH_I KC_I
|
||||
#define CH_J KC_J
|
||||
|
Loading…
Reference in New Issue
Block a user