forked from forks/qmk_firmware
5694e7b6a6
* 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
9 lines
127 B
C
9 lines
127 B
C
#pragma once
|
|
|
|
#ifdef TAP_DANCE_ENABLE
|
|
#define TAPPING_TERM 300
|
|
#define TAPPING_TOGGLE 1
|
|
#endif
|
|
|
|
// !USERSPACE_CONFIG_H
|