forked from mirrors/qmk_userspace
Remove some use of keymap.h (#19980)
This commit is contained in:
parent
6676cc1942
commit
c3c40dfda8
69 changed files with 75 additions and 69 deletions
lib/python/qmk/cli/generate
quantum
keymap.hkeymap_common.h
keymap_extras
keymap_belgian.hkeymap_bepo.hkeymap_brazilian_abnt2.hkeymap_canadian_multilingual.hkeymap_colemak.hkeymap_croatian.hkeymap_czech.hkeymap_danish.hkeymap_dvorak.hkeymap_dvorak_fr.hkeymap_dvorak_programmer.hkeymap_estonian.hkeymap_finnish.hkeymap_french.hkeymap_french_afnor.hkeymap_french_mac_iso.hkeymap_german.hkeymap_german_mac_iso.hkeymap_greek.hkeymap_hebrew.hkeymap_hungarian.hkeymap_icelandic.hkeymap_irish.hkeymap_italian.hkeymap_italian_mac_ansi.hkeymap_italian_mac_iso.hkeymap_japanese.hkeymap_korean.hkeymap_latvian.hkeymap_lithuanian_azerty.hkeymap_lithuanian_qwerty.hkeymap_neo2.hkeymap_nordic.hkeymap_norman.hkeymap_norwegian.hkeymap_plover.hkeymap_plover_dvorak.hkeymap_polish.hkeymap_portuguese.hkeymap_portuguese_mac_iso.hkeymap_romanian.hkeymap_russian.hkeymap_serbian.hkeymap_serbian_latin.hkeymap_slovak.hkeymap_slovenian.hkeymap_spanish.hkeymap_spanish_dvorak.hkeymap_steno.hkeymap_swedish.hkeymap_swedish_mac_ansi.hkeymap_swedish_mac_iso.hkeymap_swedish_pro_mac_ansi.hkeymap_swedish_pro_mac_iso.hkeymap_swiss_de.hkeymap_swiss_fr.hkeymap_turkish_f.hkeymap_turkish_q.hkeymap_uk.hkeymap_ukrainian.hkeymap_us.hkeymap_us_extended.hkeymap_us_international.hkeymap_us_international_linux.hkeymap_workman.hkeymap_workman_zxcvm.h
|
@ -143,7 +143,7 @@ def generate_keycode_extras(cli):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Build the header file.
|
# 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)
|
keycodes = load_spec(cli.args.version, cli.args.lang)
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "quantum_keycodes.h"
|
#include "quantum_keycodes.h"
|
||||||
|
|
||||||
// translates key to keycode
|
#include "keymap_common.h"
|
||||||
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
|
||||||
|
|
||||||
#ifdef ENCODER_MAP_ENABLE
|
#ifdef ENCODER_MAP_ENABLE
|
||||||
// Ensure we have a forward declaration for the encoder map
|
// Ensure we have a forward declaration for the encoder map
|
||||||
|
|
7
quantum/keymap_common.h
Normal file
7
quantum/keymap_common.h
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
// Copyright 2023 QMK
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
// translates key to keycode
|
||||||
|
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
|
|
||||||
// List of keycodes for the steno keyboard. To prevent
|
// List of keycodes for the steno keyboard. To prevent
|
||||||
// errors, this must be <= 42 total entries in order to
|
// errors, this must be <= 42 total entries in order to
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include "keycodes.h"
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue