Skip to content

Commit

Permalink
[Keychron C1 RGB] Move to rgb subfolder (qmk#122)
Browse files Browse the repository at this point in the history
* Move keychron c1 to c1/rgb

* Updated to the new path and board name
  • Loading branch information
IsaacDynamo authored Oct 19, 2021
1 parent c9a8957 commit 615d043
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/build_all.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess
import os

BOARDS = ['redragon/k552/rev1', 'redragon/k552/rev2', 'redragon/k530', 'redragon/k556', 'redragon/k580', 'redragon/k630', 'keychron/c1', 'keychron/k2', 'keychron/k3', 'keychron/k4/rgb/v1','keychron/k4/rgb/v2', 'keychron/k6/rgb', 'keychron/k6/white', 'keychron/k8', 'ajazz/ak33/rev1', 'ajazz/ak33/rev2', 'smartduck/xs61', 'spcgear/gk530', 'spcgear/gk540', 'sharkoon/sgk3', 'womier/k87', 'flashquark/horizon_z', 'ffc/ffc61', 'gmmk/full/rev2' , 'gmmk/full/rev3' , 'marvo/kg938']
BOARDS = ['redragon/k552/rev1', 'redragon/k552/rev2', 'redragon/k530', 'redragon/k556', 'redragon/k580', 'redragon/k630', 'keychron/rgb/c1', 'keychron/k2', 'keychron/k3', 'keychron/k4/rgb/v1','keychron/k4/rgb/v2', 'keychron/k6/rgb', 'keychron/k6/white', 'keychron/k8', 'ajazz/ak33/rev1', 'ajazz/ak33/rev2', 'smartduck/xs61', 'spcgear/gk530', 'spcgear/gk540', 'sharkoon/sgk3', 'womier/k87', 'flashquark/horizon_z', 'ffc/ffc61', 'gmmk/full/rev2' , 'gmmk/full/rev3' , 'marvo/kg938']

for kb in BOARDS:
subprocess.run(f"bin/qmk compile -kb {kb} -km all -j{os.cpu_count()}", shell=True)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A customizable TKL keyboard.

Make example for this keyboard (after setting up your build environment):

make keychron/c1:default
make keychron/c1/rgb:default
Flashing example for this keyboard:
1. If your keyboard currently has stock firmware installed, put your keyboard first into bootloader by shorting the boot pins found under the spacebar before plugging in your keyboard to the PC. Otherwise, press `Fn + Esc` to put your keyboard into bootloader.
1. Download and run [Sonix Flasher](https://github.com/SonixQMK/sonix-flasher/releases/tag/v0.2.1).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "c1.h"
#include "rgb.h"

// Manage Windows and Mac LEDs
// - Show status of mode switch
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 615d043

Please sign in to comment.