helix/pico
and rev2
: add keyboard.json
s (#23964)
This commit is contained in:
parent
cebe521b11
commit
17ae6f9b53
14 changed files with 19 additions and 17 deletions
1
keyboards/helix/pico/back/keyboard.json
Normal file
1
keyboards/helix/pico/back/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/pico/base/keyboard.json
Normal file
1
keyboards/helix/pico/base/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
6
keyboards/helix/pico/qmk_conf/keyboard.json
Normal file
6
keyboards/helix/pico/qmk_conf/keyboard.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"features": {
|
||||
"audio": true,
|
||||
"extrakey": true
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
AUDIO_ENABLE = yes # Audio output
|
|
@ -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
keyboards/helix/pico/sc/keyboard.json
Normal file
1
keyboards/helix/pico/sc/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/pico/under/keyboard.json
Normal file
1
keyboards/helix/pico/under/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/rev2/back/keyboard.json
Normal file
1
keyboards/helix/rev2/back/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/rev2/base/keyboard.json
Normal file
1
keyboards/helix/rev2/base/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/rev2/qmk_conf/keyboard.json
Normal file
1
keyboards/helix/rev2/qmk_conf/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -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
keyboards/helix/rev2/sc/keyboard.json
Normal file
1
keyboards/helix/rev2/sc/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
keyboards/helix/rev2/under/keyboard.json
Normal file
1
keyboards/helix/rev2/under/keyboard.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue