1
0
Fork 0

Fix name collision between ChibiOS and keymap_german

This commit is contained in:
Fred Sundvik 2017-04-09 21:17:32 +03:00
parent 12159e782c
commit f7b59427fa
1 changed files with 4 additions and 0 deletions

View File

@ -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