MicahElliott / anatak60

An upside-down variant of Katana60 for inverted symmetric stagger, using QMK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anatak60 Keyboard Layout

This is an upside-down variant of Katana60.

Anatak60

Usage

git clone https://github.com/qmk/qmk_firmware ~/src
cd ~/src/qmk_firmware/keyboards/rominronin/katana60/rev2/keymaps
git clone https://github.com/micahelliott/anatak60
cd ~/src/qmk_firmware
qmk flash -kb rominronin/katana60/rev2 -km anatak60

About

I needed a symmetric staggered keyboard that would aid with same-finger utilization (SFU).

Acquiring, Setup

  1. Order a Katana60 board from Candykeys.
  2. You can’t get the plate, but it’s not actuall needed.
  3. Solder switches of your choosing (better if PCB-mountable since no plate).
  4. Put on some caps.
  5. Set up QMK firmware.

Compose/Multi-key in Linux

Run this before you start your window manager: xmodmap -e 'keycode 96 = Multi_key'

Then you can tap the top-middle button, then ~a to get: ã

Caveats

  • This layout will undergo some tweaks.
  • The keymap.c file is upside-down and backwards, could maybe do some work to fix that.

About

An upside-down variant of Katana60 for inverted symmetric stagger, using QMK


Languages

Language:C 100.0%