diff options
author | Joel Challis <git@zvecr.com> | 2022-09-19 01:35:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 01:35:46 +0100 |
commit | 20f142a7723b0362c0d936d600fb01c649cec951 (patch) | |
tree | 805ba79bb0b192b4aa47193bb994a7e2ad14068d /keyboards/ktec | |
parent | 07936d37b68352747b4da4b15d345987f438263a (diff) |
Tidy up LAYOUT macro generation (#18262)
Diffstat (limited to 'keyboards/ktec')
-rw-r--r-- | keyboards/ktec/ergodone/ergodone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ktec/ergodone/ergodone.h b/keyboards/ktec/ergodone/ergodone.h index 191b1ca2a9..7e7f848d50 100644 --- a/keyboards/ktec/ergodone/ergodone.h +++ b/keyboards/ktec/ergodone/ergodone.h @@ -4,7 +4,6 @@ #pragma once #include "quantum.h" -#include "layouts.h" // Ensure access to info.json layouts // This file only exists to pull in.... #include "ergodox_compat.h" |