diff options
| author | Nick Brassel <nick@tzarc.org> | 2025-02-26 22:25:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 22:25:41 +1100 |
| commit | 1efc82403bebe759272d1ba7a79d9dfa0d5df506 (patch) | |
| tree | c356ae7afeb0849926534beb5dd4515f693abf99 /quantum/quantum.h | |
| parent | 63b095212b157c4522bdeda3de144fb87213085d (diff) | |
Community modules (#24848)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 9db88a54d4..59a415ead4 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -244,6 +244,10 @@ extern layer_state_t layer_state; | |||
| 244 | # include "layer_lock.h" | 244 | # include "layer_lock.h" |
| 245 | #endif | 245 | #endif |
| 246 | 246 | ||
| 247 | #ifdef COMMUNITY_MODULES_ENABLE | ||
| 248 | # include "community_modules.h" | ||
| 249 | #endif | ||
| 250 | |||
| 247 | void set_single_default_layer(uint8_t default_layer); | 251 | void set_single_default_layer(uint8_t default_layer); |
| 248 | void set_single_persistent_default_layer(uint8_t default_layer); | 252 | void set_single_persistent_default_layer(uint8_t default_layer); |
| 249 | 253 | ||
