summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Mantzouranis <d3xter93@gmail.com>2022-01-06 15:59:45 +0200
committerDimitris Mantzouranis <d3xter93@gmail.com>2022-01-06 15:59:45 +0200
commit011d3cab8800301409b6acee13f16e679d9a0b86 (patch)
tree9fa619fa5965dc2735de7650fd41eef579e66a4b
parentb43fe4a75cb4f58b7085bf325e8e30df163ab12c (diff)
Revert "debug time"
This reverts commit 86011a73a76b88a44ac00859812590533073d3cd.
-rw-r--r--keyboards/keychron/k2/rgb/rules.mk2
-rwxr-xr-xlib/python/build_all.py52
2 files changed, 52 insertions, 2 deletions
diff --git a/keyboards/keychron/k2/rgb/rules.mk b/keyboards/keychron/k2/rgb/rules.mk
index 605234888..e41e4e748 100644
--- a/keyboards/keychron/k2/rgb/rules.mk
+++ b/keyboards/keychron/k2/rgb/rules.mk
@@ -13,7 +13,7 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
+CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
diff --git a/lib/python/build_all.py b/lib/python/build_all.py
index eda79d0a2..f3a4029f7 100755
--- a/lib/python/build_all.py
+++ b/lib/python/build_all.py
@@ -3,10 +3,60 @@ import os
import sys
BOARDS = [
+ 'redragon/k552/rev2',
+ 'redragon/k530',
+ 'redragon/k556',
+ 'redragon/k580',
+ 'redragon/k630',
+ 'keychron/c1/plain',
+ 'keychron/c1/rgb',
+ 'keychron/c1/white',
+ 'keychron/c2/white',
'keychron/k2/rgb',
'keychron/k2/rgb/via',
'keychron/k2/rgb/optical',
- 'keychron/k2/rgb/optical_via']
+ 'keychron/k2/rgb/optical_via',
+ 'keychron/k3/rgb',
+ 'keychron/k3/rgb/via',
+ 'keychron/k3/rgb/optical',
+ 'keychron/k3/rgb/optical_via',
+ 'keychron/k4/rgb/v1',
+ 'keychron/k4/rgb/v1/via',
+ 'keychron/k4/rgb/v1/optical',
+ 'keychron/k4/rgb/v1/optical_via',
+ 'keychron/k4/rgb/v2',
+ 'keychron/k4/rgb/v2/via',
+ 'keychron/k4/rgb/v2/optical',
+ 'keychron/k4/rgb/v2/optical_via',
+ 'keychron/k6/rgb',
+ 'keychron/k6/rgb/via',
+ 'keychron/k6/rgb/optical',
+ 'keychron/k6/rgb/optical_via',
+ 'keychron/k6/white',
+ 'keychron/k7/rgb',
+ 'keychron/k7/rgb/via',
+ 'keychron/k7/rgb/optical',
+ 'keychron/k7/rgb/optical_via',
+ 'keychron/k8/rgb',
+ 'keychron/k8/rgb/via',
+ 'keychron/k8/rgb/optical',
+ 'keychron/k8/rgb/optical_via',
+ 'keychron/k14/rgb',
+ 'keychron/k14/rgb/via',
+ 'keychron/k14/rgb/optical',
+ 'keychron/k14/rgb/optical_via',
+ 'ajazz/ak33/rev2',
+ 'smartduck/xs61',
+ 'womier/k87',
+ 'flashquark/horizon_z',
+ 'ffc/ffc61',
+ 'gmmk/full/rev2',
+ 'gmmk/full/rev3',
+ 'gmmk/tkl/rev2',
+ 'gmmk/tkl/rev3',
+ 'gmmk/compact/rev2',
+ 'gmmk/compact/rev3',
+ 'akko/3061_rgb']
error = False
for kb in BOARDS: