fix: adds TAP_TOGGLE to ergodox / Moonlander

This commit is contained in:
Florian Didron
2022-06-22 16:55:23 +09:00
parent 894569ee10
commit 5ca3092465
2 changed files with 3 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENABLE_RGB_MATRIX_SOLID_SPLASH #define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define TAPPING_TOGGLE 1
// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF // #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */ /* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */
/* #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 */ /* #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 */

View File

@@ -164,3 +164,5 @@
#define AUDIO_PIN_ALT A4 #define AUDIO_PIN_ALT A4
#define AUDIO_PIN_ALT_AS_NEGATIVE #define AUDIO_PIN_ALT_AS_NEGATIVE
#define AUDIO_INIT_DELAY #define AUDIO_INIT_DELAY
#define TAPPING_TOGGLE 1