https://github.com/stevenmirabito/layout-tada68
My TADA68 QMK Layout
https://github.com/stevenmirabito/layout-tada68
keyboard keyboard-layout qmk tada68
Last synced: 2 months ago
JSON representation
My TADA68 QMK Layout
- Host: GitHub
- URL: https://github.com/stevenmirabito/layout-tada68
- Owner: stevenmirabito
- License: gpl-2.0
- Created: 2018-06-27T20:11:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T20:37:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T13:13:22.667Z (4 months ago)
- Topics: keyboard, keyboard-layout, qmk, tada68
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TADA68 Keyboard Layout
A TADA68 layout designed for use with macOS.
### Layout
Differences from the stock layout:
- Layer 1
- Swapped `LALT` and `LGUI`
- Replaced `RALT` with `RGUI`
- Layer 2
- Removed mouse movement keys
- `Fn+Left` now maps to `Home`
- `Fn+Right` now maps to `End`
- Volume controls are shifted over one key
- `KC_COMM` maps to `KC_VOLD`
- `KC_DOT` maps to `KC_VOLU`
- `KC_SLSH` maps to `KC_MUTE`
- Custom `MAC_LCK` key
- Macro for `Ctrl+Alt+F19`
- Intended for use with an Automator service to start the screensaver
- https://apple.stackexchange.com/a/256747
- Macro can be mapped to the default lock shortcut instead if a blank screen/suspend is desired instead: `LCTL(LSFT(KC_POWER))`### Usage
```
git clone https://github.com/qmk/qmk_firmware.git
cd qmk_firmware/keyboards/tada68/keymaps
git clone https://github.com/stevenmirabito/layout-tada68.git steven
cd ../../../
make tada68:steven:flashbin
```Flashing instructions can be found in the [QMK TADA68 readme](https://github.com/qmk/qmk_firmware/blob/master/keyboards/tada68/readme.md).