1
0

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
46 changed files with 125 additions and 175 deletions

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