summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus50/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus50/keymaps')
-rw-r--r--keyboards/atreus50/keymaps/default/Makefile4
-rw-r--r--keyboards/atreus50/keymaps/default/keymap.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/atreus50/keymaps/default/Makefile b/keyboards/atreus50/keymaps/default/Makefile
index e8556d0d6..d7b0fa7fd 100644
--- a/keyboards/atreus50/keymaps/default/Makefile
+++ b/keyboards/atreus50/keymaps/default/Makefile
@@ -1,5 +1,5 @@
-RGBLIGHT_ENABLE = no
-AUDIO_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+AUDIO_ENABLE = no
ifndef QUANTUM_DIR
include ../../../../Makefile
diff --git a/keyboards/atreus50/keymaps/default/keymap.c b/keyboards/atreus50/keymaps/default/keymap.c
index 8ae096cd8..415405ec2 100644
--- a/keyboards/atreus50/keymaps/default/keymap.c
+++ b/keyboards/atreus50/keymaps/default/keymap.c
@@ -122,7 +122,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* `-------------------------------------------------------------------------------------------------'
*/
[_ADJUST] = KEYMAP( \
- _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, \
+ _______, RESET, RGB_TOG, RGB_MOD, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, RGB_VAD, RGB_VAI, _______, KC_DEL, \
_______, _______, _______, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______, \
_______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______, \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \