summaryrefslogtreecommitdiffstats
path: root/keyboards/fractal/fractal.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-01-06 20:05:24 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-06 20:05:24 +0100
commit2c0bc5ed6be737e98377fa2299102f6737bbea72 (patch)
treebb985f170c3c0309fdea115c26763e051ff4a1d5 /keyboards/fractal/fractal.h
parent4aaa4b3428367c0bee187c17dc05063b10284502 (diff)
downloadqmk_firmware-2c0bc5ed6be737e98377fa2299102f6737bbea72.tar.gz
qmk_firmware-2c0bc5ed6be737e98377fa2299102f6737bbea72.tar.xz
Keyboard: Fractal layout macro and readme cleanup (#4789)
* Fractal: layout macro cleanup Removed KEYMAP alias for LAYOUT_preonic_mit. Alias was unused, and the terminology usage is deprecated. * Fractal: readme cleanup Updated the line containing the documentation links in the readme. * Fractal: disable preonic_mit community layout QMK doesn't have a preonic_mit community layout at this time. Disables preonic_mit as an option for community layout. Can be re-enabled when the layout is added.
Diffstat (limited to 'keyboards/fractal/fractal.h')
-rwxr-xr-xkeyboards/fractal/fractal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/fractal/fractal.h b/keyboards/fractal/fractal.h
index 1eefcecd7..0af7c2239 100755
--- a/keyboards/fractal/fractal.h
+++ b/keyboards/fractal/fractal.h
@@ -1,5 +1,4 @@
-#ifndef FRACTAL_H
-#define FRACTAL_H
+#pragma once
#include "quantum.h"
@@ -30,7 +29,3 @@
{ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 }, \
{ K400, K401, K402, K403, K404, KC_NO, K406, K407, K408, K409, K410, K411 } \
}
-
-#define KEYMAP LAYOUT_preonic_mit
-
-#endif