summaryrefslogtreecommitdiffstats
path: root/keyboards/lily58/keymaps/barabas/config.h
diff options
context:
space:
mode:
authorBarabas <barabas.raffai@gmail.com>2021-01-06 17:50:11 +0000
committerGitHub <noreply@github.com>2021-01-06 09:50:11 -0800
commit748b3ac82a478c112d20a31af298a2f4956b0916 (patch)
tree34d927e2672330fe031bce679cba2254a2b8310e /keyboards/lily58/keymaps/barabas/config.h
parent634eac82e8b94cf3cf85e957ca54bb9e559409fd (diff)
[Keymap] Added my lily58 keymap (#11258)
* added my keymap * Tidy up Add readme, run clang-format, remove some comments * Fixed some formatting issues * Update after reading PR checklist Add GPL header to keymap.c, remove backslash in LAYOUT macro * Use integer constants for switch labels * Remove unneeded code, remove F-keys from raise layer * Use program memory for some text on OLED * Fixed left over debug code * tidy up config.h and rules.mk Remove all unused defines from config.h, and remove options which are the same as the keyboard level make file. Enabled command to be able to toggle NKRO.
Diffstat (limited to 'keyboards/lily58/keymaps/barabas/config.h')
-rw-r--r--keyboards/lily58/keymaps/barabas/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/barabas/config.h b/keyboards/lily58/keymaps/barabas/config.h
new file mode 100644
index 0000000000..c57f19e537
--- /dev/null
+++ b/keyboards/lily58/keymaps/barabas/config.h
@@ -0,0 +1,25 @@
+/*
+This is the c configuration file for the keymap
+
+Copyright 2012 Jun Wako <wakojun@gmail.com>
+Copyright 2015 Jack Humbert
+Copyright 2020 Barabas Raffai
+
+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 MASTER_LEFT
+#define USE_SERIAL_PD2