Skip to content

Commit d114803

Browse files
committed
change to 36 key layout
1 parent 363318e commit d114803

File tree

3 files changed

+234
-112
lines changed

3 files changed

+234
-112
lines changed

keyboards/redox/keymaps/francis/config.h

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
#pragma once
1919

20-
/* Use I2C or Serial, not both */
21-
#define USE_SERIAL
22-
// #define USE_I2C
23-
2420
/* Select hand configuration */
2521
#define MASTER_LEFT
2622
// #define MASTER_RIGHT
2723
// #define EE_HANDS
2824

29-
#undef RGBLED_NUM
30-
#define RGBLIGHT_ANIMATIONS
31-
#define RGBLED_NUM 14
25+
#undef RGBLIGHT_LED_COUNT
26+
#define RGBLIGHT_LED_COUNT 14
3227
#define RGBLIGHT_HUE_STEP 8
3328
#define RGBLIGHT_SAT_STEP 8
3429
#define RGBLIGHT_VAL_STEP 8
30+
31+
#define TAPPING_TOGGLE 2 // Toggle on just 2 taps

0 commit comments

Comments
 (0)