summaryrefslogtreecommitdiffstats
path: root/keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c')
-rw-r--r--keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c b/keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c
index b7349de55a..e0046073c6 100644
--- a/keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c
+++ b/keyboards/jc65/v32u4/keymaps/gam3cat/keymap.c
@@ -219,10 +219,6 @@ void matrix_init_user(void) {
#endif
}
-void matrix_scan_user(void) {
-
-}
-
layer_state_t layer_state_set_user(layer_state_t state) {
switch (get_highest_layer(state)) {
case _BL:
@@ -260,7 +256,3 @@ layer_state_t layer_state_set_user(layer_state_t state) {
}
return state;
}
-
-void led_set_user(uint8_t usb_led) {
-
-}