diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-06 17:50:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-06 17:50:58 +0000 |
commit | 93fe3b6c6611f1c111f6e3ac581d059dd29f6b9e (patch) | |
tree | 84ef5d0e7f5884bc464207a18831cbbaf55d3076 /keyboards/lily58/keymaps/barabas/config.h | |
parent | fc892e8c03428d3643b9a66a60bc0448adaf05a1 (diff) | |
parent | 515cea4b787ffc4b043e6569d3b6e67247e06f0f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lily58/keymaps/barabas/config.h')
-rw-r--r-- | keyboards/lily58/keymaps/barabas/config.h | 25 |
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 |