Browse Source

[Keymap] ergotravel updates (#7588)

* Update rules.mk so it compiles again

* Updates

* Update keyboards/ergotravel/keymaps/yanfali/rules.mk

* Update keyboards/ergotravel/keymaps/yanfali/rules.mk

* Update keyboards/ergotravel/keymaps/yanfali/rules.mk
pull/7592/head
Yan-Fa Li 4 years ago
committed by James Young
parent
commit
01653a5f96
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      keyboards/ergotravel/keymaps/yanfali/config.h
  2. +6
    -0
      keyboards/ergotravel/keymaps/yanfali/rules.mk

+ 1
- 1
keyboards/ergotravel/keymaps/yanfali/config.h View File

@ -35,4 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)))

+ 6
- 0
keyboards/ergotravel/keymaps/yanfali/rules.mk View File

@ -1 +1,7 @@
BOOTLOADER = qmk-dfu
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
LTO_ENABLE = yes

Loading…
Cancel
Save