diff options
Diffstat (limited to 'keyboard/phantom/config.h')
| -rw-r--r-- | keyboard/phantom/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h index 09f758cd0..6f5389336 100644 --- a/keyboard/phantom/config.h +++ b/keyboard/phantom/config.h | |||
| @@ -39,6 +39,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 39 | /* Set 0 if need no debouncing */ | 39 | /* Set 0 if need no debouncing */ |
| 40 | #define DEBOUNCE 7 | 40 | #define DEBOUNCE 7 |
| 41 | 41 | ||
| 42 | /* Set LED brightness 0-255. | ||
| 43 | * This have no effect if sleep LED is enabled. */ | ||
| 44 | #define LED_BRIGHTNESS 250 | ||
| 45 | |||
| 42 | /* key combination for command */ | 46 | /* key combination for command */ |
| 43 | #define IS_COMMAND() ( \ | 47 | #define IS_COMMAND() ( \ |
| 44 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 48 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
