Skip to content

Commit

Permalink
[Keymap] Added keymap folder matching username to rorschach; added re…
Browse files Browse the repository at this point in the history
…adme to old keympa (qmk#5970)

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

* Update config.h
  • Loading branch information
tuesdayjohn authored and drashna committed Jul 30, 2019
1 parent 77a1c75 commit 046fb11
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## I've changed my folder name to match my GitHub username. Please see https://github.com/qmk/qmk_firmware/tree/master/keyboards/keebio/rorschach/keymaps/tuesdayjohn for my current keymap files.
23 changes: 23 additions & 0 deletions keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 046fb11

Please sign in to comment.