summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/csharp_dev/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/csharp_dev/keymap.c')
-rw-r--r--layouts/community/ergodox/csharp_dev/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/csharp_dev/keymap.c b/layouts/community/ergodox/csharp_dev/keymap.c
index 7996c92e0..221389ef2 100644
--- a/layouts/community/ergodox/csharp_dev/keymap.c
+++ b/layouts/community/ergodox/csharp_dev/keymap.c
@@ -118,10 +118,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
-const uint16_t PROGMEM fn_actions[] = {
- [1] = ACTION_LAYER_TAP_TOGGLE(FKEYS) // FN1 - Momentary Layer 1
-};
-
const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
{
// MACRODOWN only works in this function