]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/bakingpy/config.h
Update bakingpy 4x12 keymap and add test mode for debugging/development (#4810)
[qmk_firmware.git] / layouts / community / ortho_4x12 / bakingpy / config.h
1 #pragma once
2
3 #define USE_I2C
4
5 /* Select hand configuration */
6 //#define MASTER_RIGHT
7
8 #define TAPPING_TERM 150
9
10 #undef RGBLED_NUM
11 #define RGBLIGHT_ANIMATIONS
12 #define RGBLED_NUM 12
13 #define RGBLIGHT_HUE_STEP 8
14 #define RGBLIGHT_SAT_STEP 8
15 #define RGBLIGHT_VAL_STEP 8
16
17 #ifdef AUDIO_ENABLE
18 #define C6_AUDIO
19 #endif