summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jscotto/scottocmd/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-29 20:33:01 +0000
committerQMK Bot <hello@qmk.fm>2022-09-29 20:33:01 +0000
commit307173d92825ef07b9fc87d8a1bac3327ec233a4 (patch)
treeaf9f53b15c265cc9e232a89c018f06cedcdf999e /keyboards/handwired/jscotto/scottocmd/config.h
parentd44b5b512aa3c50474c8a9180f675fae84c01114 (diff)
parent43e57ab777c4ea1fed0f649c7b6bed88505d0c43 (diff)
Merge remote-tracking branch 'origin/master' into develop
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