22 lines
581 B
Diff
22 lines
581 B
Diff
|
From 9414e9bfe9aad3a87d34cb8e1cdbef081d38a37c Mon Sep 17 00:00:00 2001
|
||
|
From: Florian Klink <flokli@flokli.de>
|
||
|
Date: Fri, 15 Nov 2024 16:29:17 +0200
|
||
|
Subject: [PATCH] custom_config: #define MIRYOKU_KLUDGE_MOUSEKEYSPR
|
||
|
|
||
|
---
|
||
|
miryoku/custom_config.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/miryoku/custom_config.h b/miryoku/custom_config.h
|
||
|
index 1097bcb..48a1b5f 100644
|
||
|
--- a/miryoku/custom_config.h
|
||
|
+++ b/miryoku/custom_config.h
|
||
|
@@ -1,3 +1,4 @@
|
||
|
// Copyright 2021 Manna Harbour
|
||
|
// https://github.com/manna-harbour/miryoku
|
||
|
|
||
|
+#define MIRYOKU_KLUDGE_MOUSEKEYSPR
|
||
|
--
|
||
|
2.46.1
|
||
|
|