forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update whitefox/konstantin keymap (qmk#4436)
* Add more spacing in keymaps * Enable link-time optimization * Disable deprecated TMK actions, change spacing in config.h * Remove unrelated rules.mk options
- Loading branch information
1 parent
4178c04
commit 0423591
Showing
3 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
AUDIO_ENABLE = no | ||
BACKLIGHT_ENABLE = no | ||
BLUETOOTH_ENABLE = no | ||
BOOTMAGIC_ENABLE = no | ||
COMMAND_ENABLE = yes | ||
CONSOLE_ENABLE = yes | ||
EXTRAKEY_ENABLE = yes | ||
MIDI_ENABLE = no | ||
MOUSEKEY_ENABLE = yes | ||
NKRO_ENABLE = yes | ||
RGBLIGHT_ENABLE = no | ||
SLEEP_LED_ENABLE = no | ||
TAP_DANCE_ENABLE = yes | ||
UNICODE_ENABLE = yes | ||
VISUALIZER_ENABLE = no | ||
|
||
EXTRAFLAGS += -flto |