qmk-firmware/keyboard/ergodox_ez/keymaps/erez_experimental
Jack Humbert d9e4dad0a8 Makefile redo & other features (#395)
* .build containment implemented

* no destructive variable setting - builds in either folder

* make from 3 places

* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck

* adds color diag to avr-gcc

* makefiles for all plancks, clean-up

* quick build-all makefile for plancks

* reformatting of make output (colors)

* color toggle, tmk path corrections

* correct if statement for color

* move config.h to main makefile, updates preonic, atomic

* format update, all keyboards targets

* makefile optional for build all target, alps and arrow_pad updated

* alps updated

* make planck default, trying out travis recipe for all-keyboards

* all-keymaps target, different travis recipe

* updates alps64

* updates keyboards to new format

* updates clue* projects

* all projects updated, specialise EZ .hex, let .hex through

* updates travis

* automatically find root, keyboard, keymap

* silent echo, cleaned-up mass make output

* updates all keyboards' .hex files except EZ

* Rename Bantam44.c to bantam44.c

* Rename Bantam44.h to bantam44.h

* nananana

* adds six key keyboard

* does same to ez as rest

* updates send_string example

* brings ergodox_ez up to date

* updates template/new project script

* adds sixkeyboard

* adds readme for sixkeyboard

* adds sixkeyboard to travis

* filenames, gitignore mess

* define clock prescaler stuff manually

* make quick, size test example

* documentation and dfu-no-build
2016-06-11 13:31:31 -04:00
..
compiled.hex Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
config_user.h [Jack & Erez] Creates a makefile.mk and a config file for the experimental layout 2016-05-05 22:24:09 -04:00
keymap.c [Erez & Jack] Packages Space Cadet shifts into keycodes 2016-05-24 23:43:58 -04:00
makefile.mk [Erez & Jack] Packages Space Cadet shifts into keycodes 2016-05-24 23:43:58 -04:00
readme.md [Erez & Jack] Documents new Leader key functionality 2016-05-24 22:37:38 -04:00

readme.md

Erez's experimental layout

This is my personal layout which I use to test out ideas which may or may not make it onto the default layout we ship with. It's based off the default layout, with various tweaks.

Changelog:

May 24, 2016:

  • Implements Leader key example
    • Leader, W sends Alt-F4
    • Leader, O sends Ctrl-shift-o (a shortcut I use in FrontApp)

May 8, 2016:

  • Makes bottom-right key send minus/underscore when tapped, L1 temporary toggle when held
  • Tweaked the positions of the numbers on the symbol layer. Basically, 12345 are now directly under their number-row counterparts in layer 0. You can imagine pulling the number row down to the home row. And 67890 are directly under 12345 - so it's a matter of just adding 5 and going to the next row (1+5 = 6, 2+5 = 7 and so on).
  • Tweaks media/nav layer
    • Removes mouse control, as I don't use it
    • Makes left home row keys PgUp, Home, End, PgDn

Apr 29, 2016:

  • Tweaks the Hyper and Meh key to send brackets when tapped
  • Turns bottom-right key into a minus/underscore (easy to reach with the right pinky)

Apr 25, 2016:

  • Made it so that the right and left Shift keys send opening and closing parens ( ) when tapped

Feb 11, 2016:

  • Updated ASCII legend for thumb clusters
  • Made it so outer left-hand thumb key is L1 momentary toggle
  • Added % and @ to L1
  • Swapped positions for _ and - on L1

Feb 5, 2016:

  • A whole new design for the symbol layer. Specifically:
    • Put the minus, underscore, and semicolon right in the homerow for the right hand
    • Parens are in better places for me
    • The arrow keys now send Ctrl-PgUp and Ctrl-PgDn, for switching browser tabs with the arrows when in symbol layer
    • Tab (right-hand outer thumb key) now does double duty to toggle symbol layer when held down
    • Backspace (left-hand outer thumb key) now just toggles symbol layer (I wasn't using it as a backspace)

Jan 19, 2016:

  • Made J into dual-action key (Alt when held down), to make Alt-tab more ergonomic.
  • Made ' into dual-action key (Win/Cmd when held down).