qmk_firmware/keyboards/tada68/keymaps/stephengrier
noroadsleft 7f4f0f7685 Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
2019-01-04 07:25:48 -08:00
..
config.h Adding stephengrier keymap for the tada68 keyboard. (#2269) 2018-01-17 11:44:12 -08:00
keymap.c Tada68 refactor and readme update (#3178) 2018-06-14 19:34:32 -07:00
readme.md Adding stephengrier keymap for the tada68 keyboard. (#2269) 2018-01-17 11:44:12 -08:00
rules.mk Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) 2019-01-04 07:25:48 -08:00

stephengrier's TADA68 layout

This layout mostly replicates the default ANSI layout of the TADA68 but with a few modifications to suit my tastes.

The modifications from the default keymap are:

  • Replaced capslock with a second function key
  • Swapped the left ALT and Win keys to be more like the Mac layout
  • Added an arrow key cluster on the IJKL keys
  • Fn+x toggles backlight breathing mode

With this keymap backlight breathing mode can be enabled/disabled with Fn+x. This is not supported at all in the default keymap.