diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2020-11-10 14:07:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 16:07:12 +1100 |
commit | 7595f538562437fa6d13ede5be7a5a4b5d582c6b (patch) | |
tree | 8649d7399f8f5c5699a7a07cb85a38840d73cf3c /keyboards/claw44/keymaps/oled/config.h | |
parent | 8af767cb1d36222a4d0ec8286d346d4896e923d4 (diff) |
refactor SPLIT_KEYBOARD, OLED_DRIVER_ENABLE (#10405)
Diffstat (limited to 'keyboards/claw44/keymaps/oled/config.h')
-rw-r--r-- | keyboards/claw44/keymaps/oled/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/claw44/keymaps/oled/config.h b/keyboards/claw44/keymaps/oled/config.h new file mode 100644 index 0000000000..edde2c67ca --- /dev/null +++ b/keyboards/claw44/keymaps/oled/config.h @@ -0,0 +1,24 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 OLED_FONT_H "keyboards/claw44/lib/glcdfont.c" |