Firmware for the EcoSteno stenographer keyboard
Find a file
2024-08-16 17:00:50 +08:00
.github/workflows Fixed caps 2022-12-22 21:02:48 +00:00
keyboards/noll Update keymap.c 2024-08-16 17:00:50 +08:00
.gitattributes Initial commit 2021-07-03 17:57:09 -04:00
README.md Update README.md 2024-08-05 14:24:46 +08:00

EcoSteno Custom Keymaps

This repository contains the custom keymaps for the EcoSteno keyboard. It also contains the guide on how to set up the keymaps.

Table of Contents

Related Articles

Pre-requisites

Clone Repository

git clone git@github.com:afiqzudinhadi/EcoSteno-Firmware.git

Set Up QMK Environment

1. Prepare Build Environment

brew install qmk/qmk/qmk

2. Run QMK Setup

qmk setup

Answer Y to all the prompts.

3. Copy the keyboard to the QMK directory

cp -r keyboards/* ~/qmk_firmware/keyboards/

4. Test Build Environment

qmk compile -kb noll/ecosteno -km default

Remapping Keys

1. Edit the Keymap File

Keymaps are located in the following directory:

keyboards/noll/ecosteno/keymaps/default/keymap.c

Keymap guide can be found here.

2. Copy the Keymap to the QMK Directory

If keymap file is edited, copy the keymap to the QMK directory:

cp -r keyboards/* ~/qmk_firmware/keyboards/

3. Compile the Keymap

qmk compile -kb noll/ecosteno -km default

Flashing the Keyboard

  1. Plug in the keyboard to the computer.
  2. Press the reset button on the back of the keyboard near the USB port.
    1. LEDs on the keyboard will turn off.
  3. Run the following command to flash the keyboard:
qmk flash -kb noll/ecosteno -km default
  1. The keyboard will restart and the new keymap will be loaded.
    1. LEDs on the keyboard will turn on.