Skip to content

Commit 01653a5

Browse files
yanfalinoroadsleft
authored andcommitted
[Keymap] ergotravel updates (qmk#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
1 parent 5acb7e3 commit 01653a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

keyboards/ergotravel/keymaps/yanfali/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3535
#define RGBLIGHT_SAT_STEP 8
3636
#define RGBLIGHT_VAL_STEP 8
3737

38-
38+
#define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)))
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
BOOTLOADER = qmk-dfu
2+
3+
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
4+
CONSOLE_ENABLE = yes # Console for debug
5+
COMMAND_ENABLE = yes # Commands for debug and configuration
6+
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
7+
LTO_ENABLE = yes

0 commit comments

Comments
 (0)