diff options
Diffstat (limited to 'keyboards/lfkeyboards')
4 files changed, 0 insertions, 83 deletions
diff --git a/keyboards/lfkeyboards/lfk78/keymaps/ca178858/keymap.c b/keyboards/lfkeyboards/lfk78/keymaps/ca178858/keymap.c index 5461f718c..4e5e84722 100644 --- a/keyboards/lfkeyboards/lfk78/keymaps/ca178858/keymap.c +++ b/keyboards/lfkeyboards/lfk78/keymaps/ca178858/keymap.c | |||
| @@ -159,19 +159,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 159 | ACTION_FUNCTION(LFK_DEBUG_SETTINGS), // FN12 - prints LED and click settings to HID | 159 | ACTION_FUNCTION(LFK_DEBUG_SETTINGS), // FN12 - prints LED and click settings to HID |
| 160 | }; | 160 | }; |
| 161 | 161 | ||
| 162 | |||
| 163 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 164 | { | ||
| 165 | // MACRODOWN only works in this function | ||
| 166 | switch(id) { | ||
| 167 | } | ||
| 168 | return MACRO_NONE; | ||
| 169 | }; | ||
| 170 | |||
| 171 | void matrix_init_user(void) { | ||
| 172 | |||
| 173 | } | ||
| 174 | |||
| 175 | void matrix_scan_user(void) { | 162 | void matrix_scan_user(void) { |
| 176 | if(spam_space && !(get_mods() & (MOD_BIT(KC_LGUI)))){ | 163 | if(spam_space && !(get_mods() & (MOD_BIT(KC_LGUI)))){ |
| 177 | register_code(KC_SPC); | 164 | register_code(KC_SPC); |
| @@ -188,7 +175,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 188 | } | 175 | } |
| 189 | return true; | 176 | return true; |
| 190 | } | 177 | } |
| 191 | |||
| 192 | void led_set_user(uint8_t usb_led) { | ||
| 193 | |||
| 194 | } | ||
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/ca178858/keymap.c b/keyboards/lfkeyboards/lfk87/keymaps/ca178858/keymap.c index 59ee51c25..7f5ae4a72 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/ca178858/keymap.c +++ b/keyboards/lfkeyboards/lfk87/keymaps/ca178858/keymap.c | |||
| @@ -192,24 +192,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 192 | ACTION_FUNCTION(LFK_PLAY_ONEUP), | 192 | ACTION_FUNCTION(LFK_PLAY_ONEUP), |
| 193 | }; | 193 | }; |
| 194 | 194 | ||
| 195 | |||
| 196 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 197 | { | ||
| 198 | // MACRODOWN only works in this function | ||
| 199 | switch(id) { | ||
| 200 | } | ||
| 201 | return MACRO_NONE; | ||
| 202 | }; | ||
| 203 | |||
| 204 | |||
| 205 | void matrix_init_user(void) { | ||
| 206 | |||
| 207 | } | ||
| 208 | |||
| 209 | void matrix_scan_user(void) { | ||
| 210 | |||
| 211 | } | ||
| 212 | |||
| 213 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | 195 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
| 214 | if((layer_state & (1 << CS_GO)) && (keycode == 44)){ | 196 | if((layer_state & (1 << CS_GO)) && (keycode == 44)){ |
| 215 | if(get_mods() & (MOD_BIT(KC_LGUI))){ | 197 | if(get_mods() & (MOD_BIT(KC_LGUI))){ |
| @@ -218,7 +200,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 218 | } | 200 | } |
| 219 | return true; | 201 | return true; |
| 220 | } | 202 | } |
| 221 | |||
| 222 | void led_set_user(uint8_t usb_led) { | ||
| 223 | |||
| 224 | } | ||
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/gbchk/keymap.c b/keyboards/lfkeyboards/lfk87/keymaps/gbchk/keymap.c index 89c5d8f8d..5c9dfb522 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/gbchk/keymap.c +++ b/keyboards/lfkeyboards/lfk87/keymaps/gbchk/keymap.c | |||
| @@ -100,16 +100,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 100 | ACTION_FUNCTION(LFK_CLICK_TOGGLE), // FN5 - Toggle audio click | 100 | ACTION_FUNCTION(LFK_CLICK_TOGGLE), // FN5 - Toggle audio click |
| 101 | }; | 101 | }; |
| 102 | 102 | ||
| 103 | |||
| 104 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 105 | { | ||
| 106 | // MACRODOWN only works in this function | ||
| 107 | switch(id) { | ||
| 108 | } | ||
| 109 | return MACRO_NONE; | ||
| 110 | }; | ||
| 111 | |||
| 112 | |||
| 113 | void matrix_init_user(void) { | 103 | void matrix_init_user(void) { |
| 114 | // This keymap only has a single base layer, so reset the default if needed | 104 | // This keymap only has a single base layer, so reset the default if needed |
| 115 | if(eeconfig_read_default_layer() > 1){ | 105 | if(eeconfig_read_default_layer() > 1){ |
| @@ -117,15 +107,3 @@ void matrix_init_user(void) { | |||
| 117 | default_layer_set(1); | 107 | default_layer_set(1); |
| 118 | } | 108 | } |
| 119 | } | 109 | } |
| 120 | |||
| 121 | void matrix_scan_user(void) { | ||
| 122 | |||
| 123 | } | ||
| 124 | |||
| 125 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 126 | return true; | ||
| 127 | } | ||
| 128 | |||
| 129 | void led_set_user(uint8_t usb_led) { | ||
| 130 | |||
| 131 | } | ||
diff --git a/keyboards/lfkeyboards/mini1800/keymaps/ca178858/keymap.c b/keyboards/lfkeyboards/mini1800/keymaps/ca178858/keymap.c index eadc6eb59..479862fe7 100644 --- a/keyboards/lfkeyboards/mini1800/keymaps/ca178858/keymap.c +++ b/keyboards/lfkeyboards/mini1800/keymaps/ca178858/keymap.c | |||
| @@ -120,16 +120,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 120 | ACTION_FUNCTION(LFK_CLICK_TOGGLE), // FN5 - Toggle audio click | 120 | ACTION_FUNCTION(LFK_CLICK_TOGGLE), // FN5 - Toggle audio click |
| 121 | }; | 121 | }; |
| 122 | 122 | ||
| 123 | |||
| 124 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 125 | { | ||
| 126 | // MACRODOWN only works in this function | ||
| 127 | switch(id) { | ||
| 128 | } | ||
| 129 | return MACRO_NONE; | ||
| 130 | }; | ||
| 131 | |||
| 132 | |||
| 133 | void matrix_init_user(void) { | 123 | void matrix_init_user(void) { |
| 134 | // This keymap only has a single base layer, so reset the default if needed | 124 | // This keymap only has a single base layer, so reset the default if needed |
| 135 | if(eeconfig_read_default_layer() > 1){ | 125 | if(eeconfig_read_default_layer() > 1){ |
| @@ -137,15 +127,3 @@ void matrix_init_user(void) { | |||
| 137 | default_layer_set(1); | 127 | default_layer_set(1); |
| 138 | } | 128 | } |
| 139 | } | 129 | } |
| 140 | |||
| 141 | void matrix_scan_user(void) { | ||
| 142 | |||
| 143 | } | ||
| 144 | |||
| 145 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 146 | return true; | ||
| 147 | } | ||
| 148 | |||
| 149 | void led_set_user(uint8_t usb_led) { | ||
| 150 | |||
| 151 | } | ||
