vonreg keymap and settings
This commit is contained in:
parent
9f3cc5cce9
commit
a9cae18438
@ -33,11 +33,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
||||||
|
|
||||||
// Pick good defaults for enabling homerow modifiers
|
// Pick good defaults for enabling homerow modifiers
|
||||||
#define TAPPING_TERM 250
|
#define TAPPING_TERM 280
|
||||||
// #define PERMISSIVE_HOLD
|
// #define PERMISSIVE_HOLD
|
||||||
#define IGNORE_MOD_TAP_INTERRUPT
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||||||
#define TAPPING_FORCE_HOLD
|
#define TAPPING_FORCE_HOLD
|
||||||
#define RETRO_TAPPING
|
//#define RETRO_TAPPING
|
||||||
|
|
||||||
// Underglow configuration
|
// Underglow configuration
|
||||||
#ifdef RGBLIGHT_ENABLE
|
#ifdef RGBLIGHT_ENABLE
|
||||||
|
@ -40,3 +40,6 @@
|
|||||||
#define BOOTMAGIC_LITE_COLUMN_RIGHT 4
|
#define BOOTMAGIC_LITE_COLUMN_RIGHT 4
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
|
|
||||||
|
#define AUDIO_PIN A1
|
||||||
|
//#define AUDIO_PWM_DRIVER PWMD1
|
||||||
|
//#define AUDIO_PWM_CHANNEL 1
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
"bootloader": "stm32-dfu",
|
"bootloader": "stm32-dfu",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic_lite": false,
|
|
||||||
"command": false,
|
"command": false,
|
||||||
"console": false,
|
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": true
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"KC_L",
|
"KC_L",
|
||||||
"KC_U",
|
"KC_U",
|
||||||
"KC_Y",
|
"KC_Y",
|
||||||
"RALT_T(KC_SCLN)",
|
"KC_SCLN",
|
||||||
"LGUI_T(KC_A)",
|
"LGUI_T(KC_A)",
|
||||||
"LALT_T(KC_R)",
|
"LALT_T(KC_R)",
|
||||||
"LCTL_T(KC_S)",
|
"LCTL_T(KC_S)",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"LCTL_T(KC_E)",
|
"LCTL_T(KC_E)",
|
||||||
"LALT_T(KC_I)",
|
"LALT_T(KC_I)",
|
||||||
"LGUI_T(KC_O)",
|
"LGUI_T(KC_O)",
|
||||||
"RALT_T(KC_Z)",
|
"KC_Z",
|
||||||
"KC_X",
|
"KC_X",
|
||||||
"KC_C",
|
"KC_C",
|
||||||
"KC_D",
|
"KC_D",
|
||||||
@ -38,10 +38,10 @@
|
|||||||
"KC_DOT",
|
"KC_DOT",
|
||||||
"KC_SLSH",
|
"KC_SLSH",
|
||||||
"LT(6,KC_ESC)",
|
"LT(6,KC_ESC)",
|
||||||
"LT(3,KC_BSPC)",
|
"LT(3,KC_SPC)",
|
||||||
"KC_TAB",
|
"LT(5,KC_TAB)",
|
||||||
"KC_DEL",
|
"LT(1,KC_DEL)",
|
||||||
"LT(2,KC_SPC)",
|
"LT(2,KC_BSPC)",
|
||||||
"LT(4,KC_ENT)"
|
"LT(4,KC_ENT)"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -159,7 +159,7 @@
|
|||||||
"KC_NO"
|
"KC_NO"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"KC_NO",
|
"KC_EQL",
|
||||||
"KC_COLN",
|
"KC_COLN",
|
||||||
"KC_LT",
|
"KC_LT",
|
||||||
"KC_GT",
|
"KC_GT",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
"KC_TRNS",
|
"KC_TRNS",
|
||||||
"KC_TRNS",
|
"KC_TRNS",
|
||||||
"KC_TRNS",
|
"KC_TRNS",
|
||||||
"KC_NO",
|
"KC_MINS",
|
||||||
"KC_EXLM",
|
"KC_EXLM",
|
||||||
"KC_LBRC",
|
"KC_LBRC",
|
||||||
"KC_RBRC",
|
"KC_RBRC",
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
#include_next <mcuconf.h>
|
#include_next <mcuconf.h>
|
||||||
|
|
||||||
//#undef STM32_PWM_USE_TIM3
|
#undef STM32_PWM_USE_TIM3
|
||||||
//#define STM32_PWM_USE_TIM3 TRUE
|
#define STM32_PWM_USE_TIM3 TRUE
|
||||||
|
|
||||||
//#undef STM32_SERIAL_USE_USART1
|
//#undef STM32_SERIAL_USE_USART1
|
||||||
//#define STM32_SERIAL_USE_USART1 TRUE
|
//#define STM32_SERIAL_USE_USART1 TRUE
|
||||||
|
@ -2,3 +2,12 @@ BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|||||||
|
|
||||||
SPLIT_KEYBOARD = yes
|
SPLIT_KEYBOARD = yes
|
||||||
SERIAL_DRIVER = bitbang
|
SERIAL_DRIVER = bitbang
|
||||||
|
AUDIO_ENABLE = yes
|
||||||
|
AUDIO_DRIVER = pwm_software
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
|
CONSOLE_ENABLE = yes
|
||||||
|
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user