summaryrefslogtreecommitdiffstats
path: root/keyboards/fortitude60/keymaps
diff options
context:
space:
mode:
authorPekaso <pekaso34@gmail.com>2018-09-28 03:06:19 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-28 03:06:19 +0200
commita65085a89354e89ddd3517aa63c74ef6dd32ca8b (patch)
tree7fa976bcd86055d56c6c3be9528c2aaf976ae1c7 /keyboards/fortitude60/keymaps
parent8ef747accf6e59ff50a3dde1cb34f56e4edce9fe (diff)
downloadqmk_firmware-a65085a89354e89ddd3517aa63c74ef6dd32ca8b.tar.gz
qmk_firmware-a65085a89354e89ddd3517aa63c74ef6dd32ca8b.tar.xz
Keyboard: [Fortitude60] LED fix and Serial improvement (#3982)
* arrangement Underglow * modified serial function references from helix * Remove defines (ws2812_*REG)
Diffstat (limited to 'keyboards/fortitude60/keymaps')
-rw-r--r--keyboards/fortitude60/keymaps/default/config.h1
-rw-r--r--keyboards/fortitude60/keymaps/default/keymap.c4
-rw-r--r--keyboards/fortitude60/keymaps/default/rules.mk1
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/fortitude60/keymaps/default/config.h b/keyboards/fortitude60/keymaps/default/config.h
index b356791fc..174837348 100644
--- a/keyboards/fortitude60/keymaps/default/config.h
+++ b/keyboards/fortitude60/keymaps/default/config.h
@@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define MASTER_RIGHT
#define EE_HANDS
-#define USE_SERIAL_PD2
/* #undef RGBLED_NUM */
/* #define RGBLIGHT_ANIMATIONS */
/* #define RGBLED_NUM 12 */
diff --git a/keyboards/fortitude60/keymaps/default/keymap.c b/keyboards/fortitude60/keymaps/default/keymap.c
index 18d2527e4..9d724a8ec 100644
--- a/keyboards/fortitude60/keymaps/default/keymap.c
+++ b/keyboards/fortitude60/keymaps/default/keymap.c
@@ -119,9 +119,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,-----------------------------------------. ,-----------------------------------------.
* | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | Del |
* |------+------+------+------+------+------. ,------+------+------+------+------+------|
- * | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | Bksp |
+ * | ` | 1 | ↑ | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | Bksp |
* |------+------+------+------+------+------. ,------+------+------+------+------+------|
- * | Del | F1 | F2 | F3 | F4 | F5 | | F6 | - | = | [ | ] | | |
+ * | Del | ← | ↓ | → | F4 | F5 | | F6 | - | = | [ | ] | | |
* |------+------+------+------+------+------+-------------+------+------+------+------+------+------|
* | | F7 | F8 | F9 | F10 | F11 | | | F12 |ISO # |ISO / | | | |
* `-------------+------+------+------+------+------+------+------+------+------+------+-------------'
diff --git a/keyboards/fortitude60/keymaps/default/rules.mk b/keyboards/fortitude60/keymaps/default/rules.mk
index e0ed6f0c2..1964bd0a7 100644
--- a/keyboards/fortitude60/keymaps/default/rules.mk
+++ b/keyboards/fortitude60/keymaps/default/rules.mk
@@ -1 +1,2 @@
RGBLIGHT_ENABLE = no
+BACKLIGHT_ENABLE = no \ No newline at end of file