Create a usable keymap, with HRMs (experimental)
This commit is contained in:
parent
2168b9a6f8
commit
8c896d6034
10 changed files with 1573 additions and 0 deletions
30
keyboards/keebio/iris_ce/keymaps/chzerv/config.h
Normal file
30
keyboards/keebio/iris_ce/keymaps/chzerv/config.h
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#pragma once
|
||||
|
||||
// Many settings are taken from https://github.com/getreuer/qmk-keymap/
|
||||
|
||||
#define TAPPING_TOGGLE 2
|
||||
#define SELECT_WORD_TIMEOUT 2000 // When idle, clear state after 2 seconds.
|
||||
|
||||
// Slow down the rate at which macros are sent
|
||||
#define TAP_CODE_DELAY 5
|
||||
|
||||
//
|
||||
// Tap/hold configuration for home row mods
|
||||
//
|
||||
#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
#define PERMISSIVE_HOLD
|
||||
#define QUICK_TAP_TERM_PER_KEY
|
||||
|
||||
// Enable streak detection for Achorion
|
||||
#define ACHORDION_STREAK
|
||||
|
||||
//
|
||||
// RGB
|
||||
//
|
||||
|
||||
// Turn RGB off when PC goes on sleep
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
// the modes we do use for lights
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
Loading…
Add table
Add a link
Reference in a new issue