Skip to content

lewibs/keyboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Notes from lewibs

  • make sure to run the venv that has the qmk installed.
  • use this with qmk wsl.
  • all I need are the maps so I got rid of everything except the readme

compile script

qmk compile -kb planck/ez/glow -km lewibs_keyboard

move the bin to the git dir

mv ~/qmk_firmware/planck_ez_glow_lewibs_keyboard.bin  ~/qmk_firmware/keyboards/planck/keymaps/lewibs_keyboard/lewibs_keyboard.bin

Use this in a QMK_WSL container to compile for planck https://github.com/zsa/qmk_firmware

Building your layout from source

Congratulations on taking the next step, and making use of your keyboard's open-source nature! There's so much power to unlock — this is going to be fun. :)

Here are some initial pointers to get you started:

  • Use the documentation at https://docs.qmk.fm/ to set up your environment for building your firmware.
  • Build your layout against https://github.com/zsa/qmk_firmware/ which is our QMK fork (instead of qmk/qmk_firmware). This is what Oryx (the graphical configurator) uses, so it's guaranteed to work.
  • Create a folder with a simple name (no spaces!) for your layout inside the qmk_firmware/keyboards/planck/ez/glow/keymaps/ folder.
  • Copy the contents of the *_source folder (in the .zip you downloaded from Oryx) into this folder.
  • Make sure you've set up your environment per the QMK docs so compilation would actually work.
  • From your shell, make sure your working directory is qmk*firmware, then enter the command make planck/ez/glow:_layout_, substituting the name of the folder you created for "layout".

Good luck on your journey! And remember, if you get stuck, you can always get back to your original layout from Oryx.

About

my keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages