mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-05-28 18:51:17 +02:00

* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being
7 lines
146 B
C
7 lines
146 B
C
// Copyright 2023 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#pragma message("keymap_steno.h include is no longer required")
|