]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keymap] Cleaning up my config and userspace files (#5265)
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>
Thu, 28 Feb 2019 20:02:22 +0000 (15:02 -0500)
committerDrashna Jaelre <drashna@live.com>
Thu, 28 Feb 2019 20:02:22 +0000 (12:02 -0800)
* Removed since options are in userspace

* Removed RGB option that was breaking one of my builds

* Remove unused options

* Removed options present in userspace, add board specific options here

* Removed code also present in userspace

* Turns out those lines were needed, added them back

* Testing changes

* Added code to ensure board read as ANSI instead of default ISO for HS60

* Setting \ key to "MOD" instead of "ALPHA" for lighting

keyboards/hs60/v2/keymaps/stanrc85/config.h
keyboards/hs60/v2/keymaps/stanrc85/keymap.c
keyboards/hs60/v2/keymaps/stanrc85/rules.mk [deleted file]
users/stanrc85/config.h
users/stanrc85/rules.mk

index 4443dcd50ea727bff0ba053619170cf46e91430e..4576211f1025606c439310d57a83abb7fd7d1ad1 100644 (file)
@@ -1,2 +1,22 @@
-#define TAPPING_TERM 200
-#define RETRO_TAPPING
+#pragma once
+
+// Include overwrites for specific keymap
+#define HS60_ANSI
+#undef  PRODUCT_ID
+#define PRODUCT_ID      0x4854
+
+// disable backlight after timeout in minutes, 0 = no timeout
+#undef RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT
+#define RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT 10
+
+#undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_0
+#undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_1
+#undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_2
+#undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_3
+#undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_4
+
+#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_0 0b0010000000000001
+#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_1 0b0000000000000001
+#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_2 0b0011000000000001 //Setting \ key to "MOD" instead of "ALPHA" for lighting
+#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0010000000000001
+#define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0011110000000111
index add0609034c8aad465961a5ee460aa414561dc85..8d8d895f65a4eedc16688e635b563b7e11f66146 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 #include QMK_KEYBOARD_H
-
-#define DEFAULT 0  //Custom ANSI
-#define LAYER1 1   //Default ANSI (enable with Fn2+D)
-#define LAYER2 2   //Function keys, arrows, custom shortcuts, volume control
-#define LAYER3 3   //RGB Underglow controls and RESET
-
-//Aliases for longer keycodes
-#define KC_CAD LALT(LCTL(KC_DEL))
-#define KC_LOCK        LGUI(KC_L)
-#define CA_QUOT LCA(KC_QUOT)
-#define CA_SCLN LCA(KC_SCLN)
-#define KC_CTLE LCTL_T(KC_ESC)
-#define LT_SPCF LT(2, KC_SPC)
-#define TD_TESC TD(TD_ESC)
-#define TD_TWIN TD(TD_WIN)
+#include "stanrc85.h"
 
 //Tap Dance Declarations
 enum {
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/rules.mk b/keyboards/hs60/v2/keymaps/stanrc85/rules.mk
deleted file mode 100644 (file)
index 2a173b3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-TAP_DANCE_ENABLE = yes
-DYNAMIC_KEYMAP_ENABLE = no
-
index 628ec994b0318f04fb43be5649504e79d852ae82..904a7f524e16ac71f58f1bcce2f4061aec8fe981 100644 (file)
@@ -2,7 +2,3 @@
 
 #define TAPPING_TERM 200
 #define RETRO_TAPPING
-
-#ifdef RGBLIGHT_ENABLE
-#define RGBLIGHT_SLEEP
-#endif // RGBLIGHT_ENABLE
index 324e52674d6c368dd140415479706c74691553c5..19ad624758a31009fe17cd71ea836167c82a93e3 100644 (file)
@@ -1,6 +1,5 @@
 TAP_DANCE_ENABLE = yes
 EXTRAKEY_ENABLE = yes
-RGBLIGHT_ENABLE = yes
 BACKLIGHT_ENABLE = no
 COMMAND_ENABLE = no
 BOOTMAGIC_ENABLE = no