diff options
| author | Ryan <fauxpark@gmail.com> | 2021-01-13 15:53:00 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-13 15:53:00 +1100 |
| commit | 09835033da0c20412de3ac8ec48117ef1413c6a5 (patch) | |
| tree | 30173530aa33840ba23f4ddcb3b83c0b824c9bf2 /quantum/keymap_extras | |
| parent | b297f1ce8dfbaf4b45b54db918d779c4da291106 (diff) | |
| download | qmk_firmware-09835033da0c20412de3ac8ec48117ef1413c6a5.tar.gz qmk_firmware-09835033da0c20412de3ac8ec48117ef1413c6a5.zip | |
keymap_fr_ch: undef `CH_H` (#11537)
Diffstat (limited to 'quantum/keymap_extras')
| -rw-r--r-- | quantum/keymap_extras/keymap_fr_ch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/keymap_extras/keymap_fr_ch.h b/quantum/keymap_extras/keymap_fr_ch.h index 02ee22a12..783880c11 100644 --- a/quantum/keymap_extras/keymap_fr_ch.h +++ b/quantum/keymap_extras/keymap_fr_ch.h | |||
| @@ -20,6 +20,11 @@ | |||
| 20 | 20 | ||
| 21 | // clang-format off | 21 | // clang-format off |
| 22 | 22 | ||
| 23 | #ifdef CH_H | ||
| 24 | // The ChibiOS ch.h file defines this... | ||
| 25 | # undef CH_H | ||
| 26 | #endif | ||
| 27 | |||
| 23 | /* | 28 | /* |
| 24 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ | 29 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ |
| 25 | * │ § │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ ' │ ^ │ │ | 30 | * │ § │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ ' │ ^ │ │ |
