1
0
Fork 0

keycode aliases: work around ChibiOS ch.h include guard (#21497)

This commit is contained in:
Ryan 2023-07-31 09:35:06 +10:00 committed by GitHub
parent cc3bd728f0
commit f407d90598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#include "keycodes.h"
// clang-format off
#undef CH_H
// Aliases
#define CH_SECT KC_GRV // §
#define CH_1 KC_1 // 1

View file

@ -27,6 +27,8 @@
#include "keycodes.h"
// clang-format off
#undef CH_H
// Aliases
#define CH_SECT KC_GRV // §
#define CH_1 KC_1 // 1