diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2021-12-28 12:34:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:34:24 +1100 |
commit | 60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0 (patch) | |
tree | 2bc624e4b70cdc6e5b3f67883060f1be0d3472bd /keyboards/dailycraft/claw44/keymaps/oled/config.h | |
parent | 6151b365f9ee2bae609c8bbac99ba7a6b631c86a (diff) |
Move to organization folder (#15481)
* move directory
* fix
* move wings42 to dailycraft
* Adjust wings42 to work with organization folder.
Diffstat (limited to 'keyboards/dailycraft/claw44/keymaps/oled/config.h')
-rw-r--r-- | keyboards/dailycraft/claw44/keymaps/oled/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/dailycraft/claw44/keymaps/oled/config.h b/keyboards/dailycraft/claw44/keymaps/oled/config.h new file mode 100644 index 0000000000..5379ce677d --- /dev/null +++ b/keyboards/dailycraft/claw44/keymaps/oled/config.h @@ -0,0 +1,22 @@ +/* +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" |