-
-
Notifications
You must be signed in to change notification settings - Fork 40k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mtei's keymap (helix/rev2:five_rows, helix/pico:mtei, helix/re…
…v3_5rows:five_rows) (#16966) * add users/mtei/key_blocks.h This change does not alter the binary of the build result. Moved common macro definitions in the following files to users/mtei/key_blocks.h. * keyboards/helix/rev2/keymaps/five_rows/keymap.c * keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c * remove INIT_HELIX_OLED() in helix:five_rows This change does not alter the binary of the build result. * update helix/pico/keymaps/mtei/keymap.c Changed helix/pico/keymaps/mtei/keymap.c to use users/mtei/key_blocks.h. This change does not alter the binary of the build result. * Remove old SSD1306OLED code from users/mtei/oled_display.c This change does not alter the binary of the build result. * add options ENABLE_COLEMAK, ENABLE_DVORAK and ENABLE_EUCALYN into five_rows/keymap.c * add users/mtei/{config.h,rules.mk,user_featues.mk,user_options.mk} * move layer_names[] from users/mtei/oled_display.c to keymaps/five_rows/keymap.c * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/pico/keymaps/mtei/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev2/keymaps/five_rows/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c Co-authored-by: Ryan <[email protected]> * Update users/mtei/config.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/config.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/debug_config.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/debug_config.h Co-authored-by: Ryan <[email protected]> * Update users/mtei/layer_number_util.h Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
- Loading branch information
Showing
23 changed files
with
609 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
/* | ||
This is the c configuration file for the keymap | ||
// Copyright (c) 2022 Takeshi Ishii (mtei@github) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
Copyright 2012 Jun Wako <[email protected]> | ||
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/>. | ||
*/ | ||
|
||
#ifndef CONFIG_USER_H | ||
#define CONFIG_USER_H | ||
#pragma once | ||
|
||
// place overrides here | ||
|
||
|
@@ -36,17 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
|
||
// If you need more program area, try select and reduce rgblight modes to use. | ||
|
||
// Selection of RGBLIGHT MODE to use. | ||
#if defined(LED_ANIMATIONS) | ||
#define RGBLIGHT_EFFECT_BREATHING | ||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
//#define RGBLIGHT_EFFECT_SNAKE | ||
//#define RGBLIGHT_EFFECT_KNIGHT | ||
#define RGBLIGHT_EFFECT_CHRISTMAS | ||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
//#define RGBLIGHT_EFFECT_RGB_TEST | ||
//#define RGBLIGHT_EFFECT_ALTERNATING | ||
#endif | ||
|
||
#endif /* CONFIG_USER_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,7 @@ | ||
/* | ||
This is the c configuration file for the keymap | ||
// Copyright (c) 2022 Takeshi Ishii (mtei@github) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
Copyright 2012 Jun Wako <[email protected]> | ||
Copyright 2015 Jack Humbert | ||
Copyright 2020 mtei | ||
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/>. | ||
*/ | ||
|
||
#ifndef CONFIG_USER_H | ||
#define CONFIG_USER_H | ||
#pragma once | ||
|
||
#undef TAPPING_TERM | ||
#define TAPPING_TERM 300 | ||
|
@@ -35,50 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
# define OLED_UPDATE_INTERVAL 50 | ||
#endif | ||
|
||
// place overrides here | ||
|
||
// If you need more program area, try select and reduce rgblight modes to use. | ||
|
||
#define DISABLE_SYNC_TIMER | ||
|
||
// Selection of RGBLIGHT MODE to use. | ||
#undef RGBLIGHT_ANIMATIONS | ||
#undef RGBLIGHT_EFFECT_BREATHING | ||
#undef RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
#undef RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
#undef RGBLIGHT_EFFECT_SNAKE | ||
#undef RGBLIGHT_EFFECT_KNIGHT | ||
#undef RGBLIGHT_EFFECT_CHRISTMAS | ||
#undef RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
#undef RGBLIGHT_EFFECT_RGB_TEST | ||
#undef RGBLIGHT_EFFECT_ALTERNATING | ||
|
||
#if defined(LED_ANIMATIONS) | ||
# if LED_ANIMATIONS_LEVEL > 1 | ||
#define RGBLIGHT_EFFECT_BREATHING | ||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
//#define RGBLIGHT_EFFECT_SNAKE | ||
//#define RGBLIGHT_EFFECT_KNIGHT | ||
#define RGBLIGHT_EFFECT_CHRISTMAS | ||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
//#define RGBLIGHT_EFFECT_RGB_TEST | ||
//#define RGBLIGHT_EFFECT_ALTERNATING | ||
# else | ||
#define RGBLIGHT_EFFECT_BREATHING | ||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
//#define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
//#define RGBLIGHT_EFFECT_SNAKE | ||
//#define RGBLIGHT_EFFECT_KNIGHT | ||
//#define RGBLIGHT_EFFECT_CHRISTMAS | ||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
//#define RGBLIGHT_EFFECT_RGB_TEST | ||
//#define RGBLIGHT_EFFECT_ALTERNATING | ||
# endif | ||
#endif | ||
|
||
#endif /* CONFIG_USER_H */ | ||
|
||
#ifdef DEBUG_CONFIG | ||
# include "debug_config.h" | ||
#endif |
Oops, something went wrong.