mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Convert a handful of handwired/onekey
to validate SHA1s
This commit is contained in:
parent
b5b91325ec
commit
36536719ec
@ -7,9 +7,6 @@
|
|||||||
"pid": "0x6465",
|
"pid": "0x6465",
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
"tapping": {
|
|
||||||
"term": 500
|
|
||||||
},
|
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": false,
|
"bootmagic": false,
|
||||||
|
10
keyboards/handwired/onekey/keymaps/adc/keymap.json
Normal file
10
keyboards/handwired/onekey/keymaps/adc/keymap.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"features": {
|
||||||
|
"console": true
|
||||||
|
},
|
||||||
|
"tapping": {
|
||||||
|
"term": 500
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
CONSOLE_ENABLE = yes
|
|
||||||
|
|
||||||
ANALOG_DRIVER_REQUIRED = yes
|
ANALOG_DRIVER_REQUIRED = yes
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#define RGBLIGHT_LED_COUNT 40
|
|
||||||
#define APA102_DEFAULT_BRIGHTNESS 5
|
|
||||||
#define RGBLIGHT_EFFECT_BREATHING
|
|
||||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
|
||||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
|
||||||
#define RGBLIGHT_EFFECT_SNAKE
|
|
||||||
#define RGBLIGHT_EFFECT_KNIGHT
|
|
||||||
#define RGBLIGHT_EFFECT_CHRISTMAS
|
|
||||||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
||||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
|
||||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
|
||||||
#define RGBLIGHT_EFFECT_TWINKLE
|
|
29
keyboards/handwired/onekey/keymaps/apa102/keymap.json
Normal file
29
keyboards/handwired/onekey/keymaps/apa102/keymap.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"features": {
|
||||||
|
"rgblight": true
|
||||||
|
},
|
||||||
|
"tapping": {
|
||||||
|
"term": 500
|
||||||
|
},
|
||||||
|
"rgblight": {
|
||||||
|
"driver": "apa102",
|
||||||
|
"led_count": 40,
|
||||||
|
"default": {
|
||||||
|
"val": 5
|
||||||
|
},
|
||||||
|
"animations": {
|
||||||
|
"breathing": true,
|
||||||
|
"rainbow_mood": true,
|
||||||
|
"rainbow_swirl": true,
|
||||||
|
"snake": true,
|
||||||
|
"knight": true,
|
||||||
|
"christmas": true,
|
||||||
|
"static_gradient": true,
|
||||||
|
"rgb_test": true,
|
||||||
|
"alternating": true,
|
||||||
|
"twinkle": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,2 +0,0 @@
|
|||||||
RGBLIGHT_ENABLE = yes
|
|
||||||
RGBLIGHT_DRIVER = apa102
|
|
@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#define BACKLIGHT_BREATHING
|
|
14
keyboards/handwired/onekey/keymaps/backlight/keymap.json
Normal file
14
keyboards/handwired/onekey/keymaps/backlight/keymap.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"features": {
|
||||||
|
"backlight": true,
|
||||||
|
"tap_dance": true
|
||||||
|
},
|
||||||
|
"tapping": {
|
||||||
|
"term": 500
|
||||||
|
},
|
||||||
|
"backlight": {
|
||||||
|
"breathing": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,2 +0,0 @@
|
|||||||
BACKLIGHT_ENABLE = yes
|
|
||||||
TAP_DANCE_ENABLE = yes
|
|
7
keyboards/handwired/onekey/keymaps/default/keymap.json
Normal file
7
keyboards/handwired/onekey/keymaps/default/keymap.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"tapping": {
|
||||||
|
"term": 500
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user