forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keymap] Added keymap folder matching username to rorschach; added re…
…adme to old keympa (qmk#5970) * Added keymap folder matching username; added readme to old keymap * Update config.h
- Loading branch information
1 parent
77a1c75
commit 046fb11
Showing
4 changed files
with
339 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
keyboards/keebio/rorschach/keymaps/insertsnideremarks/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.