diff options
author | steve ulrich <sulrich@botwerks.org> | 2021-08-13 14:29:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 12:29:51 -0700 |
commit | 0972789e763c8cde4729dd268b48001aac8222fe (patch) | |
tree | af70a09dd403043872449b3bc34b8b3c8b748aab /keyboards/crkbd/keymaps/sulrich/config.h | |
parent | 2aeacf9db79439801482c8d2f53147779dd0bb89 (diff) |
[Keymap] adds sulrich crkbd (corne) personal keymap (#13186)
Diffstat (limited to 'keyboards/crkbd/keymaps/sulrich/config.h')
-rw-r--r-- | keyboards/crkbd/keymaps/sulrich/config.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/sulrich/config.h b/keyboards/crkbd/keymaps/sulrich/config.h new file mode 100644 index 0000000000..29b1f44191 --- /dev/null +++ b/keyboards/crkbd/keymaps/sulrich/config.h @@ -0,0 +1,36 @@ +/* +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 + +/* select hand configuration */ +#define MASTER_LEFT + +#ifdef RGBLIGHT_ENABLE + #undef RGBLED_NUM + #define RGBLIGHT_ANIMATIONS + #define RGBLED_NUM 27 + #define RGBLIGHT_LIMIT_VAL 120 + #define RGBLIGHT_HUE_STEP 10 + #define RGBLIGHT_SAT_STEP 17 + #define RGBLIGHT_VAL_STEP 17 +#endif + +#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c" |