]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/bakingpy/config.h
Fix Mac mute keycode (#4809)
[qmk_firmware.git] / layouts / community / ortho_4x12 / bakingpy / config.h
1 #pragma once
2
3 /* Use I2C or Serial, not both */
4
5 #define USE_SERIAL
6 // #define USE_I2C
7
8 /* Select hand configuration */
9 #define MASTER_LEFT
10 // #define MASTER_RIGHT
11 // #define EE_HANDS
12
13 #define TAPPING_TERM 150
14
15 #undef RGBLED_NUM
16 #define RGBLIGHT_ANIMATIONS
17 #define RGBLED_NUM 8
18 #define RGBLIGHT_HUE_STEP 8
19 #define RGBLIGHT_SAT_STEP 8
20 #define RGBLIGHT_VAL_STEP 8
21
22 #ifdef AUDIO_ENABLE
23 #define C6_AUDIO
24 #endif