summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jscotto/scottocmd/config.h
diff options
context:
space:
mode:
authorJoe Scotto <contact@joescotto.com>2022-09-29 16:32:27 -0400
committerGitHub <noreply@github.com>2022-09-29 13:32:27 -0700
commit43e57ab777c4ea1fed0f649c7b6bed88505d0c43 (patch)
treeb5653f08eb4958bc376b792261ffb9715c5e88dc /keyboards/handwired/jscotto/scottocmd/config.h
parent94ec64f91b9914d6b1a45485607cd1d494decc1f (diff)
[Keyboard] Add ScottoCMD Keyboard (#18520)
Diffstat (limited to 'keyboards/handwired/jscotto/scottocmd/config.h')
-rw-r--r--keyboards/handwired/jscotto/scottocmd/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/jscotto/scottocmd/config.h b/keyboards/handwired/jscotto/scottocmd/config.h
new file mode 100644
index 0000000000..db72806f86
--- /dev/null
+++ b/keyboards/handwired/jscotto/scottocmd/config.h
@@ -0,0 +1,25 @@
+/*
+Copyright 2022 Joe Scotto
+
+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/>.
+*/
+
+#pragma once
+
+// Define tab key for boot magic
+#define BOOTMAGIC_LITE_ROW 1
+#define BOOTMAGIC_LITE_COLUMN 0
+
+// OLED
+#define OLED_DISPLAY_128X64 \ No newline at end of file