Skip to content

Commit

Permalink
helix/pico and rev2: add keyboard.jsons (qmk#23964)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and xinhaoyuan committed Jul 14, 2024
1 parent ced26c1 commit 789176f
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions keyboards/helix/pico/back/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/pico/base/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 6 additions & 0 deletions keyboards/helix/pico/qmk_conf/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"features": {
"audio": true,
"extrakey": true
}
}
2 changes: 0 additions & 2 deletions keyboards/helix/pico/qmk_conf/rules.mk

This file was deleted.

2 changes: 2 additions & 0 deletions keyboards/helix/pico/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
LED_ANIMATIONS = yes # LED animations
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)

DEFAULT_FOLDER = helix/pico/base
1 change: 1 addition & 0 deletions keyboards/helix/pico/sc/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/pico/under/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/rev2/back/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/rev2/base/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/rev2/qmk_conf/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions keyboards/helix/rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
LED_ANIMATIONS = yes # LED animations
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)

DEFAULT_FOLDER = helix/rev2/base
1 change: 1 addition & 0 deletions keyboards/helix/rev2/sc/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions keyboards/helix/rev2/under/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
15 changes: 0 additions & 15 deletions keyboards/helix/rules.mk
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# Build Options
# change yes to no to disable
#
# See TOP/docs/config_options.md for more information.
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

DEFAULT_FOLDER = helix/rev2

HELIX_TOP_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))

0 comments on commit 789176f

Please sign in to comment.