diff options
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/alexey/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/basic/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/bone2planck/keymap.c | 5 | ||||
-rw-r--r-- | keyboards/planck/keymaps/cbbrowne/keymap.c | 5 | ||||
-rw-r--r-- | keyboards/planck/keymaps/gabriel/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/jacob/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/johannes/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/lukas/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/luke/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/neo2planck/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/pete/keymap.c | 3 | ||||
-rw-r--r-- | keyboards/planck/keymaps/tak3over/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/unicode/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/planck/keymaps/yale/keymap.c | 4 |
14 files changed, 0 insertions, 57 deletions
diff --git a/keyboards/planck/keymaps/alexey/keymap.c b/keyboards/planck/keymaps/alexey/keymap.c index f3ddc8a8a..90bdd2c37 100644 --- a/keyboards/planck/keymaps/alexey/keymap.c +++ b/keyboards/planck/keymaps/alexey/keymap.c | |||
@@ -30,10 +30,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
30 | } | 30 | } |
31 | }; | 31 | }; |
32 | 32 | ||
33 | const uint16_t PROGMEM fn_actions[] = { | ||
34 | |||
35 | }; | ||
36 | |||
37 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 33 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
38 | { | 34 | { |
39 | // MACRODOWN only works in this function | 35 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/basic/keymap.c b/keyboards/planck/keymaps/basic/keymap.c index f34291323..cc70aeea3 100644 --- a/keyboards/planck/keymaps/basic/keymap.c +++ b/keyboards/planck/keymaps/basic/keymap.c | |||
@@ -69,10 +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 | |||
76 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 72 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
77 | { | 73 | { |
78 | switch(id) { | 74 | switch(id) { |
diff --git a/keyboards/planck/keymaps/bone2planck/keymap.c b/keyboards/planck/keymaps/bone2planck/keymap.c index ce862ef9a..e26aff07e 100644 --- a/keyboards/planck/keymaps/bone2planck/keymap.c +++ b/keyboards/planck/keymaps/bone2planck/keymap.c | |||
@@ -142,11 +142,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
142 | } | 142 | } |
143 | }; | 143 | }; |
144 | 144 | ||
145 | |||
146 | const uint16_t PROGMEM fn_actions[] = { | ||
147 | |||
148 | }; | ||
149 | |||
150 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 145 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
151 | { | 146 | { |
152 | // MACRODOWN only works in this function | 147 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/cbbrowne/keymap.c b/keyboards/planck/keymaps/cbbrowne/keymap.c index 8fdbcf1a7..f5e9cdbcd 100644 --- a/keyboards/planck/keymaps/cbbrowne/keymap.c +++ b/keyboards/planck/keymaps/cbbrowne/keymap.c | |||
@@ -153,11 +153,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
153 | } | 153 | } |
154 | }; | 154 | }; |
155 | 155 | ||
156 | |||
157 | /* What is fn_actions actually used for??? */ | ||
158 | const uint16_t PROGMEM fn_actions[] = { | ||
159 | }; | ||
160 | |||
161 | /* This bit of logic seeds a wee linear congruential random number generator */ | 156 | /* This bit of logic seeds a wee linear congruential random number generator */ |
162 | /* lots of prime numbers everywhere... */ | 157 | /* lots of prime numbers everywhere... */ |
163 | static uint16_t random_value = 157; | 158 | static uint16_t random_value = 157; |
diff --git a/keyboards/planck/keymaps/gabriel/keymap.c b/keyboards/planck/keymaps/gabriel/keymap.c index cbb44f68a..96e4a17ee 100644 --- a/keyboards/planck/keymaps/gabriel/keymap.c +++ b/keyboards/planck/keymaps/gabriel/keymap.c | |||
@@ -88,10 +88,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
88 | } | 88 | } |
89 | }; | 89 | }; |
90 | 90 | ||
91 | const uint16_t PROGMEM fn_actions[] = { | ||
92 | |||
93 | }; | ||
94 | |||
95 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 91 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
96 | { | 92 | { |
97 | // MACRODOWN only works in this function | 93 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/jacob/keymap.c b/keyboards/planck/keymaps/jacob/keymap.c index f44faff74..5d823157b 100644 --- a/keyboards/planck/keymaps/jacob/keymap.c +++ b/keyboards/planck/keymaps/jacob/keymap.c | |||
@@ -34,10 +34,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
34 | } | 34 | } |
35 | }; | 35 | }; |
36 | 36 | ||
37 | const uint16_t PROGMEM fn_actions[] = { | ||
38 | |||
39 | }; | ||
40 | |||
41 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 37 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
42 | { | 38 | { |
43 | // MACRODOWN only works in this function | 39 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/johannes/keymap.c b/keyboards/planck/keymaps/johannes/keymap.c index 86748daf2..2432a8673 100644 --- a/keyboards/planck/keymaps/johannes/keymap.c +++ b/keyboards/planck/keymaps/johannes/keymap.c | |||
@@ -90,10 +90,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
90 | 90 | ||
91 | }; | 91 | }; |
92 | 92 | ||
93 | const uint16_t PROGMEM fn_actions[] = { | ||
94 | |||
95 | }; | ||
96 | |||
97 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 93 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
98 | { | 94 | { |
99 | return MACRO_NONE; | 95 | return MACRO_NONE; |
diff --git a/keyboards/planck/keymaps/lukas/keymap.c b/keyboards/planck/keymaps/lukas/keymap.c index d7702ad09..7adb6a3dd 100644 --- a/keyboards/planck/keymaps/lukas/keymap.c +++ b/keyboards/planck/keymaps/lukas/keymap.c | |||
@@ -33,10 +33,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
33 | } | 33 | } |
34 | }; | 34 | }; |
35 | 35 | ||
36 | const uint16_t PROGMEM fn_actions[] = { | ||
37 | |||
38 | }; | ||
39 | |||
40 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 36 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
41 | { | 37 | { |
42 | // MACRODOWN only works in this function | 38 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/luke/keymap.c b/keyboards/planck/keymaps/luke/keymap.c index 5fc895803..121e53148 100644 --- a/keyboards/planck/keymaps/luke/keymap.c +++ b/keyboards/planck/keymaps/luke/keymap.c | |||
@@ -274,10 +274,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
274 | 274 | ||
275 | }; | 275 | }; |
276 | 276 | ||
277 | const uint16_t PROGMEM fn_actions[] = { | ||
278 | }; | ||
279 | |||
280 | |||
281 | void matrix_init_user(){ | 277 | void matrix_init_user(){ |
282 | set_unicode_input_mode(UC_LNX); | 278 | set_unicode_input_mode(UC_LNX); |
283 | } | 279 | } |
diff --git a/keyboards/planck/keymaps/neo2planck/keymap.c b/keyboards/planck/keymaps/neo2planck/keymap.c index 1ecc80059..a8c4f9306 100644 --- a/keyboards/planck/keymaps/neo2planck/keymap.c +++ b/keyboards/planck/keymaps/neo2planck/keymap.c | |||
@@ -97,10 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
97 | }, | 97 | }, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | const uint16_t PROGMEM fn_actions[] = { | ||
101 | |||
102 | }; | ||
103 | |||
104 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 100 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
105 | { | 101 | { |
106 | // MACRODOWN only works in this function | 102 | // MACRODOWN only works in this function |
diff --git a/keyboards/planck/keymaps/pete/keymap.c b/keyboards/planck/keymaps/pete/keymap.c index de5c50cd1..faf41302e 100644 --- a/keyboards/planck/keymaps/pete/keymap.c +++ b/keyboards/planck/keymaps/pete/keymap.c | |||
@@ -117,9 +117,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
117 | }; | 117 | }; |
118 | 118 | ||
119 | int currentOs = _MAC; | 119 | int currentOs = _MAC; |
120 | const uint16_t PROGMEM fn_actions[] = { | ||
121 | |||
122 | }; | ||
123 | 120 | ||
124 | #ifdef AUDIO_ENABLE | 121 | #ifdef AUDIO_ENABLE |
125 | 122 | ||
diff --git a/keyboards/planck/keymaps/tak3over/keymap.c b/keyboards/planck/keymaps/tak3over/keymap.c index f8fb0fb37..8b26520bf 100644 --- a/keyboards/planck/keymaps/tak3over/keymap.c +++ b/keyboards/planck/keymaps/tak3over/keymap.c | |||
@@ -106,10 +106,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
106 | } | 106 | } |
107 | }; | 107 | }; |
108 | 108 | ||
109 | const uint16_t PROGMEM fn_actions[] = { | ||
110 | |||
111 | }; | ||
112 | |||
113 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 109 | const 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/planck/keymaps/unicode/keymap.c b/keyboards/planck/keymaps/unicode/keymap.c index d869eedd4..749aaa868 100644 --- a/keyboards/planck/keymaps/unicode/keymap.c +++ b/keyboards/planck/keymaps/unicode/keymap.c | |||
@@ -191,10 +191,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
191 | 191 | ||
192 | }; | 192 | }; |
193 | 193 | ||
194 | const uint16_t PROGMEM fn_actions[] = { | ||
195 | |||
196 | }; | ||
197 | |||
198 | #ifdef AUDIO_ENABLE | 194 | #ifdef AUDIO_ENABLE |
199 | 195 | ||
200 | float tone_startup[][2] = SONG(STARTUP_SOUND); | 196 | float tone_startup[][2] = SONG(STARTUP_SOUND); |
diff --git a/keyboards/planck/keymaps/yale/keymap.c b/keyboards/planck/keymaps/yale/keymap.c index bbecc66fb..89be16f5f 100644 --- a/keyboards/planck/keymaps/yale/keymap.c +++ b/keyboards/planck/keymaps/yale/keymap.c | |||
@@ -84,10 +84,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
84 | 84 | ||
85 | }; | 85 | }; |
86 | 86 | ||
87 | const uint16_t PROGMEM fn_actions[] = { | ||
88 | |||
89 | }; | ||
90 | |||
91 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 87 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
92 | { | 88 | { |
93 | // MACRODOWN only works in this function | 89 | // MACRODOWN only works in this function |