summaryrefslogtreecommitdiffstats
path: root/keyboards/cutie_club/wraith/keymaps/amber/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cutie_club/wraith/keymaps/amber/keymap.c')
-rw-r--r--keyboards/cutie_club/wraith/keymaps/amber/keymap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/cutie_club/wraith/keymaps/amber/keymap.c b/keyboards/cutie_club/wraith/keymaps/amber/keymap.c
index 41d5b39c40..f3ea61ba5e 100644
--- a/keyboards/cutie_club/wraith/keymaps/amber/keymap.c
+++ b/keyboards/cutie_club/wraith/keymaps/amber/keymap.c
@@ -40,11 +40,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
-
-void matrix_init_user(void) {
-
-}
-
void matrix_scan_user(void) {
// escape LED on layer 1
if (IS_LAYER_ON(1)) {
@@ -53,7 +48,3 @@ void matrix_scan_user(void) {
writePinHigh(B0);
}
}
-
-void led_set_user(uint8_t usb_led) {
-
-}