Remove requirement for keymap_steno.h include in keymaps (#22423)

* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being
This commit is contained in:
Ryan 2023-11-12 18:25:46 +11:00 committed by GitHub
parent 87d69aebbb
commit 786ebf8760
Failed to generate hash of commit
46 changed files with 125 additions and 175 deletions

View file

@ -1,5 +1,4 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_ortho_3x10(

View file

@ -1,5 +1,4 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
#define ST_BOLT QK_STENO_BOLT
#define ST_GEM QK_STENO_GEMINI

View file

@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(

View file

@ -1,7 +1,4 @@
#include QMK_KEYBOARD_H
#include "debug.h"
#include "action_layer.h"
#include "keymap_steno.h"
#define BASE 0 // default layer
#define SYMB 1 // symbols

View file

@ -14,7 +14,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
#include "g/keymap_combo.h"

View file

@ -8,7 +8,6 @@
#pragma once
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
extern size_t keymapsCount; // Total keymaps
extern uint32_t cChord; // Current Chord

View file

@ -12,7 +12,6 @@
#include QMK_KEYBOARD_H
#include "sten.h"
#include "keymap_steno.h"
// Steno Layers
#define FUNCT ( LSD | LK | LP | LH )

View file

@ -12,7 +12,6 @@
#include QMK_KEYBOARD_H
#include "sten.h"
#include "keymap_steno.h"
// Proper Layers
#define FUNCT (LSD | LK | LP | LH)

View file

@ -12,7 +12,6 @@
#include QMK_KEYBOARD_H
#include "sten.h"
#include "keymap_steno.h"
// Proper Layers
#define FUNCT (LSD | LK | LP | LH)

View file

@ -12,7 +12,6 @@
#include QMK_KEYBOARD_H
#include "sten.h"
#include "keymap_steno.h"
// Proper Layers
#define FUNCT (LSD | LK | LP | LH)

View file

@ -12,7 +12,6 @@
#include QMK_KEYBOARD_H
#include "sten.h"
#include "keymap_steno.h"
// Proper Layers
#define FUNCT (LSD | LK | LP | LH)

View file

@ -7,7 +7,6 @@
#pragma once
#include "georgi.h"
#include "keymap_steno.h"
extern size_t keymapsCount; // Total keymaps
extern uint32_t cChord; // Current Chord

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// clang-format off

View file

@ -1,8 +1,5 @@
#include QMK_KEYBOARD_H
#include "debug.h"
#include "action_layer.h"
#include "version.h"
#include "keymap_steno.h"
#ifndef MIDI_ENABLE
#error "Midi is not enabled"
#endif

View file

@ -11,7 +11,6 @@ typedef union {
user_config_t user_config;
#ifdef STENO_ENABLE
#include "keymap_steno.h"
#endif // STENO_ENABLE

View file

@ -1,6 +1,5 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum layers {
_BA, // Base (Balance Twelve mirror variant)

View file

@ -1,7 +1,5 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// Custom Keycodes and Combinations Used
#define DEL_SHF SFT_T(KC_DEL)
#define QUAKE LCTL(KC_GRV)

View file

@ -1,5 +1,4 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
extern keymap_config_t keymap_config;

View file

@ -1,7 +1,6 @@
#include QMK_KEYBOARD_H
#include "narze.h"
#include "keymap_colemak.h"
#include "keymap_steno.h"
#ifdef RGBLIGHT_ENABLE

View file

@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// Defines names for use in layer keycodes and the keymap
enum layer_names {

View file

@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// Defines names for use in layer keycodes and the keymap
enum layer_names {

View file

@ -67,9 +67,6 @@
#include QMK_KEYBOARD_H
#ifdef STENO_ENABLE
#include "keymap_steno.h"
#endif
extern keymap_config_t keymap_config;

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
#include "g/keymap_combo.h"
#include "muse.h"

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// Custom Keycodes and Combinations Used
#define DEL_SHF SFT_T(KC_DEL)

View file

@ -1,6 +1,5 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
#include "version.h"
extern keymap_config_t keymap_config;

View file

@ -67,9 +67,6 @@
#include QMK_KEYBOARD_H
#ifdef STENO_ENABLE
#include "keymap_steno.h"
#endif
extern keymap_config_t keymap_config;

View file

@ -67,9 +67,6 @@
#include QMK_KEYBOARD_H
#ifdef STENO_ENABLE
#include "keymap_steno.h"
#endif
extern keymap_config_t keymap_config;

View file

@ -67,9 +67,6 @@
#include QMK_KEYBOARD_H
#ifdef STENO_ENABLE
#include "keymap_steno.h"
#endif
extern keymap_config_t keymap_config;

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
extern keymap_config_t keymap_config;

View file

@ -1,6 +1,5 @@
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum layers {
_BA, // Base (Balance Twelve mirror variant)

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum preonic_layers {
_QWERTY,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum keyboard_layers {
_QWERTY = 0,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum keyboard_layers {
_QWERTY = 0,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum keyboard_layers {
_DVORAK = 0,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum keyboard_layers {
_GEMINI = 0,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum keyboard_layers {
_QWERTY = 0,

View file

@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum uni_layers {
_PLOVER,

View file

@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
enum uni_layers {
_PLOVER,

View file

@ -15,7 +15,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
// Custom Keycodes and Combinations Used
#define DEL_SHF SFT_T(KC_DEL)

View file

@ -16,7 +16,6 @@
*/
#include QMK_KEYBOARD_H
#include "keymap_steno.h"
void matrix_init_user(void) {
steno_set_mode(STENO_MODE_GEMINI);