]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)
authorGam3cat <31171909+Gam3cat@users.noreply.github.com>
Fri, 5 Jul 2019 11:56:57 +0000 (04:56 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 5 Jul 2019 11:56:57 +0000 (04:56 -0700)
keyboards/gonnerd/keymaps/gam3cat/keymap.c
keyboards/gonnerd/keymaps/gam3cat/rules.mk
keyboards/hineybush/h87a/keymaps/gam3cat/keymap.c
keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c
keyboards/jc65/v32u4/keymaps/gam3cat/rules.mk
keyboards/m10a/keymaps/gam3cat/keymap.c
keyboards/m10a/keymaps/gam3cat/rules.mk

index f01dd920e7a5c9bb43b411e5317da9ba1c378b8c..3142209d6fb3420238b0fdfdfa3284a16d298b3d 100644 (file)
@@ -12,10 +12,10 @@ enum layers {
 };
 
 enum custom_keycodes {
-    DYNAMIC_MACRO_RANGE = SAFE_RANGE,
-    QMK_REV,
+    QMK_REV = SAFE_RANGE,
     KC_WEB,
-    KC_SP4
+    KC_SP4,
+    DYNAMIC_MACRO_RANGE
 };
 
 extern backlight_config_t backlight_config;
index 55e681efb8de57aac2b7143262e707011b7ebfd1..6eab033cc0c0b5191437a920f862d362c9a2f188 100644 (file)
@@ -22,4 +22,3 @@ FAUXCLICKY_ENABLE = no      # Uses buzzer to emulate clicky switches.  By defaul
 API_SYSEX_ENABLE = no       # This enables using the Quantum SYSEX API to send strings(+5390)
 KEY_LOCK_ENABLE = no        # This enables key lock(+260)
 SPLIT_KEYBOARD = no         # This enables split keyboard support and includes all necessary files located at quantum/split_common
-
index 2a4e5ca41012395d2da64f90c869617e2301ea78..fde2637154d20267777c9f7e86b327603806bc19 100644 (file)
@@ -12,10 +12,10 @@ enum layers {
 };
 
 enum custom_keycodes {
-    DYNAMIC_MACRO_RANGE = SAFE_RANGE,
-    QMK_REV,
+    QMK_REV = SAFE_RANGE,
     KC_WEB,
-    KC_SP4
+    KC_SP4,
+    DYNAMIC_MACRO_RANGE
 };
 
 extern backlight_config_t backlight_config;
@@ -259,11 +259,11 @@ uint32_t layer_state_set_user(uint32_t state) {
             break;
         case _FL:
             custom_backlight_level(2);
-            rgblight_sethsv_noeeprom(280,255,255);
+            rgblight_sethsv_noeeprom(240,255,255);
             break;
         case _AL:
             custom_backlight_level(3);
-            rgblight_sethsv_noeeprom(350,255,255);
+            rgblight_sethsv_noeeprom(255,255,255);
             break;
         default:
             custom_backlight_level(0);
index aa5709a373cbfe73a8a5b5157edab97b7a09fd6d..2b13f63edfba93279655841b4168af2e77c1ee62 100644 (file)
@@ -12,10 +12,10 @@ enum layers {
 };
 
 enum custom_keycodes {
-    DYNAMIC_MACRO_RANGE = SAFE_RANGE,
-    QMK_REV,
+    QMK_REV = SAFE_RANGE,
     KC_WEB,
-    KC_SP4
+    KC_SP4,
+    DYNAMIC_MACRO_RANGE
 };
 
 extern backlight_config_t backlight_config;
@@ -251,7 +251,7 @@ uint32_t layer_state_set_user(uint32_t state) {
            break;
        case _AL:
            custom_backlight_level(3);
-           rgblight_sethsv_noeeprom(350,255,255);
+           rgblight_sethsv_noeeprom(250,255,255);
            break;
        default:
            custom_backlight_level(0);
index 4086c15d4fefa795947d5e658ae8203a2f557339..85b2b41a6bc447089d548ac7da4d8e59dfbde95d 100644 (file)
@@ -22,4 +22,3 @@ FAUXCLICKY_ENABLE = no      # Uses buzzer to emulate clicky switches.  By defaul
 API_SYSEX_ENABLE = no       # This enables using the Quantum SYSEX API to send strings(+5390)
 KEY_LOCK_ENABLE = no        # This enables key lock(+260)
 SPLIT_KEYBOARD = no         # This enables split keyboard support and includes all necessary files located at quantum/split_common
-
index 8ee35d50abfc2277bce112e17190c600e6b8be6d..2d79007fe1576c46bb65029765a79f84bea0d855 100644 (file)
@@ -17,10 +17,10 @@ enum layers {
 };
 
 enum custom_keycodes {
-    DYNAMIC_MACRO_RANGE = SAFE_RANGE,
-    QMK_REV,
+    QMK_REV = SAFE_RANGE,
     KC_WEB,
-    KC_WCLS
+    KC_WCLS,
+    DYNAMIC_MACRO_RANGE
 };
 
 extern backlight_config_t backlight_config;
index b09c2904f0d1241260bc243b343682e50926442f..00515a31e9e75cb69b3fb4e9c0d05b51da910a1d 100644 (file)
@@ -22,4 +22,3 @@ FAUXCLICKY_ENABLE = no      # Uses buzzer to emulate clicky switches.  By defaul
 API_SYSEX_ENABLE = no       # This enables using the Quantum SYSEX API to send strings(+5390)
 KEY_LOCK_ENABLE = no        # This enables key lock(+260)
 SPLIT_KEYBOARD = no         # This enables split keyboard support and includes all necessary files located at quantum/split_common
-