[Keymap] Ergodox EZ and dactyl-manuform keymaps for rishka (#7051)
* Setup keymaps and userspace for Rishka * Creates a keymap for Ergodox Ez, bdn9 and Dactyl Manuform 5x6 * Update bdn9 config with suggested change * Add pragma to other header files * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Updates from review from fauxpark * Updates from review Swap to keyboard_post_init, layer_state_t and use layer state for encoder * Updates from review Swap to keyboard_post_init, layer_state_t and use layer state for encoder * Add missing change from review
This commit is contained in:
parent
80ded60cad
commit
0ab8edb523
12 changed files with 482 additions and 0 deletions
17
keyboards/ergodox_ez/keymaps/rishka/config.h
Normal file
17
keyboards/ergodox_ez/keymaps/rishka/config.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#pragma once
|
||||
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
#undef MOUSEKEY_TIME_TO_MAX
|
||||
#define MOUSEKEY_TIME_TO_MAX 0
|
||||
|
||||
#undef MOUSEKEY_WHEEL_MAX_SPEED
|
||||
#undef MOUSEKEY_WHEEL_TIME_TO_MAX
|
||||
|
||||
#define MOUSEKEY_WHEEL_MAX_SPEED 1
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 0
|
||||
|
||||
#define MK_C_OFFSET_1 20
|
||||
#define MK_C_OFFSET_2 30
|
||||
|
||||
#undef MK_MOMENTARY_ACCEL
|
||||
Loading…
Add table
Add a link
Reference in a new issue