aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c')
-rw-r--r--keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c b/keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c
index cd1eec751..ae5c0c9b1 100644
--- a/keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c
+++ b/keyboards/rgbkb/mun/keymaps/xulkal2/keymap.c
@@ -119,7 +119,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
119 _______, KC_LEFT, KC_DOWN, KC_RIGHT,_______, _______, _______, _______, _______, KC_KP_4, KC_KP_5, KC_KP_6, KC_PPLS, _______, 119 _______, KC_LEFT, KC_DOWN, KC_RIGHT,_______, _______, _______, _______, _______, KC_KP_4, KC_KP_5, KC_KP_6, KC_PPLS, _______,
120 _______, _______, _______, _______, _______, EEP_RST, _______, _______, _______, KC_KP_1, KC_KP_2, KC_KP_3, KC_PENT, _______, 120 _______, _______, _______, _______, _______, EEP_RST, _______, _______, _______, KC_KP_1, KC_KP_2, KC_KP_3, KC_PENT, _______,
121 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_KP_0, KC_PDOT, KC_PENT, _______, 121 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_KP_0, KC_PDOT, KC_PENT, _______,
122 122
123 _______, _______, _______, _______, _______, _______, _______, _______, 123 _______, _______, _______, _______, _______, _______, _______, _______,
124 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 124 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
125 ) 125 )
@@ -223,7 +223,7 @@ void render_debug_scan(void) {
223} 223}
224#endif 224#endif
225 225
226void oled_task_user(void) { 226bool oled_task_user(void) {
227#if !defined(MATRIX_SCAN_DEBUG) 227#if !defined(MATRIX_SCAN_DEBUG)
228 if (is_keyboard_left()) { 228 if (is_keyboard_left()) {
229 render_layer(); 229 render_layer();
@@ -241,8 +241,9 @@ void oled_task_user(void) {
241#endif 241#endif
242 oled_set_cursor(0, 12); 242 oled_set_cursor(0, 12);
243 render_icon(); 243 render_icon();
244 return false;
244} 245}
245 246
246oled_rotation_t oled_init_user(oled_rotation_t rotation) { 247oled_rotation_t oled_init_user(oled_rotation_t rotation) {
247 return OLED_ROTATION_270; 248 return OLED_ROTATION_270;
248} \ No newline at end of file 249}