diff options
author | Naoki Katahira <kata0510.com@gmail.com> | 2018-10-23 03:39:26 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 11:39:26 -0700 |
commit | f69333a0e57ca767d49b3155a31fd6d30114dced (patch) | |
tree | 89990b1c81ccfd60324c5bcffebd05802ca80505 /keyboards/lily58/keymaps/yuchi/config.h | |
parent | 4665e4ffffcdfc6fe6f498928963adc64f6fefd7 (diff) | |
download | qmk_firmware-f69333a0e57ca767d49b3155a31fd6d30114dced.tar.gz qmk_firmware-f69333a0e57ca767d49b3155a31fd6d30114dced.zip |
Lily58 default keymap fix / add keymap (#4190)
* keymap fix/add
* keymap fix
* file fix
* typo fix
Diffstat (limited to 'keyboards/lily58/keymaps/yuchi/config.h')
-rw-r--r-- | keyboards/lily58/keymaps/yuchi/config.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/yuchi/config.h b/keyboards/lily58/keymaps/yuchi/config.h new file mode 100644 index 0000000000..fd09785593 --- /dev/null +++ b/keyboards/lily58/keymaps/yuchi/config.h @@ -0,0 +1,39 @@ +/* +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 + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +// Underglow +/* +#undef RGBLED_NUM +#define RGBLED_NUM 14 // Number of LEDs +#define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_SLEEP +*/
\ No newline at end of file |