Skip to content

qmk-helper/qmk-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMK Database

This repository acts as a storage for all qmk keymaps. It uses a modified version of the firmware to parse the original qmk firmware.

Current Stats

Scraping

Setup

The current master of qmk should be in a subfolder of qmk-database:

  • qmk-database (qmk-helper)
    • qmk-firmware (qmk)

Execution steps

  1. Remove previous keyboards.json & keymaps
rm keyboards.json
rm -r keymaps
  1. Clone/Pull QMK Firmware https://github.com/qmk/qmk_firmware.git & go into the folder
git clone https://github.com/qmk/qmk_firmware.git  # Initial download
cd qmk_firmware/ && git pull && cd .. # Refresh
  1. Run Generator
python3 generator/main.py run-all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages