aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/coderkun_neo2/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/coderkun_neo2/keymap.c')
-rw-r--r--layouts/community/ergodox/coderkun_neo2/keymap.c6
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
218const 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.
225void matrix_init_user(void) { 219void matrix_init_user(void) {
226 set_unicode_input_mode(UC_LNX); 220 set_unicode_input_mode(UC_LNX);