Remove some use of keymap.h (#20006)

This commit is contained in:
Joel Challis
2023-03-03 17:50:40 +00:00
committed by GitHub
parent c3c40dfda8
commit 3be5d90b6d
16 changed files with 11 additions and 22 deletions

View File

@@ -2,7 +2,6 @@
#include <avr/timer_avr.h>
#include <avr/wdt.h>
#include "cu75.h"
#include "keymap.h"
#include "debug.h"
#include "../lfkeyboards/issi.h"
#include "../lfkeyboards/TWIlib.h"

View File

@@ -5,9 +5,10 @@
//
// Amen.
#pragma once
#include QMK_KEYBOARD_H
#include "mousekey.h"
#include "keymap.h"
#include "keymap_steno.h"
#include "wait.h"

View File

@@ -10,9 +10,8 @@
crap is removed where possible
*/
#include QMK_KEYBOARD_H
#pragma once
#include "keymap.h"
#include QMK_KEYBOARD_H
#include <string.h>
#include <stdint.h>
#include <stdio.h>

View File

@@ -10,9 +10,9 @@
crap is removed where possible
*/
#include QMK_KEYBOARD_H
#pragma once
#include "keymap.h"
#include QMK_KEYBOARD_H
#include <string.h>
#include <stdint.h>
#include <stdio.h>

View File

@@ -4,10 +4,10 @@
// the slave and the master. Until we return from main.
//
// Amen.
#pragma once
#include QMK_KEYBOARD_H
#include "mousekey.h"
#include "keymap.h"
#include "keymap_steno.h"
#include "wait.h"

View File

@@ -1,13 +1,6 @@
#pragma once
#include "quantum.h"
#include "matrix.h"
#include "keymap.h"
#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
#include <avr/io.h>
#include <stddef.h>
#define XXX KC_NO

View File

@@ -2,7 +2,6 @@
#include <avr/timer_avr.h>
#include <avr/wdt.h>
#include "lfk65_hs.h"
#include "keymap.h"
bool process_record_kb(uint16_t keycode, keyrecord_t* record)
{

View File

@@ -3,7 +3,6 @@
#include <avr/timer_avr.h>
#include <avr/wdt.h>
#include "lfk87.h"
#include "keymap.h"
#include "issi.h"
#include "TWIlib.h"
#include "lighting.h"

View File

@@ -3,7 +3,6 @@
#include <avr/timer_avr.h>
#include <avr/wdt.h>
#include "mini1800.h"
#include "keymap.h"
#include "issi.h"
#include "TWIlib.h"
#include "lighting.h"

View File

@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <avr/timer_avr.h>
#include <avr/wdt.h>
#include "smk65.h"
#include "keymap.h"
#include "debug.h"
#include "issi.h"
#include "TWIlib.h"