]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: Fractal layout macro and readme cleanup (#4789)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sun, 6 Jan 2019 19:05:24 +0000 (11:05 -0800)
committerDrashna Jaelre <drashna@live.com>
Sun, 6 Jan 2019 19:05:24 +0000 (11:05 -0800)
* 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.

keyboards/fractal/fractal.h
keyboards/fractal/readme.md
keyboards/fractal/rules.mk

index 1eefcecd753819c9bf0551687b33a8df3ea6d2be..0af7c22390a3caf4049f6b373514e3f419bc1944 100755 (executable)
@@ -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
index 1bb41cf7ffb255b824afcaa943862b4e27f2a4a2..3b9e59d2172f3f5e2b283b41941faa0eadb5404d 100644 (file)
@@ -11,4 +11,4 @@ Make example for this keyboard (after setting up your build environment):
 
     make fractal:default
 
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
index b5808c15eaff25fbb53c3d56b3130c1afd4b2c3f..0de2a7d39f7ea4161057b07770e3374cbe584e5d 100755 (executable)
@@ -57,5 +57,5 @@ UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 AUDIO_ENABLE = no           # Audio output on port C6
 
-LAYOUTS = preonic_mit ortho_5x12
+LAYOUTS = ortho_5x12 # preonic_mit
 LAYOUTS_HAS_RGB = no