1
0
Fork 0

[Keymap] Pvinis/update for iris (#5889)

* add default functions

* some indenting

* add ctl and alt

* maybe?
This commit is contained in:
Pavlos Vinieratos 2019-05-16 18:38:28 +02:00 committed by Drashna Jaelre
parent a8af694d26
commit 1a28906a3d
5 changed files with 24 additions and 15 deletions

View file

@ -2,9 +2,9 @@
#ifdef PRODUCT
#undef PRODUCT
#define PRODUCT Iris Keyboard - pvinis
#endif // PRODUCT
#undef PRODUCT
#define PRODUCT Iris Keyboard - pvinis
#endif
// Use I2C or Serial, not both
@ -20,5 +20,5 @@
// choose pin to use for audio. c6 is the one iris uses.
#ifdef AUDIO_ENABLE
#define C6_AUDIO
#endif // AUDIO_ENABLE
#define C6_AUDIO
#endif

View file

@ -23,20 +23,18 @@
#endif
#ifdef AUDIO_ENABLE
//#define STARTUP_SONG SONG(SONIC_RING)
// #define STARTUP_SONG SONG(SONIC_RING)
#endif
#ifdef AUDIO_ENABLE
float tone_sonic[][2] = SONG(IN_LIKE_FLINT);
float tone_1[][2] = SONG(QWERTY_SOUND);
float tone_2[][2] = SONG(OLD_SPICE);
float tone_3[][2] = SONG(OVERWATCH_THEME);
float tone_4[][2] = SONG(QWERTY_SOUND);
float tone_sonic[][2] = SONG(IN_LIKE_FLINT);
float tone_1[][2] = SONG(QWERTY_SOUND);
float tone_2[][2] = SONG(OLD_SPICE);
float tone_3[][2] = SONG(OVERWATCH_THEME);
float tone_4[][2] = SONG(QWERTY_SOUND);
#endif
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// ,-----------------------------. ,-----------------------------.