Giter Club home page Giter Club logo

makerdiary-m60-config's Introduction

Online Resources

https://wiki.makerdiary.com/m60/

General Notes

  • When connecting the keyboard to a computer via USB, USB will be enabled automatically. When both USB and Bluetooth are enabled, USB will be used.

How to Upgrade Firmware

  • With USB connected, press L1+r
  • When the bootloader is running, a USB drive named M60Keyboard will appear in your computer. Download the latest .uf2 firmware, drag-n-drop the firmware into the USB drive, and then wait until a new USB drive named CIRCUITPY appears.

Special Keycodes

NO Do nothing TRANSPARENT Use the key of next active layer

BT0 ~ BT9 Switch to Bluetooth ID n (0 - 9) BT_TOGGLE Toggle Bluetooth USB_TOGGLE Toggle USB

BOOTLOADER Enter the bootloader of the keyboard SUSPEND Suspend. To wake up keyboard, just press any key SHUTDOWN Shutdown. Use ON/OFF button to power on the keyboard

Layer & Modifier

MODS_KEY(mods, key) sends one or more modifier(s) + a normal key. MODS() is used to wrap modifiers. MODS_KEY(MODS(LCTRL), C), MODS_KEY(MODS(LCTRL, LSHIFT), C), MODS_KEY(MODS(LCTRL, LSHIFT, LALT), C) * LAYER_TOGGLE(n) toggles layer n * MACRO(n) creates macro n

TAP-Key

A TAP-Key has 2 modes - tap (press and release quickly) and hold (long press)

  • LAYER_TAP(n, key) tap - outputs key, hold - turns on layer n momentary
  • LAYER_TAP_TOGGLE(n) tap - toggles layer n, hold - turns on layer n momentary
  • LAYER_MODS(n, mods) tap - outputs specified modifier(s), hold - turns on layer n momentary LAYER_MODS(1, MODS(LCTRL)), LAYER_MODS(1, MODS(LCTRL, LSHIFT))
  • MODS_TAP(mods, key) tap - outputs key, hold - outputs specified modifier(s) MODS_TAP(MODS(LCTRL), ';'), MODS_TAP(MODS(LCTRL, LALT), LEFT)

App and Media

Normal Keys

makerdiary-m60-config's People

Contributors

brianpugh avatar

Stargazers

Stephan Ansorge avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.