summaryrefslogtreecommitdiffstats
path: root/keyboards/fractal
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fractal')
-rwxr-xr-xkeyboards/fractal/config.h7
-rwxr-xr-xkeyboards/fractal/fractal.h7
-rw-r--r--keyboards/fractal/readme.md2
-rwxr-xr-xkeyboards/fractal/rules.mk2
4 files changed, 5 insertions, 13 deletions
diff --git a/keyboards/fractal/config.h b/keyboards/fractal/config.h
index 30b703b6e..396c3b4b9 100755
--- a/keyboards/fractal/config.h
+++ b/keyboards/fractal/config.h
@@ -17,7 +17,8 @@
/* key matrix pins */
#define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 }
-#define MATRIX_COL_PINS { B3, B2, B6, B5, B4, E6, D7, C6, D4, D0, D1, D2 }
+#define MATRIX_COL_PINS { B3, B2, B6, B5, B4, E6, D7, C6, D4, D0, D1, D3 }
+
#define UNUSED_PINS
/* COL2ROW or ROW2COL */
@@ -43,10 +44,6 @@
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
-/* prevent stuck modifiers */
-#define PREVENT_STUCK_MODIFIERS
-
-
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 0
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
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):
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).
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
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