aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/frenchdev/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/frenchdev/keymaps/default/keymap.c')
-rw-r--r--keyboards/handwired/frenchdev/keymaps/default/keymap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/frenchdev/keymaps/default/keymap.c b/keyboards/handwired/frenchdev/keymaps/default/keymap.c
index 635383b55..9912a3e98 100644
--- a/keyboards/handwired/frenchdev/keymaps/default/keymap.c
+++ b/keyboards/handwired/frenchdev/keymaps/default/keymap.c
@@ -176,11 +176,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
176 176
177}; 177};
178 178
179
180const uint16_t PROGMEM fn_actions[] = {
181
182};
183
184void hold_shift(void) { 179void hold_shift(void) {
185 shift_count = shift_count + 1; 180 shift_count = shift_count + 1;
186 register_code(KC_LSHIFT); 181 register_code(KC_LSHIFT);