summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/mini1800/mini1800.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-01-23 05:24:02 +1100
committerGitHub <noreply@github.com>2022-01-22 18:24:02 +0000
commit8ec18d147613d3539764b33e92af5c9542dd5f46 (patch)
treec444919d497dfd2886d406ff6c87e145e62f6e8e /keyboards/lfkeyboards/mini1800/mini1800.h
parent4ef11f0905f28dedcd17f4be7949d3592fef20b5 (diff)
Remove `action_function()` from LFKeyboards boards (#15993)
Diffstat (limited to 'keyboards/lfkeyboards/mini1800/mini1800.h')
-rw-r--r--keyboards/lfkeyboards/mini1800/mini1800.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/lfkeyboards/mini1800/mini1800.h b/keyboards/lfkeyboards/mini1800/mini1800.h
index 3e460c8a11..3586c75221 100644
--- a/keyboards/lfkeyboards/mini1800/mini1800.h
+++ b/keyboards/lfkeyboards/mini1800/mini1800.h
@@ -19,20 +19,6 @@ typedef struct Layer_Info {
extern const uint32_t layer_count;
extern const Layer_Info layer_info[];
-enum action_functions {
- LFK_CLEAR = 0, // Resets all layers
- LFK_ESC_TILDE, // esc+lshift = ~
- LFK_SET_DEFAULT_LAYER, // changes and saves current base layer to eeprom
- LFK_CLICK_TOGGLE, // Adjusts click duration
- LFK_CLICK_FREQ_HIGHER, // Adjusts click frequency
- LFK_CLICK_FREQ_LOWER, // Adjusts click frequency
- LFK_CLICK_TIME_LONGER, // Adjusts click duration
- LFK_CLICK_TIME_SHORTER, // Adjusts click duration
- LFK_DEBUG_SETTINGS, // prints LED and click settings to HID
- LFK_LED_TEST, // cycles through switch and RGB LEDs
- LFK_PLAY_ONEUP
-};
-
#define CLICK_HZ 500
#define CLICK_MS 2
#define CLICK_ENABLED 0