logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2455B)


  1. # This is u/TurboMech's keyboard layout for Espectro.
  2. ## It is designed for Mac OS, due to the specific functions created.
  3. ### Here is the layout found in the keymap.c file.
  4. ##### I use shortcuts for the Function row (above number row) listed below
  5. - Scrn Bright Up: F14
  6. - Scrn Bright Down: F15
  7. - Expose: LCTRL + Up
  8. - Launchpad: LCTRL + L
  9. - Show Desktop: F11
  10. - Show/Hide Dock: LALT + LGUI + D
  11. - Screen Capture: LCTRL + S
  12. - Custom Shortcut 1: LCTRL + LGUI + 1
  13. - Custom Shortcut 2: LCTRL + LGUI + 2
  14. - use the custom shortcuts for whatever you want: launch an application, a macro, etc.
  15. - Play/Pause: exactly that
  16. - Mute / Volume Up / Volume Down: exactly what it says
  17. - QALL: Quit all applications
  18. ##### Going down the right side from Vol Down:
  19. - POWER: this serves as the power button on Mac's only. Press and hold the button as you would on your Macbook or iMac keyboard.
  20. - Menu: this slides the notification bar on the right side (its the same as on iPhones/ iPads)
  21. ### See below keymaps for how to setup shortcuts on Mac
  22. #### Base Layer
  23. ```
  24. Needs updating.
  25. ```
  26. #### Function Layer 1 - See above for shortcuts
  27. ```
  28. Needs updating
  29. ```
  30. #### How to use/ setup shortcuts on Mac
  31. - First navigate to System Preferences > Keyboard > Shortcuts
  32. - You can use any of them in here
  33. - Just set them to the shortcut keys listed above
  34. #### How to make your own (to launch applications, quit all, etc.)
  35. - Navigate to Automator > New Document > click Service > Choose
  36. - Now we have to setup our shortcut
  37. - Here's how to setup the Quit All Shortcut
  38. - In the right window select the Service recieves dropdown > select No Input
  39. - At the top left click the Name (Search) > type quit > click and hold Quit All Applications > drag to the right hand box (under the Service Recieves)
  40. - **IMPORTANT** You have to click the Run button at the upper right hand corner in order for these to actually work.
  41. - Now click File > Save > save it as Quit All Apps (or whatever you want) / you can also just exit out and it'll ask you if you want to save
  42. - Navigate back to System Preferences > Keyboard > Shortcuts
  43. - The new shortcut can be found under services, set it to one of the shortcuts I listed above and done
  44. - The same applies for applications in the Name (search) just type the application you want to have as shortcut. Don't forget to run it, then do the same steps
  45. to set it up as a shortcut.