diff options
author | marksard <38324387+marksard@users.noreply.github.com> | 2020-04-01 06:32:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 14:32:04 -0700 |
commit | c6c94eeabcf2681b6f0c72de76ba0b94e4c6d4d3 (patch) | |
tree | db4f43e19fcc7a6f537bbbaf6a21e7eb9d36ce77 /keyboards/treadstone48/keymaps/default/rules.mk | |
parent | 2c201ab9ad182aa7692be8ce309dd749c46d9dba (diff) | |
download | qmk_firmware-c6c94eeabcf2681b6f0c72de76ba0b94e4c6d4d3.tar.gz |
[Keymap] Keymap refactoring in Treadstone48 (#8574)
* Keyboard: add treeadstone48
* rename layout defines
* Use of pragma once
* move common include code
* fixed info.json
* change keymap layout from kc to normal
* fix alpha revision keymap
* fixed info.json
* remove USE_Link_Time_Optimization
* Refactoring all my keymaps.
- Not use tap dance
- Remove not use define aliases
- Remove not use incluse and extern value.
* default keymap extra key was changed
* remove rgblight_config
Co-authored-by: root <root>
Diffstat (limited to 'keyboards/treadstone48/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/treadstone48/keymaps/default/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/treadstone48/keymaps/default/rules.mk b/keyboards/treadstone48/keymaps/default/rules.mk index 474e71ab1..26bacb0cf 100644 --- a/keyboards/treadstone48/keymaps/default/rules.mk +++ b/keyboards/treadstone48/keymaps/default/rules.mk @@ -1,8 +1,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys -TAP_DANCE_ENABLE = yes RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -OLED_DRIVER_ENABLE = no +OLED_DRIVER_ENABLE = yes LTO_ENABLE = yes # If you want to change the display of OLED, you need to change here |