Przeglądaj źródła

All Ez keymaps compiles

Fred Sundvik 9 lat temu
rodzic
commit
b0376687f4
58 zmienionych plików z 70 dodań i 58 usunięć
  1. 12 0
      keyboards/ergodox/config.h
  2. 1 1
      keyboards/ergodox/keymaps/ab/keymap.c
  3. 1 1
      keyboards/ergodox/keymaps/adnw_k_o_y/keymap.c
  4. 1 1
      keyboards/ergodox/keymaps/alexjj/keymap.c
  5. 1 1
      keyboards/ergodox/keymaps/algernon/keymap.c
  6. 1 1
      keyboards/ergodox/keymaps/andrew_osx/keymap.c
  7. 1 1
      keyboards/ergodox/keymaps/bepo/keymap.c
  8. 1 1
      keyboards/ergodox/keymaps/coderkun_neo2/keymap.c
  9. 1 1
      keyboards/ergodox/keymaps/colemak/keymap.c
  10. 1 1
      keyboards/ergodox/keymaps/colemak_osx_pc_no/keymap.c
  11. 1 1
      keyboards/ergodox/keymaps/csharp_dev/keymap.c
  12. 1 1
      keyboards/ergodox/keymaps/dave/keymap.c
  13. 1 1
      keyboards/ergodox/keymaps/default_osx/keymap.c
  14. 1 1
      keyboards/ergodox/keymaps/dragon788/keymap.c
  15. 1 1
      keyboards/ergodox/keymaps/dvorak/keymap.c
  16. 1 1
      keyboards/ergodox/keymaps/dvorak_intl_squisher/keymap.c
  17. 1 1
      keyboards/ergodox/keymaps/dvorak_spanish/keymap.c
  18. 1 1
      keyboards/ergodox/keymaps/emacs_osx_dk/keymap.c
  19. 1 1
      keyboards/ergodox/keymaps/erez_experimental/keymap.c
  20. 1 1
      keyboards/ergodox/keymaps/german-kinergo/keymap.c
  21. 1 1
      keyboards/ergodox/keymaps/german-manuneo/keymap.c
  22. 1 1
      keyboards/ergodox/keymaps/german-manuneo/keymap.md
  23. 1 1
      keyboards/ergodox/keymaps/german/keymap.c
  24. 1 1
      keyboards/ergodox/keymaps/j3rn/keymap.c
  25. 1 1
      keyboards/ergodox/keymaps/jack/keymap.c
  26. 1 1
      keyboards/ergodox/keymaps/jacobono/keymap.c
  27. 1 1
      keyboards/ergodox/keymaps/jgarr/keymap.c
  28. 1 1
      keyboards/ergodox/keymaps/josh/keymap.c
  29. 1 1
      keyboards/ergodox/keymaps/kastyle/keymap.c
  30. 1 1
      keyboards/ergodox/keymaps/kines-ish/keymap.c
  31. 1 1
      keyboards/ergodox/keymaps/maz/keymap.c
  32. 1 1
      keyboards/ergodox/keymaps/mpiechotka/keymap.c
  33. 1 1
      keyboards/ergodox/keymaps/msc/keymap.c
  34. 1 1
      keyboards/ergodox/keymaps/naps62/keymap.c
  35. 1 1
      keyboards/ergodox/keymaps/ordinary/keymap.c
  36. 1 1
      keyboards/ergodox/keymaps/osx_de/keymap.c
  37. 1 1
      keyboards/ergodox/keymaps/osx_de_adnw_koy/keymap.c
  38. 1 1
      keyboards/ergodox/keymaps/osx_de_experimental/keymap.c
  39. 2 2
      keyboards/ergodox/keymaps/osx_fr/keymap.c
  40. 1 1
      keyboards/ergodox/keymaps/osx_kinesis_pnut/keymap.c
  41. 1 1
      keyboards/ergodox/keymaps/plover/keymap.c
  42. 1 1
      keyboards/ergodox/keymaps/plums/keymap.c
  43. 1 1
      keyboards/ergodox/keymaps/romanzolotarev-norman-osx/keymap.c
  44. 1 1
      keyboards/ergodox/keymaps/romanzolotarev-norman-plover-osx-hjkl/keymap.c
  45. 1 1
      keyboards/ergodox/keymaps/romanzolotarev-norman-plover-osx/keymap.c
  46. 1 1
      keyboards/ergodox/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c
  47. 1 1
      keyboards/ergodox/keymaps/sneako/keymap.c
  48. 1 1
      keyboards/ergodox/keymaps/software_neo2/keymap.c
  49. 1 1
      keyboards/ergodox/keymaps/supercoder/keymap.c
  50. 1 1
      keyboards/ergodox/keymaps/techtomas/keymap.c
  51. 1 1
      keyboards/ergodox/keymaps/teckinesis/keymap.c
  52. 1 1
      keyboards/ergodox/keymaps/tkuichooseyou/keymap.c
  53. 1 1
      keyboards/ergodox/keymaps/tm2030/keymap.c
  54. 1 1
      keyboards/ergodox/keymaps/tonyabra_osx/keymap.c
  55. 1 1
      keyboards/ergodox/keymaps/townk_osx/keymap.c
  56. 1 1
      keyboards/ergodox/keymaps/twey/keymap.c
  57. 1 1
      keyboards/ergodox/keymaps/workman_osx_mdw/keymap.c
  58. 1 1
      keyboards/ergodox/keymaps/zweihander-osx/keymap.c

+ 12 - 0
keyboards/ergodox/config.h

@@ -0,0 +1,12 @@
+#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
+#define KEYBOARDS_ERGODOX_CONFIG_H_
+
+#ifdef SUBPROJECT_ez
+    #include "ez/config.h"
+#endif
+#ifdef SUBPROJECT_infinity
+    #include "infinity/config.h"
+#endif
+
+
+#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */

+ 1 - 1
keyboards/ergodox/keymaps/ab/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/adnw_k_o_y/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_german.h"

+ 1 - 1
keyboards/ergodox/keymaps/alexjj/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/algernon/keymap.c

@@ -2,7 +2,7 @@
  * algernon's ErgoDox EZ layout, please see the readme.md file!
  */
 
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "led.h"
 #include "debug.h"
 #include "action_layer.h"

+ 1 - 1
keyboards/ergodox/keymaps/andrew_osx/keymap.c

@@ -1,7 +1,7 @@
 // Netable differences vs. the default firmware for the ErgoDox EZ:
 // 1. The Cmd key is now on the right side, making Cmd+Space easier.
 // 2. The media keys work on OSX (But not on Windows).
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/bepo/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_bepo.h"

+ 1 - 1
keyboards/ergodox/keymaps/coderkun_neo2/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "led.h"

+ 1 - 1
keyboards/ergodox/keymaps/colemak/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/colemak_osx_pc_no/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_norwegian.h"

+ 1 - 1
keyboards/ergodox/keymaps/csharp_dev/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/dave/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/default_osx/keymap.c

@@ -1,7 +1,7 @@
 // Netable differences vs. the default firmware for the ErgoDox EZ:
 // 1. The Cmd key is now on the right side, making Cmd+Space easier.
 // 2. The media keys work on OSX (But not on Windows).
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/dragon788/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/dvorak/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/dvorak_intl_squisher/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/dvorak_spanish/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/emacs_osx_dk/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/erez_experimental/keymap.c

@@ -1,5 +1,5 @@
 #include <keymap_extras/keymap_colemak.h>
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/german-kinergo/keymap.c

@@ -1,7 +1,7 @@
 // German keymap derived from "german", but more closely resembling the German layout of the Kinesis Ergo Elan.
 //
 // chschmitz, 2016-01-27
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_german.h"

+ 1 - 1
keyboards/ergodox/keymaps/german-manuneo/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "action_layer.h"
 #include "keymap.h"
 #include "keymap_german.h"

+ 1 - 1
keyboards/ergodox/keymaps/german-manuneo/keymap.md

@@ -12,7 +12,7 @@ Tested with python 2.7 and python 3.4
     {
         "layout": "ergodox_ez",
         "keymaps_includes": [
-            "ergodox_ez.h",
+            "ergodox.h",
             "action_layer.h",
             "keymap_common.h",
             "keymap_extras/keymap_german.h",

+ 1 - 1
keyboards/ergodox/keymaps/german/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_german.h"

+ 1 - 1
keyboards/ergodox/keymaps/j3rn/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/jack/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/jacobono/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/jgarr/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/josh/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/kastyle/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/kines-ish/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/maz/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/mpiechotka/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_colemak.h"

+ 1 - 1
keyboards/ergodox/keymaps/msc/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/naps62/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/ordinary/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "led.h"
 #include "debug.h"
 #include "action_layer.h"

+ 1 - 1
keyboards/ergodox/keymaps/osx_de/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_german_osx.h"

+ 1 - 1
keyboards/ergodox/keymaps/osx_de_adnw_koy/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/osx_de_experimental/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_neo2.h"

+ 2 - 2
keyboards/ergodox/keymaps/osx_fr/keymap.c

@@ -1,5 +1,5 @@
 // French AZERTY version of the default_osx file
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_french_osx.h"
@@ -184,4 +184,4 @@ void matrix_scan_user(void) {
             break;
     }
 
-};
+};

+ 1 - 1
keyboards/ergodox/keymaps/osx_kinesis_pnut/keymap.c

@@ -5,7 +5,7 @@
 // Only default layer was remapped all others layers are standard Ergodox EZ
 // Very personal mapping of-course, but who knows a starting point for others.
 
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/plover/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/plums/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/romanzolotarev-norman-osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/romanzolotarev-norman-plover-osx-hjkl/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/romanzolotarev-norman-plover-osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/sneako/keymap.c

@@ -1,7 +1,7 @@
 // Based on `default_osx`
 // Replace left Bksp with Ctrl/Esc
 // Remove the Ctrl from Z and /
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/software_neo2/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_neo2.h"

+ 1 - 1
keyboards/ergodox/keymaps/supercoder/keymap.c

@@ -2,7 +2,7 @@
  * SuperCoder 2000 layout
  */
 
-#include "ergodox_ez.h"
+#include "ergodox.h"
 
 /* Layers */
 

+ 1 - 1
keyboards/ergodox/keymaps/techtomas/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/teckinesis/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "led.h"
 #include "debug.h"
 #include "action_layer.h"

+ 1 - 1
keyboards/ergodox/keymaps/tkuichooseyou/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/tm2030/keymap.c

@@ -1,5 +1,5 @@
 /* TypeMatrix-2030-like keymap  */
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "led.h"

+ 1 - 1
keyboards/ergodox/keymaps/tonyabra_osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 

+ 1 - 1
keyboards/ergodox/keymaps/townk_osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "action_util.h"

+ 1 - 1
keyboards/ergodox/keymaps/twey/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "keymap_plover.h"

+ 1 - 1
keyboards/ergodox/keymaps/workman_osx_mdw/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
 // readme

+ 1 - 1
keyboards/ergodox/keymaps/zweihander-osx/keymap.c

@@ -1,4 +1,4 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"