aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd75
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-01-11 09:50:14 +1100
committerDrashna Jaelre <drashna@live.com>2019-01-11 18:32:43 -0800
commit67adc29aa35719eea2de43bacf9cd5e8b5dfd79e (patch)
treee142afec99c3703e2c5b8bba38f0cf333a6223fd /keyboards/xd75
parentd8eace35ebae454923f3ed30fc93ad357640d804 (diff)
downloadqmk_firmware-67adc29aa35719eea2de43bacf9cd5e8b5dfd79e.tar.gz
qmk_firmware-67adc29aa35719eea2de43bacf9cd5e8b5dfd79e.zip
Remove empty fn_actions[]
Diffstat (limited to 'keyboards/xd75')
-rw-r--r--keyboards/xd75/keymaps/adi/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/atomic_style/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/boy_314/keymap.c6
-rw-r--r--keyboards/xd75/keymaps/bramver/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/c4software_bepo/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/cbbrowne/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/default/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/dyn_macro_tap_dance/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/emilyh/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/french/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/kim-kim-xd73/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/kim-kim/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/kloki/keymap.c3
13 files changed, 0 insertions, 51 deletions
diff --git a/keyboards/xd75/keymaps/adi/keymap.c b/keyboards/xd75/keymaps/adi/keymap.c
index d96a21507..24b450c8d 100644
--- a/keyboards/xd75/keymaps/adi/keymap.c
+++ b/keyboards/xd75/keymaps/adi/keymap.c
@@ -106,10 +106,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
106 }, 106 },
107}; 107};
108 108
109const uint16_t PROGMEM fn_actions[] = {
110
111};
112
113const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 109const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
114{ 110{
115 // MACRODOWN only works in this function 111 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/atomic_style/keymap.c b/keyboards/xd75/keymaps/atomic_style/keymap.c
index 986732299..c40d89bc7 100644
--- a/keyboards/xd75/keymaps/atomic_style/keymap.c
+++ b/keyboards/xd75/keymaps/atomic_style/keymap.c
@@ -163,10 +163,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
163 }, 163 },
164}; 164};
165 165
166const uint16_t PROGMEM fn_actions[] = {
167
168};
169
170const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 166const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
171{ 167{
172 // MACRODOWN only works in this function 168 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/boy_314/keymap.c b/keyboards/xd75/keymaps/boy_314/keymap.c
index d807d1d86..1de733f0f 100644
--- a/keyboards/xd75/keymaps/boy_314/keymap.c
+++ b/keyboards/xd75/keymaps/boy_314/keymap.c
@@ -125,12 +125,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
125 } 125 }
126}; 126};
127 127
128
129
130const uint16_t PROGMEM fn_actions[] = {
131
132};
133
134const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 128const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
135{ 129{
136 // MACRODOWN only works in this function 130 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/bramver/keymap.c b/keyboards/xd75/keymaps/bramver/keymap.c
index 831278d00..142d8efd2 100644
--- a/keyboards/xd75/keymaps/bramver/keymap.c
+++ b/keyboards/xd75/keymaps/bramver/keymap.c
@@ -96,8 +96,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
96 96
97}; 97};
98 98
99const uint16_t PROGMEM fn_actions[] = {};
100
101void matrix_init_user(void) { 99void matrix_init_user(void) {
102 _delay_ms(20); // Gets rid of tick 100 _delay_ms(20); // Gets rid of tick
103 set_unicode_input_mode(UC_LNX); 101 set_unicode_input_mode(UC_LNX);
diff --git a/keyboards/xd75/keymaps/c4software_bepo/keymap.c b/keyboards/xd75/keymaps/c4software_bepo/keymap.c
index e0a71d7c4..2c70f2876 100644
--- a/keyboards/xd75/keymaps/c4software_bepo/keymap.c
+++ b/keyboards/xd75/keymaps/c4software_bepo/keymap.c
@@ -67,10 +67,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
67 } 67 }
68}; 68};
69 69
70const uint16_t PROGMEM fn_actions[] = {
71
72};
73
74const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 70const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
75{ 71{
76 // MACRODOWN only works in this function 72 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/cbbrowne/keymap.c b/keyboards/xd75/keymaps/cbbrowne/keymap.c
index ec98b6d5a..322fffdad 100644
--- a/keyboards/xd75/keymaps/cbbrowne/keymap.c
+++ b/keyboards/xd75/keymaps/cbbrowne/keymap.c
@@ -197,10 +197,6 @@ Missing still...
197 }, 197 },
198}; 198};
199 199
200const uint16_t PROGMEM fn_actions[] = {
201
202};
203
204/* This bit of logic seeds a wee linear congruential random number generator */ 200/* This bit of logic seeds a wee linear congruential random number generator */
205/* lots of prime numbers everywhere... */ 201/* lots of prime numbers everywhere... */
206static uint16_t random_value = 157; 202static uint16_t random_value = 157;
diff --git a/keyboards/xd75/keymaps/default/keymap.c b/keyboards/xd75/keymaps/default/keymap.c
index 028fc270d..03f605385 100644
--- a/keyboards/xd75/keymaps/default/keymap.c
+++ b/keyboards/xd75/keymaps/default/keymap.c
@@ -66,10 +66,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
66 } 66 }
67}; 67};
68 68
69const uint16_t PROGMEM fn_actions[] = {
70
71};
72
73const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 69const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
74{ 70{
75 // MACRODOWN only works in this function 71 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/dyn_macro_tap_dance/keymap.c b/keyboards/xd75/keymaps/dyn_macro_tap_dance/keymap.c
index 52cae7f71..594e5c41c 100644
--- a/keyboards/xd75/keymaps/dyn_macro_tap_dance/keymap.c
+++ b/keyboards/xd75/keymaps/dyn_macro_tap_dance/keymap.c
@@ -114,10 +114,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
114 } 114 }
115}; 115};
116 116
117const uint16_t PROGMEM fn_actions[] = {
118
119};
120
121const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 117const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
122{ 118{
123 // MACRODOWN only works in this function 119 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/emilyh/keymap.c b/keyboards/xd75/keymaps/emilyh/keymap.c
index 034bb55ac..04c239636 100644
--- a/keyboards/xd75/keymaps/emilyh/keymap.c
+++ b/keyboards/xd75/keymaps/emilyh/keymap.c
@@ -164,10 +164,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
164 }, 164 },
165}; 165};
166 166
167const uint16_t PROGMEM fn_actions[] = {
168
169};
170
171const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 167const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
172{ 168{
173 // MACRODOWN only works in this function 169 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/french/keymap.c b/keyboards/xd75/keymaps/french/keymap.c
index a5d14674a..1ffec2202 100644
--- a/keyboards/xd75/keymaps/french/keymap.c
+++ b/keyboards/xd75/keymaps/french/keymap.c
@@ -54,7 +54,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
54 { RESET, FR_EMPT, FR_EMPT, FR_TRANS, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_0, FR_DOT, FR_ENTK, FR_EMPT, BL_STEP }, 54 { RESET, FR_EMPT, FR_EMPT, FR_TRANS, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_EMPT, FR_0, FR_DOT, FR_ENTK, FR_EMPT, BL_STEP },
55 }, 55 },
56}; 56};
57
58const uint16_t PROGMEM fn_actions[] = {
59};
60
diff --git a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
index 19f13ed32..8820b4ef5 100644
--- a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
+++ b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
@@ -118,10 +118,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
118 118
119}; 119};
120 120
121const uint16_t PROGMEM fn_actions[] = {
122
123};
124
125const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 121const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
126{ 122{
127 // MACRODOWN only works in this function 123 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/kim-kim/keymap.c b/keyboards/xd75/keymaps/kim-kim/keymap.c
index 0ec506e17..c67ce2287 100644
--- a/keyboards/xd75/keymaps/kim-kim/keymap.c
+++ b/keyboards/xd75/keymaps/kim-kim/keymap.c
@@ -118,10 +118,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
118 118
119}; 119};
120 120
121const uint16_t PROGMEM fn_actions[] = {
122
123};
124
125const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 121const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
126{ 122{
127 // MACRODOWN only works in this function 123 // MACRODOWN only works in this function
diff --git a/keyboards/xd75/keymaps/kloki/keymap.c b/keyboards/xd75/keymaps/kloki/keymap.c
index 62023cf70..340d9a8dc 100644
--- a/keyboards/xd75/keymaps/kloki/keymap.c
+++ b/keyboards/xd75/keymaps/kloki/keymap.c
@@ -64,9 +64,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
64 { _______, _______, _______, _______, _______,_______,_______, _______, _______, _______,_______,_______, _______, _______, _______ }, 64 { _______, _______, _______, _______, _______,_______,_______, _______, _______, _______,_______,_______, _______, _______, _______ },
65 } 65 }
66}; 66};
67const uint16_t PROGMEM fn_actions[] = {
68
69};
70 67
71const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 68const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
72{ 69{