Keymap: add new keymap (#4127)
* an attempt at own layout * typematrixed dvorak * columns shifted columns shifted out, second pinky column moved to the inside. * Update users/romus/romus.h * code cleanup Changes requested by Drashna + Tap Dance enabled * Fixed EOF Fixed the no newline at the end of file alert. * rgblight fight eeprom writes * rgb code simplification * Update users/romus/README.md * Update quantum/keymap_extras/keymap_slovenian.h
This commit is contained in:
parent
cf19cb0dbe
commit
5694e7b6a6
12 changed files with 1131 additions and 0 deletions
8
users/romus/config.h
Normal file
8
users/romus/config.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef TAP_DANCE_ENABLE
|
||||
#define TAPPING_TERM 300
|
||||
#define TAPPING_TOGGLE 1
|
||||
#endif
|
||||
|
||||
// !USERSPACE_CONFIG_H
|
Loading…
Add table
Add a link
Reference in a new issue