diff options
author | Max Rumpf <max.rumpf1998@gmail.com> | 2020-05-16 08:43:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 23:43:10 -0700 |
commit | d89e552419822c565805bd95b992b8e7dfdf47d9 (patch) | |
tree | b3e930a3cb764cb571c5185e73a513bafc95a323 /keyboards/maxr1998/phoebe/rules.mk | |
parent | 9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5 (diff) | |
download | firmware-d89e552419822c565805bd95b992b8e7dfdf47d9.tar.gz firmware-d89e552419822c565805bd95b992b8e7dfdf47d9.tar.bz2 firmware-d89e552419822c565805bd95b992b8e7dfdf47d9.zip |
[Phoebe] Keymap improvements (#9092)
Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
Diffstat (limited to 'keyboards/maxr1998/phoebe/rules.mk')
-rw-r--r-- | keyboards/maxr1998/phoebe/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/maxr1998/phoebe/rules.mk b/keyboards/maxr1998/phoebe/rules.mk index 335e57536..f60274e51 100644 --- a/keyboards/maxr1998/phoebe/rules.mk +++ b/keyboards/maxr1998/phoebe/rules.mk @@ -29,5 +29,6 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. KEY_LOCK_ENABLE = yes +LEADER_ENABLE = yes # Enable leader key API_SYSEX_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |