Prepping for merge with new_defaults
This commit is contained in:
commit
39e520c010
8 changed files with 93 additions and 76 deletions
|
@ -2,9 +2,6 @@
|
|||
// this is the style you want to emulate.
|
||||
|
||||
#include "planck.h"
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#include "backlight.h"
|
||||
#endif
|
||||
#include "action_layer.h"
|
||||
#ifdef AUDIO_ENABLE
|
||||
#include "audio.h"
|
||||
|
@ -150,30 +147,30 @@ const uint16_t PROGMEM fn_actions[] = {
|
|||
|
||||
#ifdef AUDIO_ENABLE
|
||||
float tone_qw[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 400},
|
||||
{440.0*pow(2.0,(60)/12.0), 400},
|
||||
{0, 800},
|
||||
{440.0*pow(2.0,(67)/12.0), 1600}
|
||||
{440.0*pow(2.0,(59)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(67)/12.0), 16}
|
||||
};
|
||||
|
||||
float tone_cm[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 400},
|
||||
{440.0*pow(2.0,(60)/12.0), 400},
|
||||
{0, 800},
|
||||
{440.0*pow(2.0,(67)/12.0), 1000},
|
||||
{0, 200},
|
||||
{440.0*pow(2.0,(67)/12.0), 1000}
|
||||
{440.0*pow(2.0,(59)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(67)/12.0), 16},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(71)/12.0), 16}
|
||||
};
|
||||
|
||||
float tone_dv[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 400},
|
||||
{440.0*pow(2.0,(60)/12.0), 400},
|
||||
{0, 800},
|
||||
{440.0*pow(2.0,(67)/12.0), 800},
|
||||
{0, 200},
|
||||
{440.0*pow(2.0,(67)/12.0), 800},
|
||||
{0, 200},
|
||||
{440.0*pow(2.0,(67)/12.0), 800}
|
||||
{440.0*pow(2.0,(59)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(67)/12.0), 16},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(69)/12.0), 16},
|
||||
{0, 4},
|
||||
{440.0*pow(2.0,(67)/12.0), 16}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
@ -249,11 +246,11 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
|
|||
|
||||
#ifdef AUDIO_ENABLE
|
||||
float start_up[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 650},
|
||||
{440.0*pow(2.0,(64)/12.0), 450},
|
||||
{440.0*pow(2.0,(55)/12.0), 450},
|
||||
{440.0*pow(2.0,(60)/12.0), 450},
|
||||
{440.0*pow(2.0,(64)/12.0), 1000}
|
||||
{440.0*pow(2.0,(67)/12.0), 12},
|
||||
{440.0*pow(2.0,(64)/12.0), 8},
|
||||
{440.0*pow(2.0,(55)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{440.0*pow(2.0,(64)/12.0), 20}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
AUDIO_ENABLE = yes
|
||||
AUDIO_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue