diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-06 11:05:24 -0800 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-01-06 11:05:24 -0800 |
| commit | 2c0bc5ed6be737e98377fa2299102f6737bbea72 (patch) | |
| tree | bb985f170c3c0309fdea115c26763e051ff4a1d5 /keyboards/fractal | |
| parent | 4aaa4b3428367c0bee187c17dc05063b10284502 (diff) | |
| download | qmk_firmware-2c0bc5ed6be737e98377fa2299102f6737bbea72.tar.gz qmk_firmware-2c0bc5ed6be737e98377fa2299102f6737bbea72.zip | |
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')
| -rwxr-xr-x | keyboards/fractal/fractal.h | 7 | ||||
| -rw-r--r-- | keyboards/fractal/readme.md | 2 | ||||
| -rwxr-xr-x | keyboards/fractal/rules.mk | 2 |
3 files changed, 3 insertions, 8 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 @@ | |||
| 1 | #ifndef FRACTAL_H | 1 | #pragma once |
| 2 | #define FRACTAL_H | ||
| 3 | 2 | ||
| 4 | #include "quantum.h" | 3 | #include "quantum.h" |
| 5 | 4 | ||
| @@ -30,7 +29,3 @@ | |||
| 30 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 }, \ | 29 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 }, \ |
| 31 | { K400, K401, K402, K403, K404, KC_NO, K406, K407, K408, K409, K410, K411 } \ | 30 | { K400, K401, K402, K403, K404, KC_NO, K406, K407, K408, K409, K410, K411 } \ |
| 32 | } | 31 | } |
| 33 | |||
| 34 | #define KEYMAP LAYOUT_preonic_mit | ||
| 35 | |||
| 36 | #endif | ||
diff --git a/keyboards/fractal/readme.md b/keyboards/fractal/readme.md index 1bb41cf7f..3b9e59d21 100644 --- a/keyboards/fractal/readme.md +++ b/keyboards/fractal/readme.md | |||
| @@ -11,4 +11,4 @@ Make example for this keyboard (after setting up your build environment): | |||
| 11 | 11 | ||
| 12 | make fractal:default | 12 | make fractal:default |
| 13 | 13 | ||
| 14 | 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. | 14 | 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). |
diff --git a/keyboards/fractal/rules.mk b/keyboards/fractal/rules.mk index b5808c15e..0de2a7d39 100755 --- a/keyboards/fractal/rules.mk +++ b/keyboards/fractal/rules.mk | |||
| @@ -57,5 +57,5 @@ UNICODE_ENABLE = no # Unicode | |||
| 57 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 57 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 58 | AUDIO_ENABLE = no # Audio output on port C6 | 58 | AUDIO_ENABLE = no # Audio output on port C6 |
| 59 | 59 | ||
| 60 | LAYOUTS = preonic_mit ortho_5x12 | 60 | LAYOUTS = ortho_5x12 # preonic_mit |
| 61 | LAYOUTS_HAS_RGB = no | 61 | LAYOUTS_HAS_RGB = no |
