logo

qmk_firmware

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

compilation_database.py (429B)


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