summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/keymaps/vimouse
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-04 03:35:53 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-04 03:35:53 +0200
commitb463415d84867b34f35de2277d419676a602ddb0 (patch)
tree3fadc432b1149c06582544359a5916132d81b489 /keyboards/v60_type_r/keymaps/vimouse
parent763b26cdb98c2702f7b2f8de239d4edba0fa4065 (diff)
downloadqmk_firmware-b463415d84867b34f35de2277d419676a602ddb0.tar.gz
qmk_firmware-b463415d84867b34f35de2277d419676a602ddb0.tar.xz
[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)
* use pragma once where applicable * remove ? * update default keymap readme * remove un need include * update readme with newbs guide * set underglow and backlight to be on by default, and explicitly set them to no for the default keymap to handle the non Polestar case. * put mine and benlyall's name in the code * update readme
Diffstat (limited to 'keyboards/v60_type_r/keymaps/vimouse')
-rw-r--r--keyboards/v60_type_r/keymaps/vimouse/config.h9
-rw-r--r--keyboards/v60_type_r/keymaps/vimouse/keymap.c2
2 files changed, 3 insertions, 8 deletions
diff --git a/keyboards/v60_type_r/keymaps/vimouse/config.h b/keyboards/v60_type_r/keymaps/vimouse/config.h
index 3937420d0..285cb4fa2 100644
--- a/keyboards/v60_type_r/keymaps/vimouse/config.h
+++ b/keyboards/v60_type_r/keymaps/vimouse/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 benlyall, MechMerlin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,10 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
+#pragma once
#define V60_POLESTAR
@@ -27,5 +24,3 @@
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
-
-#endif
diff --git a/keyboards/v60_type_r/keymaps/vimouse/keymap.c b/keyboards/v60_type_r/keymaps/vimouse/keymap.c
index 258668312..8b0019e7b 100644
--- a/keyboards/v60_type_r/keymaps/vimouse/keymap.c
+++ b/keyboards/v60_type_r/keymaps/vimouse/keymap.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 benlyall, MechMerlin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by