summaryrefslogtreecommitdiff
path: root/users/muppetjones
diff options
context:
space:
mode:
Diffstat (limited to 'users/muppetjones')
-rw-r--r--users/muppetjones/config.h1
-rw-r--r--users/muppetjones/muppetjones.c5
-rw-r--r--users/muppetjones/muppetjones.h1
-rw-r--r--users/muppetjones/readme/rgblayers.md1
-rw-r--r--users/muppetjones/wrappers.h2
5 files changed, 1 insertions, 9 deletions
diff --git a/users/muppetjones/config.h b/users/muppetjones/config.h
index e8afa9d8c5..3dd4d1b1b6 100644
--- a/users/muppetjones/config.h
+++ b/users/muppetjones/config.h
@@ -17,7 +17,6 @@
#pragma once
#ifdef RGBLIGHT_ENABLE
-// # define RGBLIGHT_ANIMATIONS
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 16
# define RGBLIGHT_VAL_STEP 16
diff --git a/users/muppetjones/muppetjones.c b/users/muppetjones/muppetjones.c
index 55051bdbcd..c4cb02124a 100644
--- a/users/muppetjones/muppetjones.c
+++ b/users/muppetjones/muppetjones.c
@@ -45,11 +45,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
break;
- case CAPSWRD:
- if (record->event.pressed) {
- toggle_caps_word();
- }
- return false;
default:
break;
}
diff --git a/users/muppetjones/muppetjones.h b/users/muppetjones/muppetjones.h
index f5b2a3a465..3ada6c8198 100644
--- a/users/muppetjones/muppetjones.h
+++ b/users/muppetjones/muppetjones.h
@@ -52,5 +52,4 @@ enum userspace_layers {
enum custom_keycodes {
CLMK_DH = SAFE_RANGE,
QWERTY,
- CAPSWRD,
};
diff --git a/users/muppetjones/readme/rgblayers.md b/users/muppetjones/readme/rgblayers.md
index fb69800177..862ba75941 100644
--- a/users/muppetjones/readme/rgblayers.md
+++ b/users/muppetjones/readme/rgblayers.md
@@ -14,7 +14,6 @@ This bit of code allows you to define layer lighting that respects your current
```
#ifdef RGBLIGHT_ENABLE
- // # define RGBLIGHT_ANIMATIONS
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 16
# define RGBLIGHT_VAL_STEP 16
diff --git a/users/muppetjones/wrappers.h b/users/muppetjones/wrappers.h
index 301554f5d5..be17f121a1 100644
--- a/users/muppetjones/wrappers.h
+++ b/users/muppetjones/wrappers.h
@@ -65,7 +65,7 @@
* `----------------------------------' `----------------------------------'
*/
// NOTE: The "BACKLIT" keycode is planck specific
-#define __ADJUST_L1________________________________ RESET, DEBUG, XXXXXXX, TERM_ON, TERM_OFF
+#define __ADJUST_L1________________________________ RESET, DB_TOGG, XXXXXXX, XXXXXXX, XXXXXXX
#define __ADJUST_L2________________________________ RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD
#define __ADJUST_L3________________________________ XXXXXXX, RGB_HUD, RGB_SAD, RGB_VAD, XXXXXXX