From fb05b69adc0168f55757171361dd7b356044ef56 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 10 May 2021 12:24:05 -0700 Subject: [PATCH] update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33aa4fd..aeed757 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ A program to help users work with [QMK Firmware](https://qmk.fm/). * Use `qmk clone` to pull down anyone's `qmk_firmware` fork * Setup your build environment with `qmk setup` * Check that your environment is correctly setup with `qmk doctor` -* Integrates with your qmk_firmware for additional functionality: - * `qmk c2json` +* Integrates with qmk_firmware for additional functionality: * `qmk compile` + * `qmk console` * `qmk flash` - * `qmk json2c` * `qmk lint` - * `qmk new-keymap` + * ...and many more! # Quickstart