qmk_firmware

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

compilation_database.py (429B)


      1 from milc import cli
      2 
      3 
      4 @cli.argument('-kb', '--keyboard', help='[unused] The keyboard\'s name')
      5 @cli.argument('-km', '--keymap', help='[unused] The keymap\'s name')
      6 @cli.subcommand('[deprecated] Create a compilation database.')
      7 def generate_compilation_database(cli):
      8     cli.log.error('This command is deprecated and has effectively been removed. Please use the `--compiledb` flag with `qmk compile` instead.')
      9     return False