Convert a handful of handwired/onekey to validate SHA1s

This commit is contained in:
Nick Brassel 2024-08-19 09:09:47 +10:00
parent b5b91325ec
commit 36536719ec
No known key found for this signature in database
10 changed files with 60 additions and 26 deletions

View File

@ -7,9 +7,6 @@
"pid": "0x6465",
"device_version": "0.0.1"
},
"tapping": {
"term": 500
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,

View File

@ -0,0 +1,10 @@
{
"config": {
"features": {
"console": true
},
"tapping": {
"term": 500
}
}
}

View File

@ -1,3 +1 @@
CONSOLE_ENABLE = yes
ANALOG_DRIVER_REQUIRED = yes

View File

@ -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

View 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
}
}
}
}

View File

@ -1,2 +0,0 @@
RGBLIGHT_ENABLE = yes
RGBLIGHT_DRIVER = apa102

View File

@ -1,3 +0,0 @@
#pragma once
#define BACKLIGHT_BREATHING

View File

@ -0,0 +1,14 @@
{
"config": {
"features": {
"backlight": true,
"tap_dance": true
},
"tapping": {
"term": 500
},
"backlight": {
"breathing": true
}
}
}

View File

@ -1,2 +0,0 @@
BACKLIGHT_ENABLE = yes
TAP_DANCE_ENABLE = yes

View File

@ -0,0 +1,7 @@
{
"config": {
"tapping": {
"term": 500
}
}
}