diff options
Diffstat (limited to 'keyboards/silverbullet44/config.h')
-rw-r--r-- | keyboards/silverbullet44/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/silverbullet44/config.h b/keyboards/silverbullet44/config.h index 6872f5fb4..a7402a001 100644 --- a/keyboards/silverbullet44/config.h +++ b/keyboards/silverbullet44/config.h | |||
@@ -233,10 +233,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
233 | //#define NO_ACTION_LAYER | 233 | //#define NO_ACTION_LAYER |
234 | //#define NO_ACTION_TAPPING | 234 | //#define NO_ACTION_TAPPING |
235 | //#define NO_ACTION_ONESHOT | 235 | //#define NO_ACTION_ONESHOT |
236 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 236 | |
237 | # define NO_ACTION_MACRO | 237 | /* disable these deprecated features by default */ |
238 | # define NO_ACTION_FUNCTION | 238 | #define NO_ACTION_MACRO |
239 | #endif | 239 | #define NO_ACTION_FUNCTION |
240 | 240 | ||
241 | /* | 241 | /* |
242 | * MIDI options | 242 | * MIDI options |