diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-15 03:52:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 03:52:45 +1000 |
commit | fd8628ccdc97482aae1814cec5c2059c2978daad (patch) | |
tree | b4cb8d8811023236254ddd631bc45120bcd2bb84 /layouts/community/ergodox/coderkun_neo2/keymap.c | |
parent | e69c325a9ce84bc144dbc89978f800fc7560757d (diff) | |
download | qmk_firmware-fd8628ccdc97482aae1814cec5c2059c2978daad.tar.gz qmk_firmware-fd8628ccdc97482aae1814cec5c2059c2978daad.zip |
Migrate more `fn_actions` stuff (#13502)
Diffstat (limited to 'layouts/community/ergodox/coderkun_neo2/keymap.c')
-rw-r--r-- | layouts/community/ergodox/coderkun_neo2/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/community/ergodox/coderkun_neo2/keymap.c b/layouts/community/ergodox/coderkun_neo2/keymap.c index b38c99f2e..b731ab495 100644 --- a/layouts/community/ergodox/coderkun_neo2/keymap.c +++ b/layouts/community/ergodox/coderkun_neo2/keymap.c | |||
@@ -215,12 +215,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
215 | ), | 215 | ), |
216 | }; | 216 | }; |
217 | 217 | ||
218 | const uint16_t PROGMEM fn_actions[] = { | ||
219 | [BASE] = ACTION_FUNCTION(BASE), | ||
220 | [PMQ] = ACTION_FUNCTION(PMQ), | ||
221 | [PMN] = ACTION_FUNCTION(PMN), | ||
222 | }; | ||
223 | |||
224 | // Runs just one time when the keyboard initializes. | 218 | // Runs just one time when the keyboard initializes. |
225 | void matrix_init_user(void) { | 219 | void matrix_init_user(void) { |
226 | set_unicode_input_mode(UC_LNX); | 220 | set_unicode_input_mode(UC_LNX); |