aboutsummaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/phoebe/phoebe.c
diff options
context:
space:
mode:
authorMax Rumpf <max.rumpf1998@gmail.com>2025-03-20 23:22:02 +0100
committerGitHub <noreply@github.com>2025-03-21 09:22:02 +1100
commit894b9c458d91e0ecb5c482e8071315db8842e2b8 (patch)
tree3b6375684e723cc217978fab7fdbab60795406f5 /keyboards/maxr1998/phoebe/phoebe.c
parent9f44488bb172f454b231518ddccc580f05784c24 (diff)
Enable mouse key feature and disable leader key on Maxr1998/Phoebe (#24982)
* Enable mousekey support on Maxr1998/Phoebe * Add GPLv2 license header
Diffstat (limited to 'keyboards/maxr1998/phoebe/phoebe.c')
-rw-r--r--keyboards/maxr1998/phoebe/phoebe.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/maxr1998/phoebe/phoebe.c b/keyboards/maxr1998/phoebe/phoebe.c
index b05f9b3235..0451f9177e 100644
--- a/keyboards/maxr1998/phoebe/phoebe.c
+++ b/keyboards/maxr1998/phoebe/phoebe.c
@@ -1,3 +1,18 @@
+/* Copyright 2019 Max Rumpf (@Maxr1998)
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include "quantum.h"
const uint8_t RGBLED_SNAKE_INTERVALS[] PROGMEM = {50, 50, 50};