mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-03-15 06:14:27 +00:00
Merge remote-tracking branch 'upstream/master' into firmware23
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "action.h"
|
||||
#include "keyboard.h"
|
||||
#include "keycodes.h"
|
||||
|
||||
#ifndef AUTO_SHIFT_TIMEOUT
|
||||
# define AUTO_SHIFT_TIMEOUT 175
|
||||
@@ -28,6 +32,10 @@
|
||||
// clang-format off
|
||||
#define AUTO_SHIFT_ALPHA KC_A ... KC_Z
|
||||
#define AUTO_SHIFT_NUMERIC KC_1 ... KC_0
|
||||
#define AUTO_SHIFT_SYMBOLS \
|
||||
KC_MINUS ... KC_SLASH: \
|
||||
case KC_NONUS_BACKSLASH
|
||||
|
||||
#ifdef NO_AUTO_SHIFT_TAB
|
||||
#define AUTO_SHIFT_SPECIAL \
|
||||
KC_MINUS ... KC_SLASH: \
|
||||
|
||||
Reference in New Issue
Block a user