Fix name collision between ChibiOS and keymap_german
This commit is contained in:
parent
12159e782c
commit
f7b59427fa
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue