summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-05-24 04:21:39 +1000
committerGitHub <noreply@github.com>2024-05-23 19:21:39 +0100
commite659c3dae9c50293a1483190db07601a83b73fef (patch)
tree117b3667f3861f9698f6220edb4fb08fd7eb53da /keyboards/maple_computing
parent2e0498080f79c0d79bfa4ae91405d6cf0c3d959b (diff)
Remove some useless code from keymaps (#23787)
Diffstat (limited to 'keyboards/maple_computing')
-rw-r--r--keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c b/keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c
index 69fb3ce561..61d5d9532e 100644
--- a/keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c
+++ b/keyboards/maple_computing/launchpad/keymaps/default_rgb/keymap.c
@@ -74,5 +74,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
74 ) 74 )
75 75
76}; 76};
77
78void matrix_init_user(void) {}