diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-04 15:20:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 15:20:10 +1000 |
commit | 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch) | |
tree | 41ed492b974467c924d94c304da7e38b54030d9b /keyboards/keebio/quefrency/rev3/rev3.c | |
parent | 0e7acb777a75608524fe1de5e0f9359aeec88912 (diff) |
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/keebio/quefrency/rev3/rev3.c')
-rw-r--r-- | keyboards/keebio/quefrency/rev3/rev3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/quefrency/rev3/rev3.c b/keyboards/keebio/quefrency/rev3/rev3.c index 24791f75d0..d3ada3076f 100644 --- a/keyboards/keebio/quefrency/rev3/rev3.c +++ b/keyboards/keebio/quefrency/rev3/rev3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "rev3.h" +#include "quantum.h" #include "split_util.h" void matrix_init_kb(void) { |