aboutsummaryrefslogtreecommitdiffstats
path: root/users/curry
diff options
context:
space:
mode:
authorCurryFurious <casa.akaash@gmail.com>2020-01-02 16:26:09 -0600
committerGitHub <noreply@github.com>2020-01-02 16:26:09 -0600
commit5b8f1327d810d7b345b8b99d4062a0aebb650f8c (patch)
tree48ee45cb9c4e023d1978081e853ea1941bb95ef5 /users/curry
parent291ef064a7dd47e91eaa438b8dd1116aee58cdff (diff)
downloadfirmware-5b8f1327d810d7b345b8b99d4062a0aebb650f8c.tar.gz
firmware-5b8f1327d810d7b345b8b99d4062a0aebb650f8c.tar.bz2
firmware-5b8f1327d810d7b345b8b99d4062a0aebb650f8c.zip
Removing unnecessary struct definitions
Removed userspace_config unused variables, and removed _NUMLOCK as it isn't used anywhere.
Diffstat (limited to 'users/curry')
-rw-r--r--users/curry/curry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/users/curry/curry.h b/users/curry/curry.h
index 985453c49..a9de9ae51 100644
--- a/users/curry/curry.h
+++ b/users/curry/curry.h
@@ -21,7 +21,6 @@
/* Define layer names */
enum userspace_layers {
_QWERTY = 0,
- _NUMLOCK = 0,
_COLEMAK,
_DVORAK,
_MODS,
@@ -45,10 +44,7 @@ typedef union {
uint32_t raw;
struct {
bool rgb_layer_change :1;
- bool is_overwatch :1;
bool nuke_switch :1;
- uint8_t unicode_mod :4;
- bool swapped_numbers :1;
bool rgb_matrix_idle_anim :1;
};
} userspace_config_t;