thockco / qmk

A fork of QMK firmware that supports Thock.co electro-capacitive keyboards
GNU General Public License v2.0
7 stars 7 forks source link

Build custom keymap by specifying environment variable #1

Closed U47 closed 1 year ago

U47 commented 1 year ago

Easily specify a custom keymap by declaring a keymap environment variable with the name of the keymap which gets passed as a build arg to Docker

Description

Modified build-conundrum.sh to check for environment variable and pass it as a build-arg to Docker Modified Dockerfile to accept an ARG and populate the KEYMAP ENV with the ARGs value

Types of Changes

Issues Fixed or Closed by This PR

Checklist