Skip to content

Commit

Permalink
Rename keymap_extras headers for consistency (qmk#16939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 4, 2023
1 parent 2078c8b commit 5277597
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion keyboards/nora/v01/keymaps/duo/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

#ifdef AUDIO_ENABLE
// float song_caps_on[][2] = SONG(CAPS_LOCK_ON_SOUND);
Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v03/keymaps/jpskenn_full/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

#ifdef AUDIO_ENABLE
// float song_caps_on[][2] = SONG(CAPS_LOCK_ON_SOUND);
Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v03/keymaps/jpskenn_full_midi/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

#ifdef AUDIO_ENABLE
// float song_caps_on[][2] = SONG(CAPS_LOCK_ON_SOUND);
Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v03/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include QMK_KEYBOARD_H
#include "keymap_jp.h"
#include "keymap_japanese.h"

// Defines names for use in layer keycodes and the keymap
enum layer_number {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v1/keymaps/jpskenn_full/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

void rgb_matrix_set_color_user(int, int, int, int, bool);

Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v1/keymaps/jpskenn_fw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

void rgb_matrix_set_color_user(int, int, int, int, bool);

Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v1/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

void rgb_matrix_set_color_user(int, int, int, int, bool);

Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v1/keymaps/via_fw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

void rgb_matrix_set_color_user(int, int, int, int, bool);

Expand Down
2 changes: 1 addition & 1 deletion keyboards/nora/v1/keymaps/via_re/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H
#include "version.h"
#include "keymap_jp.h"
#include "keymap_japanese.h"

void rgb_matrix_set_color_user(int, int, int, int, bool);

Expand Down

0 comments on commit 5277597

Please sign in to comment.