summaryrefslogtreecommitdiff
path: root/keyboards/idobao/id75/keymaps/egstad/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-18 01:51:24 +0000
committerGitHub <noreply@github.com>2023-12-18 12:51:24 +1100
commit27a710861ebd2a1e0a13a7e39f6a6c6568909bb4 (patch)
treef7790e8d26b6ffe3997441116cf903d2b23c2d0c /keyboards/idobao/id75/keymaps/egstad/config.h
parent1556a2ed0e172cbaadcdc2acd7d5c8f57fb078f9 (diff)
[Keymap Removal] Preonic and related keymaps. (#22689)
Diffstat (limited to 'keyboards/idobao/id75/keymaps/egstad/config.h')
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/config.h67
1 files changed, 0 insertions, 67 deletions
diff --git a/keyboards/idobao/id75/keymaps/egstad/config.h b/keyboards/idobao/id75/keymaps/egstad/config.h
deleted file mode 100644
index 7e1868813f..0000000000
--- a/keyboards/idobao/id75/keymaps/egstad/config.h
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Copyright 2020 Jordan Egstad
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-#define TAPPING_TERM 200
-#define RGBLIGHT_SLEEP
-
-
-
-/* Leader Key
- ========================================================================== */
-
-// Activates the leader key
-// #define LEADER_PER_KEY_TIMING
-// resets the timeout after each key is tapped
-// #define LEADER_TIMEOUT 240
-
-
-
-
-
-
-/* Autoshifting
- ========================================================================== */
-
-// This controls how long you have to hold a key before you get the shifted state.
-#define AUTO_SHIFT_TIMEOUT 150
-
-// Do not Auto Shift special keys -_, =+, [{, ]}, ;:, '", ,<, .>, and /?
-// #define NO_AUTO_SHIFT_SPECIAL
-
-// Do not Auto Shift numeric keys, zero through nine.
-#define NO_AUTO_SHIFT_NUMERIC
-
-// Do not Auto Shift alpha characters, which include A through Z.
-// #define NO_AUTO_SHIFT_ALPHA
-
-// Lower the Auto Shift timeout variable (down)
-// AS_DOWN
-
-// Raise the Auto Shift timeout variable (up)
-// AS_UP
-
-// Report your current Auto Shift timeout value
-// AS_RPT
-
-// Turns on the Auto Shift Function
-// AS_ON
-
-// Turns off the Auto Shift Function
-// AS_OFF
-
-// Toggles the state of the Auto Shift feature
-// AS_TOGG