Fixed compilation issues after the merge
This commit is contained in:
parent
b9014c7575
commit
1aeb59335f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* TypeMatrix-2030-like keymap */
|
/* TypeMatrix-2030-like keymap */
|
||||||
#include "ergodox_ez.h"
|
#include "ergodox.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "action_layer.h"
|
#include "action_layer.h"
|
||||||
#include "action_util.h"
|
#include "action_util.h"
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef KEYMAP_CANADIAN_MULTILINGUAG_H
|
#ifndef KEYMAP_CANADIAN_MULTILINGUAG_H
|
||||||
#define KEYMAP_CANADIAN_MULTILINGUAG_H
|
#define KEYMAP_CANADIAN_MULTILINGUAG_H
|
||||||
|
|
||||||
#include "keymap_common.h"
|
#include "keymap.h"
|
||||||
|
|
||||||
// Alt gr
|
// Alt gr
|
||||||
#ifndef ALTGR
|
#ifndef ALTGR
|
||||||
|
|
Loading…
Reference in a new issue