Cleanup Default Keymaps (#5442)
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changespull/5448/head
parent
29bfd634e1
commit
0072fdd799
@ -1,6 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
// place overrides here
|
||||||
// Add overrides here
|
|
||||||
#endif
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
#include "../../config.h"
|
#pragma once
|
||||||
|
|
||||||
|
// place overrides here
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
@ -1,8 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
|
||||||
|
|
||||||
// place overrides here
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
@ -1 +1,3 @@
|
|||||||
#include "../../config.h"
|
#pragma once
|
||||||
|
|
||||||
|
// place overrides here
|
||||||
|
|||||||
@ -1,8 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
|
||||||
|
|
||||||
// place overrides here
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
@ -1,8 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
|
||||||
|
|
||||||
// place overrides here
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
@ -1,8 +1,3 @@
|
|||||||
#ifndef CONFIG_USER_H
|
#pragma once
|
||||||
#define CONFIG_USER_H
|
|
||||||
|
|
||||||
#include "../../config.h"
|
|
||||||
|
|
||||||
// place overrides here
|
// place overrides here
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Reference in new issue