qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (464B)


      1 # Default keymap does not have any overridden options from the rev1 / rev2 rules.mk files.
      2 # Example:
      3 #     if you wanted to disable EXTRAKEY_ENABLE, you would copy the line from the rev1/rules.mk file
      4 #     and paste it in to this file, changing the yes to no. Like so:
      5 # EXTRAKEY_ENABLE         = no       # Audio control and System control
      6 #
      7 # To keep things clean and tidy, as well as make upgrades easier, only place overrides from the defaults in this file.