diff options
Diffstat (limited to 'keyboards/canoe')
-rw-r--r-- | keyboards/canoe/config.h | 3 | ||||
-rw-r--r-- | keyboards/canoe/readme.md | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/canoe/config.h b/keyboards/canoe/config.h index 0e70094ae..d552fee5b 100644 --- a/keyboards/canoe/config.h +++ b/keyboards/canoe/config.h @@ -43,7 +43,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_UART 1 -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) - #endif diff --git a/keyboards/canoe/readme.md b/keyboards/canoe/readme.md index b8ddadea7..729ab1a0f 100644 --- a/keyboards/canoe/readme.md +++ b/keyboards/canoe/readme.md @@ -34,8 +34,8 @@ macOS: 3. Install the following packages: ``` brew install python - brew install pyusb - brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb + pip install pyusb + brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb 4. Place your keyboard into reset. 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. |