diff options
| author | ishtob <ishtob@gmail.com> | 2018-12-24 12:06:33 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-12-24 09:06:33 -0800 |
| commit | 33483b440ce1cf6df1010597b68a94751f4807b6 (patch) | |
| tree | 4e89d8826fbb637ce94fdb5a8e19f9ef51518ccf /users/ishtob/ishtob.h | |
| parent | fc921a9c54bb28fe91219a9321f9d2c0cf7cf293 (diff) | |
| download | qmk_firmware-33483b440ce1cf6df1010597b68a94751f4807b6.tar.gz qmk_firmware-33483b440ce1cf6df1010597b68a94751f4807b6.zip | |
Keymap: fix userspace compile error with planck grid (#4719)
Diffstat (limited to 'users/ishtob/ishtob.h')
| -rw-r--r-- | users/ishtob/ishtob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/ishtob/ishtob.h b/users/ishtob/ishtob.h index 3e4d4ffbc..ced78a09d 100644 --- a/users/ishtob/ishtob.h +++ b/users/ishtob/ishtob.h | |||
| @@ -85,7 +85,6 @@ expanded before being used as arguments to the LAYOUT_xxx macro. | |||
| 85 | #define KEYMAP_wrapper(...) LAYOUT(__VA_ARGS__) | 85 | #define KEYMAP_wrapper(...) LAYOUT(__VA_ARGS__) |
| 86 | #define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__) | 86 | #define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__) |
| 87 | #define LAYOUT_ortho_4x12_wrapper(...) LAYOUT_ortho_4x12(__VA_ARGS__) | 87 | #define LAYOUT_ortho_4x12_wrapper(...) LAYOUT_ortho_4x12(__VA_ARGS__) |
| 88 | #define LAYOUT_planck_grid(...) LAYOUT_planck_grid(__VA_ARGS__) | ||
| 89 | 88 | ||
| 90 | /* | 89 | /* |
| 91 | Blocks for each of the four major keyboard layouts | 90 | Blocks for each of the four major keyboard layouts |
