2016-04-16 08:57:58 +00:00
|
|
|
# Roman's Layout
|
|
|
|
|
2016-09-06 23:55:22 +00:00
|
|
|
There is only one layer, and it is based on [Norman
|
|
|
|
layout](https://normanlayout.info/).
|
2016-04-16 08:57:58 +00:00
|
|
|
|
|
|
|
Looking for multiple-layer layouts?
|
|
|
|
|
2016-09-06 23:55:22 +00:00
|
|
|
- [Symbols, arrows, plover, HJKL
|
|
|
|
arrows](../romanzolotarev-norman-plover-osx-hjkl/)
|
2016-04-16 08:57:58 +00:00
|
|
|
- [Same with IJKL arrows](../romanzolotarev-norman-plover-osx/)
|
|
|
|
|
2017-06-11 19:36:28 +00:00
|
|
|
[![keyboard-layout](https://i.imgur.com/U14664K.png)](http://www.keyboard-layout-editor.com/#/gists/9e89d54f1ea6eeeb7dab1b2d19d28195)
|
2016-04-16 08:57:58 +00:00
|
|
|
|
2016-09-06 23:55:22 +00:00
|
|
|
## How to use Vim key
|
2016-04-16 08:57:58 +00:00
|
|
|
|
2016-09-06 23:55:22 +00:00
|
|
|
It is `CTL_T(KC_ESC)` and it works this way:
|
2016-04-16 08:57:58 +00:00
|
|
|
|
|
|
|
- Tap `CTRL/ESC` to send `ESC`.
|
|
|
|
- Hold `CTRL/ESC` to use as `CTRL`.
|
|
|
|
|
2016-09-06 23:55:22 +00:00
|
|
|
## How to activate N-rollover
|
2016-04-16 08:57:58 +00:00
|
|
|
|
2016-09-08 13:12:34 +00:00
|
|
|
- Hold left `SHIFT` and right `SHIFT` and then tap `N`.
|
2016-09-06 23:55:22 +00:00
|
|
|
|
|
|
|
## How to make and flash on OS X
|
|
|
|
|
|
|
|
First you need to install few brew packages.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
brew tap osx-cross/avr
|
|
|
|
brew install dfu-programmer avr-libc teensy_loader_cli
|
|
|
|
```
|
|
|
|
|
|
|
|
Then you can clone this repository, make and flash your ErgoDox.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/romanzolotarev/qmk_firmware
|
|
|
|
cd qmk_firmware/keyboards/ergodox
|
|
|
|
# Optionally tweak ./keymaps/romanzolotarev-norman-osx/keymap.c
|
|
|
|
SLEEP_LED_ENABLED=no KEYMAP=romanzolotarev-norman-osx make teensy
|
|
|
|
```
|