[Keymap] Pvinis/update for iris (#5889)
* add default functions * some indenting * add ctl and alt * maybe?
This commit is contained in:
parent
a8af694d26
commit
1a28906a3d
5 changed files with 24 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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] = {
|
||||
|
||||
// ,-----------------------------. ,-----------------------------.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue