forked from forks/qmk_firmware
3d78e6078e
* Display logo for caps lock indication on crkbd using old OLED driver * Add emacs read-only mode file variable to generated files * use LTO_ENABLE instead of EXTRAFLAGS This enables the same option, and disables action_macros, and action_functions, both of which seem to break when LTO is enabled. And this is a lot simpler to use. Co-Authored-By: Drashna Jaelre <drashna@live.com>
13 lines
378 B
C
13 lines
378 B
C
// generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
|
|
|
|
#pragma once
|
|
|
|
// Prevent normal rollover on alphas from accidentally triggering mods.
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
|
|
|
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
|
#define TAPPING_FORCE_HOLD
|
|
|
|
// Recommended for heavy chording.
|
|
#define QMK_KEYS_PER_SCAN 4
|