1
0
Fork 0

[Keymap] Added keymap folder matching username to rorschach; added readme to old keympa (#5970)

* Added keymap folder matching username; added readme to old keymap

* Update config.h
This commit is contained in:
tuesdayjohn 2019-07-30 03:22:44 -04:00 committed by Drashna Jaelre
parent 77a1c75cf6
commit 046fb11259
4 changed files with 339 additions and 0 deletions

View file

@ -0,0 +1,23 @@
#pragma once
/* Use I2C or Serial, not both */
// #define USE_SERIAL
#define USE_I2C
/* Select hand configuration */
// #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS
#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_TERM 175
#define TAPPING_TOGGLE 2
// #undef RGBLED_NUM
// #define RGBLIGHT_ANIMATIONS
// #define RGBLED_NUM 12
// #define RGBLIGHT_HUE_STEP 8
// #define RGBLIGHT_SAT_STEP 8
// #define RGBLIGHT_VAL_STEP 8