diff options
| author | Joel Challis | 2023-11-26 19:36:45 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-26 19:36:45 +0100 |
| commit | 1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch) | |
| tree | b97c1f983b7e4b57c007d0feedadd3ad3e39062b /users/pvinis/rules.mk | |
| parent | 4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff) | |
Remove userspace keymaps (#22544)
Diffstat (limited to 'users/pvinis/rules.mk')
| -rw-r--r-- | users/pvinis/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/users/pvinis/rules.mk b/users/pvinis/rules.mk deleted file mode 100644 index 6c7b47399a..0000000000 --- a/users/pvinis/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -SRC += pvinis.c # add userspace file - - -## Use the stuff below on the keyboard keymaps, not here. -## If they are used here, they will replace the keymap's rules, since this file is eval'd later. - -# TAP_DANCE_ENABLE = yes -# AUDIO_ENABLE = yes # piezo speaker sounds -# RGBLIGHT_ENABLE = yes # rgb leds underlight -# BACKLIGHT_ENABLE = no # leds under keycaps -# MOUSEKEY_ENABLE = yes -# LEEP_LED_ENABLE = no # no led blinking while sleeping -# KRO_ENABLE = yes - -## Some extra stuff to make firmware smaller. - -# LTO_ENABLE = yes -# CONSOLE_ENABLE = no -# COMMAND_ENABLE = no |