Remove some use of keymap.h (#20006)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user