Replies: 1 comment 1 reply
-
こんにちは。 レイヤーごとに色を変える事について参考にさせて頂いたサイト QMK Firmware環境構築について参考にさせて頂いたサイト 実際に私が使っているkeymap.c This program is free software: you can redistribute it and/or modify This program is distributed in the hope that it will be useful, You should have received a copy of the GNU General Public License #include QMK_KEYBOARD_H #include "quantum.h" // clang-format off [1] = LAYOUT_universal( [2] = LAYOUT_universal( [3] = LAYOUT_universal( layer_state_t layer_state_set_user(layer_state_t state) {
} #ifdef OLED_ENABLE include "lib/oledkit/oledkit.h"void oledkit_render_info_user(void) { 実際には、レイヤーごとに色を変える部分をURLを参考に付け足しただけです。 URLの掲載などが不適切な場合は、恐れ入りますが、削除願います。m(_ _)m |
Beta Was this translation helpful? Give feedback.
-
Can different LED colors be set for different layers, so that the current layer can be quickly identified by its color? If this feature already exists, please tell me how to set it through remap-keys.
Beta Was this translation helpful? Give feedback.
All reactions