diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-23 05:24:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 18:24:02 +0000 |
commit | 8ec18d147613d3539764b33e92af5c9542dd5f46 (patch) | |
tree | c444919d497dfd2886d406ff6c87e145e62f6e8e /keyboards/capsunlocked/cu75/cu75.h | |
parent | 4ef11f0905f28dedcd17f4be7949d3592fef20b5 (diff) |
Remove `action_function()` from LFKeyboards boards (#15993)
Diffstat (limited to 'keyboards/capsunlocked/cu75/cu75.h')
-rw-r--r-- | keyboards/capsunlocked/cu75/cu75.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/capsunlocked/cu75/cu75.h b/keyboards/capsunlocked/cu75/cu75.h index 444c8daaec..11a01b8b7e 100644 --- a/keyboards/capsunlocked/cu75/cu75.h +++ b/keyboards/capsunlocked/cu75/cu75.h @@ -19,19 +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 -}; - #define CLICK_HZ 500 #define CLICK_MS 2 #define CLICK_ENABLED 0 |