1
0
Fork 0

Remove some use of keymap.h (#19980)

This commit is contained in:
Joel Challis 2023-03-03 11:26:53 +00:00 committed by GitHub
parent 6676cc1942
commit c3c40dfda8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 75 additions and 69 deletions

View file

@ -143,7 +143,7 @@ def generate_keycode_extras(cli):
"""
# Build the header file.
keycodes_h_lines = [GPL2_HEADER_C_LIKE, GENERATED_HEADER_C_LIKE, '#pragma once', '#include "keymap.h"', '// clang-format off']
keycodes_h_lines = [GPL2_HEADER_C_LIKE, GENERATED_HEADER_C_LIKE, '#pragma once', '#include "keycodes.h"', '// clang-format off']
keycodes = load_spec(cli.args.version, cli.args.lang)