diff options
author | Rys Sommefeldt <rys@pixeltards.com> | 2019-02-15 22:40:56 +0000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-15 14:40:56 -0800 |
commit | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (patch) | |
tree | eef3d183258696e5ec7b078fd2e2983af065fde1 /keyboards/tada68/keymaps/mattgemmell/readme.md | |
parent | 6f50c7eba19c5b9e60387e70928300a86f0d4816 (diff) | |
download | qmk_firmware-83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb.tar.gz qmk_firmware-83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb.zip |
[keymap] Add new keymap for TADA68 (#5120)
* Add new layout for TADA68
* Remove unnecessary KC_TRNS defines from tada68/mattgemmell and tada68/rys
Diffstat (limited to 'keyboards/tada68/keymaps/mattgemmell/readme.md')
-rw-r--r-- | keyboards/tada68/keymaps/mattgemmell/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/mattgemmell/readme.md b/keyboards/tada68/keymaps/mattgemmell/readme.md new file mode 100644 index 0000000000..a67e25ae27 --- /dev/null +++ b/keyboards/tada68/keymaps/mattgemmell/readme.md @@ -0,0 +1,15 @@ +# Custom Tada68 layout for ISO UK with Apple-y tweaks + +This layout is based on the [ISO UK](../iso-uk) layout, with the following +changes: + +Swap Win and Alt on the left side (Option and Command on macOS) + +## Installation + +Please see the [Tada68 readme](../../readme.md). Make the firmware wih the +following command: + +``` +make tada68:mattgemmell:flashbin +``` |