forked from forks/qmk_firmware
add audio enable condition to all muse includes
This commit is contained in:
parent
24c742a5e8
commit
9779e90897
keyboards/planck/keymaps
abishalom
adamtabrams
antosha417
ariccb
atreus
bghull
buhearns
charlesrocket
copface
dear_vehicle_owner
deft
dsanchezseco
dvz
eosti
eshesh2
fabian
foreveranapple
gitdrik
grant24
hvp
inkwell
jasperla
jdelkins
jetpacktuxedo
jimmysjolund
jweickm
kifinnsson
kuatsure
lja83
mattly
mgalisa
mikethetiger
mjuma
msiu
muppetjones
muzfuz
orthodeluxe
pascamel
pevecyan
pjanx
ptillemans
raffle
rennerom
rjhilgefort
rootiest
sigul
skug
smittey
snowkuma
squarecut
stuartfong1
tk
tom
tomkonidas
ttys0
tylerwince
unagi
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,8 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_QWERTY,
|
_QWERTY,
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
SRC += muse.c
|
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
|
@ -11,3 +10,7 @@ COMMAND_ENABLE = no
|
||||||
AUDIO_ENABLE = no
|
AUDIO_ENABLE = no
|
||||||
ENCODER_ENABLE = no
|
ENCODER_ENABLE = no
|
||||||
DIP_SWITCH_ENABLE = no
|
DIP_SWITCH_ENABLE = no
|
||||||
|
|
||||||
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
AUDIO_ENABLE = yes
|
AUDIO_ENABLE = yes
|
||||||
COMBO_ENABLE = yes
|
COMBO_ENABLE = yes
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "features/select_word.h"
|
#include "features/select_word.h"
|
||||||
#include "features/caps_word.h"
|
#include "features/caps_word.h"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
/* Default layer
|
/* Default layer
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
AUTO_SHIFT_ENABLE = yes
|
AUTO_SHIFT_ENABLE = yes
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
AUDIO_ENABLE = no
|
AUDIO_ENABLE = no
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
# Set any rules.mk overrides for your specific keymap here.
|
# Set any rules.mk overrides for your specific keymap here.
|
||||||
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Custom Keycode Definitions
|
// Custom Keycode Definitions
|
||||||
#define LOWER MO(_LOWER)
|
#define LOWER MO(_LOWER)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||||
MOUSEKEY_ENABLE = no
|
MOUSEKEY_ENABLE = no
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
DEBOUNCE_TYPE = sym_eager_pk
|
DEBOUNCE_TYPE = sym_eager_pk
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOWER MO(_LOWER)
|
#define LOWER MO(_LOWER)
|
||||||
#define RAISE MO(_RAISE)
|
#define RAISE MO(_RAISE)
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "keymap_german.h"
|
#include "keymap_german.h"
|
||||||
|
|
||||||
enum combos {
|
enum combos {
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
COMBO_ENABLE = yes
|
COMBO_ENABLE = yes
|
||||||
#VIA_ENABLE = yes
|
#VIA_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_QWERTY,
|
_QWERTY,
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
ENCODER_ENABLE = yes
|
ENCODER_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
AUDIO_ENABLED = yes
|
AUDIO_ENABLED = yes
|
|
@ -17,7 +17,9 @@
|
||||||
/* Modified from planck default to Finnish SFS 5966 by gitdrik, 2020-2023. */
|
/* Modified from planck default to Finnish SFS 5966 by gitdrik, 2020-2023. */
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_BASE,
|
_BASE,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
AUDIO_ENABLE = yes
|
AUDIO_ENABLE = yes
|
||||||
|
|
|
@ -18,7 +18,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
#include "hvp.c"
|
#include "hvp.c"
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_QWERTY,
|
_QWERTY,
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
RGBLIGHT_ENABLE = no
|
RGBLIGHT_ENABLE = no
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
ENCODER_ENABLE = yes
|
ENCODER_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
LEADER_ENABLE = yes
|
LEADER_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
AUTO_SHIFT_ENABLE = yes
|
AUTO_SHIFT_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_HRWIDECOLEMAK,
|
_HRWIDECOLEMAK,
|
||||||
|
|
|
@ -2,4 +2,6 @@ CONSOLE_ENABLE = no # Console for debug
|
||||||
LEADER_ENABLE = yes
|
LEADER_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes # enable tap dance functionality
|
TAP_DANCE_ENABLE = yes # enable tap dance functionality
|
||||||
|
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
bool is_lgui_active = false;
|
bool is_lgui_active = false;
|
||||||
uint16_t lgui_timer = 0;
|
uint16_t lgui_timer = 0;
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "kuatsure.h"
|
#include "kuatsure.h"
|
||||||
|
|
||||||
#define LAYOUT_planck_grid_wrapper(...) LAYOUT_planck_grid(__VA_ARGS__)
|
#define LAYOUT_planck_grid_wrapper(...) LAYOUT_planck_grid(__VA_ARGS__)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
BACKLIGHT_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
LEADER_ENABLE = yes
|
LEADER_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
AUDIO_ENABLE = yes
|
AUDIO_ENABLE = yes
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
EXTRAKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
# RGBLIGHT_ENABLE = yes
|
# RGBLIGHT_ENABLE = yes
|
||||||
## I bought the WS2812s...
|
## I bought the WS2812s...
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_QWERTY,
|
_QWERTY,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
DYNAMIC_MACRO_ENABLE = yes
|
DYNAMIC_MACRO_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "muppetjones.h"
|
#include "muppetjones.h"
|
||||||
|
|
||||||
#define LAYOUT_planck_wrapper(...) LAYOUT_planck_grid(__VA_ARGS__)
|
#define LAYOUT_planck_wrapper(...) LAYOUT_planck_grid(__VA_ARGS__)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
_BASELAYER_MACOS,
|
_BASELAYER_MACOS,
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -16,7 +16,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
MOUSEKEY_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
BACKLIGHT_ENABLE = yes
|
BACKLIGHT_ENABLE = yes
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
ENCODER_ENABLE = yes # Enables basic encoder support
|
ENCODER_ENABLE = yes # Enables basic encoder support
|
||||||
OLED_ENABLE = yes
|
OLED_ENABLE = yes
|
||||||
OLED_DRIVER = SSD1306 # Enables support for OLED displays
|
OLED_DRIVER = SSD1306 # Enables support for OLED displays
|
||||||
|
|
|
@ -12,7 +12,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "keymap_italian_mac_ansi.h"
|
#include "keymap_italian_mac_ansi.h"
|
||||||
#include "sigul.h"
|
#include "sigul.h"
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
EXTRAKEY_ENABLE = no
|
EXTRAKEY_ENABLE = no
|
||||||
CONSOLE_ENABLE = no
|
CONSOLE_ENABLE = no
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
|
@ -26,7 +26,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
#include "custom_keycodes.h"
|
#include "custom_keycodes.h"
|
||||||
#include "my_strings.h"
|
#include "my_strings.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
AUDIO_ENABLE = yes
|
AUDIO_ENABLE = yes
|
||||||
BACKLIGHT_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
AUDIO_ENABLED = yes
|
AUDIO_ENABLED = yes
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_layers
|
enum planck_layers
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
AUTO_SHIFT_ENABLE = yes
|
AUTO_SHIFT_ENABLE = yes
|
||||||
DYNAMIC_MACRO_ENABLE = yes
|
DYNAMIC_MACRO_ENABLE = yes
|
||||||
STENO_ENABLE = yes
|
STENO_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
COMMAND_ENABLE = no
|
COMMAND_ENABLE = no
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
enum planck_layers {
|
enum planck_layers {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define a KC_A
|
#define a KC_A
|
||||||
#define b KC_B
|
#define b KC_B
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# Make some noise
|
# Make some noise
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
enum planck_keycodes {
|
enum planck_keycodes {
|
||||||
RGB_SLD = SAFE_RANGE,
|
RGB_SLD = SAFE_RANGE,
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
# Set any rules.mk overrides for your specific keymap here.
|
# Set any rules.mk overrides for your specific keymap here.
|
||||||
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "muse.h"
|
#ifdef AUDIO_ENABLE
|
||||||
|
# include "muse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SRC += muse.c
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||||
|
SRC += muse.c
|
||||||
|
endif
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue