diff options
Diffstat (limited to 'keyboard')
11 files changed, 11 insertions, 11 deletions
diff --git a/keyboard/ergodox_ez/keymaps/adnw_k_o_y/keymap.c b/keyboard/ergodox_ez/keymaps/adnw_k_o_y/keymap.c index e33037b33..052517d70 100644 --- a/keyboard/ergodox_ez/keymaps/adnw_k_o_y/keymap.c +++ b/keyboard/ergodox_ez/keymaps/adnw_k_o_y/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "keymap_extras/keymap_german.h" | 4 | #include "keymap_german.h" |
| 5 | 5 | ||
| 6 | #define BASE 0 // default layer | 6 | #define BASE 0 // default layer |
| 7 | #define SYMB 1 // symbols | 7 | #define SYMB 1 // symbols |
diff --git a/keyboard/ergodox_ez/keymaps/bepo/keymap.c b/keyboard/ergodox_ez/keymaps/bepo/keymap.c index dac6b7b51..921a94d63 100644 --- a/keyboard/ergodox_ez/keymaps/bepo/keymap.c +++ b/keyboard/ergodox_ez/keymaps/bepo/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "keymap_extras/keymap_bepo.h" | 4 | #include "keymap_bepo.h" |
| 5 | 5 | ||
| 6 | #define BASE 0 // default layer | 6 | #define BASE 0 // default layer |
| 7 | #define QWER 1 // qwerty compat layer | 7 | #define QWER 1 // qwerty compat layer |
diff --git a/keyboard/ergodox_ez/keymaps/colemak_osx_pc_no/keymap.c b/keyboard/ergodox_ez/keymaps/colemak_osx_pc_no/keymap.c index da540c7a3..3b74d266f 100644 --- a/keyboard/ergodox_ez/keymaps/colemak_osx_pc_no/keymap.c +++ b/keyboard/ergodox_ez/keymaps/colemak_osx_pc_no/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "../../../../quantum/keymap_extras/keymap_norwegian.c" | 4 | #include "keymap_norwegian.h" |
| 5 | 5 | ||
| 6 | #define BASE 0 // default layer | 6 | #define BASE 0 // default layer |
| 7 | #define BASE_MAC 1 // default layer mac | 7 | #define BASE_MAC 1 // default layer mac |
diff --git a/keyboard/ergodox_ez/keymaps/german-kinergo/keymap.c b/keyboard/ergodox_ez/keymaps/german-kinergo/keymap.c index 572e03a1d..b1cecf0dd 100644 --- a/keyboard/ergodox_ez/keymaps/german-kinergo/keymap.c +++ b/keyboard/ergodox_ez/keymaps/german-kinergo/keymap.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include "ergodox_ez.h" | 4 | #include "ergodox_ez.h" |
| 5 | #include "debug.h" | 5 | #include "debug.h" |
| 6 | #include "action_layer.h" | 6 | #include "action_layer.h" |
| 7 | #include "keymap_extras/keymap_german.h" | 7 | #include "keymap_german.h" |
| 8 | 8 | ||
| 9 | // Layer names | 9 | // Layer names |
| 10 | #define BASE 0 // default layer | 10 | #define BASE 0 // default layer |
diff --git a/keyboard/ergodox_ez/keymaps/german-manuneo/keymap.c b/keyboard/ergodox_ez/keymaps/german-manuneo/keymap.c index 131796fc5..5fcc14d51 100644 --- a/keyboard/ergodox_ez/keymaps/german-manuneo/keymap.c +++ b/keyboard/ergodox_ez/keymaps/german-manuneo/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "action_layer.h" | 2 | #include "action_layer.h" |
| 3 | #include "keymap.h" | 3 | #include "keymap.h" |
| 4 | #include "keymap_extras/keymap_german.h" | 4 | #include "keymap_german.h" |
| 5 | 5 | ||
| 6 | #define UC_ASYMPTOTICALLY_EQUAL_TO 0 | 6 | #define UC_ASYMPTOTICALLY_EQUAL_TO 0 |
| 7 | #define UC_DIVISION_SIGN 1 | 7 | #define UC_DIVISION_SIGN 1 |
diff --git a/keyboard/ergodox_ez/keymaps/german/keymap.c b/keyboard/ergodox_ez/keymaps/german/keymap.c index 7ec8d99cc..3eab51f0e 100644 --- a/keyboard/ergodox_ez/keymaps/german/keymap.c +++ b/keyboard/ergodox_ez/keymaps/german/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "keymap_extras/keymap_german.h" | 4 | #include "keymap_german.h" |
| 5 | 5 | ||
| 6 | // Layer names | 6 | // Layer names |
| 7 | #define BASE 0 // default layer | 7 | #define BASE 0 // default layer |
diff --git a/keyboard/ergodox_ez/keymaps/mpiechotka/keymap.c b/keyboard/ergodox_ez/keymaps/mpiechotka/keymap.c index 0c4f85a3d..5bfef5995 100644 --- a/keyboard/ergodox_ez/keymaps/mpiechotka/keymap.c +++ b/keyboard/ergodox_ez/keymaps/mpiechotka/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "keymap_extras/keymap_colemak.h" | 4 | #include "keymap_colemak.h" |
| 5 | 5 | ||
| 6 | enum { | 6 | enum { |
| 7 | BASE = 0, | 7 | BASE = 0, |
diff --git a/keyboard/ergodox_ez/keymaps/osx_de_adnw_koy/keymap.c b/keyboard/ergodox_ez/keymaps/osx_de_adnw_koy/keymap.c index 20b085ed4..687a5cb8b 100644 --- a/keyboard/ergodox_ez/keymaps/osx_de_adnw_koy/keymap.c +++ b/keyboard/ergodox_ez/keymaps/osx_de_adnw_koy/keymap.c | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #include "keymap_nordic.h" | 9 | #include "keymap_nordic.h" |
| 10 | #include "keymap_dvorak.h" | 10 | #include "keymap_dvorak.h" |
| 11 | #include "keymap_german.h" | 11 | #include "keymap_german.h" |
| 12 | #include "keymap_norwegian.c" | 12 | #include "keymap_norwegian.h" |
| 13 | #include "keymap_fr_ch.h" | 13 | #include "keymap_fr_ch.h" |
| 14 | #include "keymap_german_osx.h" | 14 | #include "keymap_german_osx.h" |
| 15 | #include "keymap_spanish.h" | 15 | #include "keymap_spanish.h" |
diff --git a/keyboard/ergodox_ez/keymaps/osx_de_experimental/keymap.c b/keyboard/ergodox_ez/keymaps/osx_de_experimental/keymap.c index 4a9ceb4ef..21d695894 100644 --- a/keyboard/ergodox_ez/keymaps/osx_de_experimental/keymap.c +++ b/keyboard/ergodox_ez/keymaps/osx_de_experimental/keymap.c | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "keymap_nordic.h" | 7 | #include "keymap_nordic.h" |
| 8 | #include "keymap_dvorak.h" | 8 | #include "keymap_dvorak.h" |
| 9 | #include "keymap_german.h" | 9 | #include "keymap_german.h" |
| 10 | #include "keymap_norwegian.c" | 10 | #include "keymap_norwegian.h" |
| 11 | #include "keymap_fr_ch.h" | 11 | #include "keymap_fr_ch.h" |
| 12 | #include "keymap_german_osx.h" | 12 | #include "keymap_german_osx.h" |
| 13 | #include "keymap_spanish.h" | 13 | #include "keymap_spanish.h" |
diff --git a/keyboard/ergodox_ez/keymaps/software_neo2/keymap.c b/keyboard/ergodox_ez/keymaps/software_neo2/keymap.c index a734062f1..2eaba0d7d 100644 --- a/keyboard/ergodox_ez/keymaps/software_neo2/keymap.c +++ b/keyboard/ergodox_ez/keymaps/software_neo2/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "ergodox_ez.h" | 1 | #include "ergodox_ez.h" |
| 2 | #include "debug.h" | 2 | #include "debug.h" |
| 3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
| 4 | #include "keymap_extras/keymap_neo2.h" | 4 | #include "keymap_neo2.h" |
| 5 | 5 | ||
| 6 | // Layer names | 6 | // Layer names |
| 7 | #define BASE 0 // default layer | 7 | #define BASE 0 // default layer |
diff --git a/keyboard/planck/keymaps/lucas/keymap.c b/keyboard/planck/keymaps/lucas/keymap.c index 7ac9c5cd0..2208780b1 100644 --- a/keyboard/planck/keymaps/lucas/keymap.c +++ b/keyboard/planck/keymaps/lucas/keymap.c | |||
| @@ -9,7 +9,7 @@ If you have any question about this keymap feel free to shoot me a message on re | |||
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | #include "keymap.h" | 11 | #include "keymap.h" |
| 12 | #include "keymap_extras/keymap_german.h" | 12 | #include "keymap_german.h" |
| 13 | #include "backlight.h" | 13 | #include "backlight.h" |
| 14 | #include "debug.h" | 14 | #include "debug.h" |
| 15 | #include "action_layer.h" | 15 | #include "action_layer.h" |
