diff options
Diffstat (limited to 'layouts/community')
18 files changed, 0 insertions, 59 deletions
diff --git a/layouts/community/ergodox/ab/keymap.c b/layouts/community/ergodox/ab/keymap.c index 7bda0cd22..d8d7accdc 100644 --- a/layouts/community/ergodox/ab/keymap.c +++ b/layouts/community/ergodox/ab/keymap.c | |||
@@ -105,9 +105,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
105 | ), | 105 | ), |
106 | }; | 106 | }; |
107 | 107 | ||
108 | const uint16_t PROGMEM fn_actions[] = { | ||
109 | }; | ||
110 | |||
111 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 108 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
112 | { | 109 | { |
113 | // MACRODOWN only works in this function | 110 | // MACRODOWN only works in this function |
diff --git a/layouts/community/ergodox/alphadox/keymap.c b/layouts/community/ergodox/alphadox/keymap.c index 8acd86b7a..75784f7a9 100644 --- a/layouts/community/ergodox/alphadox/keymap.c +++ b/layouts/community/ergodox/alphadox/keymap.c | |||
@@ -73,9 +73,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
73 | ), | 73 | ), |
74 | }; | 74 | }; |
75 | 75 | ||
76 | const uint16_t PROGMEM fn_actions[] = { | ||
77 | }; | ||
78 | |||
79 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 76 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
80 | switch(id) { | 77 | switch(id) { |
81 | case TEENSY: | 78 | case TEENSY: |
diff --git a/layouts/community/ergodox/bepo_csa/keymap.c b/layouts/community/ergodox/bepo_csa/keymap.c index 125301d44..8dfb95a33 100644 --- a/layouts/community/ergodox/bepo_csa/keymap.c +++ b/layouts/community/ergodox/bepo_csa/keymap.c | |||
@@ -362,9 +362,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
362 | ), | 362 | ), |
363 | }; | 363 | }; |
364 | 364 | ||
365 | const uint16_t PROGMEM fn_actions[] = { | ||
366 | }; | ||
367 | |||
368 | void hold_shift(void) { | 365 | void hold_shift(void) { |
369 | register_code(KC_LSHIFT); | 366 | register_code(KC_LSHIFT); |
370 | } | 367 | } |
diff --git a/layouts/community/ergodox/dave/keymap.c b/layouts/community/ergodox/dave/keymap.c index f50be71fa..428749647 100644 --- a/layouts/community/ergodox/dave/keymap.c +++ b/layouts/community/ergodox/dave/keymap.c | |||
@@ -137,11 +137,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
137 | ), | 137 | ), |
138 | }; | 138 | }; |
139 | 139 | ||
140 | const uint16_t PROGMEM fn_actions[] = { | ||
141 | //[1] = ACTION_LAYER_TAP_TOGGLE(PROG), // FN1 - Momentary Layer 1 (Symbols) | ||
142 | //[2] = ACTION_LAYER_TAP_TOGGLE(NAVI) // FN2 - Momentary Layer 2 (Navigation) | ||
143 | }; | ||
144 | |||
145 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 140 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
146 | { | 141 | { |
147 | // MACRODOWN only works in this function | 142 | // MACRODOWN only works in this function |
diff --git a/layouts/community/ergodox/german-manuneo/compile_keymap.py b/layouts/community/ergodox/german-manuneo/compile_keymap.py index 44f31b1c6..9ad5c88ec 100644 --- a/layouts/community/ergodox/german-manuneo/compile_keymap.py +++ b/layouts/community/ergodox/german-manuneo/compile_keymap.py | |||
@@ -668,9 +668,6 @@ def iter_keymap_parts(config, keymaps): | |||
668 | 668 | ||
669 | yield "};\n\n" | 669 | yield "};\n\n" |
670 | 670 | ||
671 | # no idea what this is for | ||
672 | yield "const uint16_t PROGMEM fn_actions[] = {};\n" | ||
673 | |||
674 | # macros | 671 | # macros |
675 | yield MACROCODE.format( | 672 | yield MACROCODE.format( |
676 | macro_cases="", | 673 | macro_cases="", |
diff --git a/layouts/community/ergodox/german-manuneo/keymap.c b/layouts/community/ergodox/german-manuneo/keymap.c index 71988b7dd..9198bf6e3 100644 --- a/layouts/community/ergodox/german-manuneo/keymap.c +++ b/layouts/community/ergodox/german-manuneo/keymap.c | |||
@@ -376,8 +376,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
376 | ), | 376 | ), |
377 | }; | 377 | }; |
378 | 378 | ||
379 | const uint16_t PROGMEM fn_actions[] = {}; | ||
380 | |||
381 | #define UC_MODE_WIN 0 | 379 | #define UC_MODE_WIN 0 |
382 | #define UC_MODE_LINUX 1 | 380 | #define UC_MODE_LINUX 1 |
383 | #define UC_MODE_OSX 2 | 381 | #define UC_MODE_OSX 2 |
diff --git a/layouts/community/ergodox/neo2_on_qwertz_hardware/keymap.c b/layouts/community/ergodox/neo2_on_qwertz_hardware/keymap.c index 399135033..f93f03e92 100644 --- a/layouts/community/ergodox/neo2_on_qwertz_hardware/keymap.c +++ b/layouts/community/ergodox/neo2_on_qwertz_hardware/keymap.c | |||
@@ -282,8 +282,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
282 | ), | 282 | ), |
283 | }; | 283 | }; |
284 | 284 | ||
285 | const uint16_t PROGMEM fn_actions[] = {}; | ||
286 | |||
287 | #define UC_MODE_WIN 0 | 285 | #define UC_MODE_WIN 0 |
288 | #define UC_MODE_LINUX 1 | 286 | #define UC_MODE_LINUX 1 |
289 | #define UC_MODE_OSX 2 | 287 | #define UC_MODE_OSX 2 |
diff --git a/layouts/community/ergodox/osx_de/keymap.c b/layouts/community/ergodox/osx_de/keymap.c index a9a27a8d4..cd9a35e21 100644 --- a/layouts/community/ergodox/osx_de/keymap.c +++ b/layouts/community/ergodox/osx_de/keymap.c | |||
@@ -145,10 +145,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
145 | KC_TRNS, KC_TRNS, KC_TRNS), | 145 | KC_TRNS, KC_TRNS, KC_TRNS), |
146 | }; | 146 | }; |
147 | 147 | ||
148 | const uint16_t PROGMEM fn_actions[] = { | ||
149 | |||
150 | }; | ||
151 | |||
152 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 148 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
153 | { | 149 | { |
154 | static uint16_t start; | 150 | static uint16_t start; |
diff --git a/layouts/community/ergodox/osx_de_adnw_koy/keymap.c b/layouts/community/ergodox/osx_de_adnw_koy/keymap.c index 9d2e117bc..8fc0f1fd9 100644 --- a/layouts/community/ergodox/osx_de_adnw_koy/keymap.c +++ b/layouts/community/ergodox/osx_de_adnw_koy/keymap.c | |||
@@ -122,10 +122,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
122 | KC_TRNS, KC_TRNS, KC_TRNS), | 122 | KC_TRNS, KC_TRNS, KC_TRNS), |
123 | }; | 123 | }; |
124 | 124 | ||
125 | const uint16_t PROGMEM fn_actions[] = { | ||
126 | |||
127 | }; | ||
128 | |||
129 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 125 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
130 | { | 126 | { |
131 | switch(id) { | 127 | switch(id) { |
diff --git a/layouts/community/ergodox/osx_de_experimental/keymap.c b/layouts/community/ergodox/osx_de_experimental/keymap.c index 15c700a78..cedecd45c 100644 --- a/layouts/community/ergodox/osx_de_experimental/keymap.c +++ b/layouts/community/ergodox/osx_de_experimental/keymap.c | |||
@@ -378,10 +378,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
378 | KC_TRNS, KC_TRNS, KC_TRNS), | 378 | KC_TRNS, KC_TRNS, KC_TRNS), |
379 | }; | 379 | }; |
380 | 380 | ||
381 | const uint16_t PROGMEM fn_actions[] = { | ||
382 | |||
383 | }; | ||
384 | |||
385 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 381 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
386 | { | 382 | { |
387 | static uint16_t start; | 383 | static uint16_t start; |
diff --git a/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c b/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c index e024d5fb9..caead7e16 100644 --- a/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c +++ b/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c | |||
@@ -26,9 +26,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
26 | ) | 26 | ) |
27 | }; | 27 | }; |
28 | 28 | ||
29 | const uint16_t PROGMEM fn_actions[] = { | ||
30 | }; | ||
31 | |||
32 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 29 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
33 | return MACRO_NONE; | 30 | return MACRO_NONE; |
34 | }; | 31 | }; |
diff --git a/layouts/community/ergodox/romanzolotarev-norman-qwerty-osx/keymap.c b/layouts/community/ergodox/romanzolotarev-norman-qwerty-osx/keymap.c index d0b7520c3..ffa106f70 100644 --- a/layouts/community/ergodox/romanzolotarev-norman-qwerty-osx/keymap.c +++ b/layouts/community/ergodox/romanzolotarev-norman-qwerty-osx/keymap.c | |||
@@ -46,9 +46,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
46 | ), | 46 | ), |
47 | }; | 47 | }; |
48 | 48 | ||
49 | const uint16_t PROGMEM fn_actions[] = { | ||
50 | }; | ||
51 | |||
52 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 49 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
53 | return MACRO_NONE; | 50 | return MACRO_NONE; |
54 | }; | 51 | }; |
diff --git a/layouts/community/ergodox/sethbc/keymap.c b/layouts/community/ergodox/sethbc/keymap.c index 7f142a976..26d3106ec 100644 --- a/layouts/community/ergodox/sethbc/keymap.c +++ b/layouts/community/ergodox/sethbc/keymap.c | |||
@@ -69,9 +69,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
69 | ), | 69 | ), |
70 | }; | 70 | }; |
71 | 71 | ||
72 | const uint16_t PROGMEM fn_actions[] = { | ||
73 | }; | ||
74 | |||
75 | // Runs just one time when the keyboard initializes. | 72 | // Runs just one time when the keyboard initializes. |
76 | void matrix_init_user(void) { | 73 | void matrix_init_user(void) { |
77 | 74 | ||
diff --git a/layouts/community/ergodox/software_neo2/keymap.c b/layouts/community/ergodox/software_neo2/keymap.c index 925caa016..7ec4f7b83 100644 --- a/layouts/community/ergodox/software_neo2/keymap.c +++ b/layouts/community/ergodox/software_neo2/keymap.c | |||
@@ -95,10 +95,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
95 | ), | 95 | ), |
96 | }; | 96 | }; |
97 | 97 | ||
98 | const uint16_t PROGMEM fn_actions[] = { | ||
99 | /* [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) */ | ||
100 | }; | ||
101 | |||
102 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 98 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
103 | { | 99 | { |
104 | // MACRODOWN only works in this function | 100 | // MACRODOWN only works in this function |
diff --git a/layouts/community/ergodox/supercoder/keymap.c b/layouts/community/ergodox/supercoder/keymap.c index a42937bd6..3aa34a8e4 100644 --- a/layouts/community/ergodox/supercoder/keymap.c +++ b/layouts/community/ergodox/supercoder/keymap.c | |||
@@ -58,9 +58,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
58 | ), | 58 | ), |
59 | }; | 59 | }; |
60 | 60 | ||
61 | const uint16_t PROGMEM fn_actions[] = { | ||
62 | }; | ||
63 | |||
64 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 61 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
65 | { | 62 | { |
66 | return MACRO_NONE; | 63 | return MACRO_NONE; |
diff --git a/layouts/community/ergodox/tm2030/keymap.c b/layouts/community/ergodox/tm2030/keymap.c index fa919b5d8..1259a18ff 100644 --- a/layouts/community/ergodox/tm2030/keymap.c +++ b/layouts/community/ergodox/tm2030/keymap.c | |||
@@ -194,9 +194,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
194 | ), | 194 | ), |
195 | }; | 195 | }; |
196 | 196 | ||
197 | const uint16_t PROGMEM fn_actions[] = { | ||
198 | }; | ||
199 | |||
200 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 197 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
201 | { | 198 | { |
202 | // MACRODOWN only works in this function | 199 | // MACRODOWN only works in this function |
diff --git a/layouts/community/ergodox/xyverz/keymap.c b/layouts/community/ergodox/xyverz/keymap.c index 2e4b1e797..fe9080c2d 100644 --- a/layouts/community/ergodox/xyverz/keymap.c +++ b/layouts/community/ergodox/xyverz/keymap.c | |||
@@ -250,10 +250,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
250 | 250 | ||
251 | }; | 251 | }; |
252 | 252 | ||
253 | const uint16_t PROGMEM fn_actions[] = { | ||
254 | |||
255 | }; | ||
256 | |||
257 | void persistent_default_layer_set(uint16_t default_layer) { | 253 | void persistent_default_layer_set(uint16_t default_layer) { |
258 | eeconfig_update_default_layer(default_layer); | 254 | eeconfig_update_default_layer(default_layer); |
259 | default_layer_set(default_layer); | 255 | default_layer_set(default_layer); |
diff --git a/layouts/community/ergodox/yoruian/keymap.c b/layouts/community/ergodox/yoruian/keymap.c index 367fe3c09..b304fa070 100644 --- a/layouts/community/ergodox/yoruian/keymap.c +++ b/layouts/community/ergodox/yoruian/keymap.c | |||
@@ -37,9 +37,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
37 | TR, TR, TR, TR, TR, TR), | 37 | TR, TR, TR, TR, TR, TR), |
38 | }; | 38 | }; |
39 | 39 | ||
40 | const uint16_t PROGMEM fn_actions[] = { | ||
41 | }; | ||
42 | |||
43 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 40 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
44 | return MACRO_NONE; | 41 | return MACRO_NONE; |
45 | }; | 42 | }; |