diff options
Diffstat (limited to 'keyboards/keebio')
| -rw-r--r-- | keyboards/keebio/bdn9/rev2/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/choconum/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/chocopad/config.h | 5 | ||||
| -rw-r--r-- | keyboards/keebio/dilly/config.h | 5 | ||||
| -rw-r--r-- | keyboards/keebio/dilly/dilly.h | 23 | ||||
| -rw-r--r-- | keyboards/keebio/dilly/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/dsp40/rev1/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/foldkb/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/config.h | 5 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/ddone/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/vyolle/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/kbo5000/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/levinson/config.h | 5 | ||||
| -rw-r--r-- | keyboards/keebio/levinson/keymaps/steno/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/nyquist/keymaps/danielhklein/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/keymaps/bjohnson/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/sinc/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/stick/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/keebio/wtf60/rules.mk | 2 |
19 files changed, 28 insertions, 43 deletions
diff --git a/keyboards/keebio/bdn9/rev2/rules.mk b/keyboards/keebio/bdn9/rev2/rules.mk index f743e71be..fd3968a4e 100644 --- a/keyboards/keebio/bdn9/rev2/rules.mk +++ b/keyboards/keebio/bdn9/rev2/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/keebio/choconum/rules.mk b/keyboards/keebio/choconum/rules.mk index bedc56329..087f572ba 100644 --- a/keyboards/keebio/choconum/rules.mk +++ b/keyboards/keebio/choconum/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/keebio/chocopad/config.h b/keyboards/keebio/chocopad/config.h index 08e62f034..e07bd5da5 100644 --- a/keyboards/keebio/chocopad/config.h +++ b/keyboards/keebio/chocopad/config.h | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef CONFIG_H | 1 | #pragma once |
| 2 | #define CONFIG_H | ||
| 3 | 2 | ||
| 4 | #include "config_common.h" | 3 | #include "config_common.h" |
| 5 | 4 | ||
| @@ -42,5 +41,3 @@ | |||
| 42 | #endif | 41 | #endif |
| 43 | #define RGB_DI_PIN D3 | 42 | #define RGB_DI_PIN D3 |
| 44 | #define RGBLED_NUM 4 | 43 | #define RGBLED_NUM 4 |
| 45 | |||
| 46 | #endif | ||
diff --git a/keyboards/keebio/dilly/config.h b/keyboards/keebio/dilly/config.h index 835498f25..9d7b08509 100644 --- a/keyboards/keebio/dilly/config.h +++ b/keyboards/keebio/dilly/config.h | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef CONFIG_H | 1 | #pragma once |
| 2 | #define CONFIG_H | ||
| 3 | 2 | ||
| 4 | #include "config_common.h" | 3 | #include "config_common.h" |
| 5 | 4 | ||
| @@ -46,5 +45,3 @@ | |||
| 46 | #define RGB_DI_PIN D3 | 45 | #define RGB_DI_PIN D3 |
| 47 | 46 | ||
| 48 | #define RGBLED_NUM 10 | 47 | #define RGBLED_NUM 10 |
| 49 | |||
| 50 | #endif | ||
diff --git a/keyboards/keebio/dilly/dilly.h b/keyboards/keebio/dilly/dilly.h index 229c6cd95..e0f13bae5 100644 --- a/keyboards/keebio/dilly/dilly.h +++ b/keyboards/keebio/dilly/dilly.h | |||
| @@ -1,19 +1,16 @@ | |||
| 1 | #ifndef DILLY_H | 1 | #pragma once |
| 2 | #define DILLY_H | ||
| 3 | 2 | ||
| 4 | #include "quantum.h" | 3 | #include "quantum.h" |
| 5 | 4 | ||
| 6 | #define LAYOUT_ortho_3x10( \ | 5 | #define LAYOUT_ortho_3x10( \ |
| 7 | A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, \ | 6 | k00, k01, k02, k03, k04, k34, k33, k32, k31, k30, \ |
| 8 | B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, \ | 7 | k10, k11, k12, k13, k14, k44, k43, k42, k41, k40, \ |
| 9 | C1, C2, C3, C4, C5, C6, C7, C8, C9, C10 \ | 8 | k20, k21, k22, k23, k24, k54, k53, k52, k51, k50 \ |
| 10 | ) { \ | 9 | ) { \ |
| 11 | { A1, A2, A3, A4, A5 }, \ | 10 | { k00, k01, k02, k03, k04 }, \ |
| 12 | { B1, B2, B3, B4, B5 }, \ | 11 | { k10, k11, k12, k13, k14 }, \ |
| 13 | { C1, C2, C3, C4, C5 }, \ | 12 | { k20, k21, k22, k23, k24 }, \ |
| 14 | { A10, A9, A8, A7, A6 }, \ | 13 | { k30, k31, k32, k33, k34 }, \ |
| 15 | { B10, B9, B8, B7, B6 }, \ | 14 | { k40, k41, k42, k43, k44 }, \ |
| 16 | { C10, C9, C8, C7, C6 } \ | 15 | { k50, k51, k52, k53, k54 } \ |
| 17 | } | 16 | } |
| 18 | |||
| 19 | #endif | ||
diff --git a/keyboards/keebio/dilly/rules.mk b/keyboards/keebio/dilly/rules.mk index cc778b332..09a1a9f71 100644 --- a/keyboards/keebio/dilly/rules.mk +++ b/keyboards/keebio/dilly/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = caterina | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # comment out to disable the options. | 8 | # comment out to disable the options. |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/keebio/dsp40/rev1/rules.mk b/keyboards/keebio/dsp40/rev1/rules.mk index 5117be620..6208e6b38 100644 --- a/keyboards/keebio/dsp40/rev1/rules.mk +++ b/keyboards/keebio/dsp40/rev1/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/keebio/foldkb/rules.mk b/keyboards/keebio/foldkb/rules.mk index 77f209de9..96e412890 100644 --- a/keyboards/keebio/foldkb/rules.mk +++ b/keyboards/keebio/foldkb/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/keebio/iris/config.h b/keyboards/keebio/iris/config.h index 863722d7d..6868dc135 100644 --- a/keyboards/keebio/iris/config.h +++ b/keyboards/keebio/iris/config.h | |||
| @@ -15,9 +15,6 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #pragma once |
| 19 | #define CONFIG_H | ||
| 20 | 19 | ||
| 21 | #include "config_common.h" | 20 | #include "config_common.h" |
| 22 | |||
| 23 | #endif // CONFIG_H | ||
diff --git a/keyboards/keebio/iris/keymaps/ddone/rules.mk b/keyboards/keebio/iris/keymaps/ddone/rules.mk index f652b45c9..41c4983e4 100644 --- a/keyboards/keebio/iris/keymaps/ddone/rules.mk +++ b/keyboards/keebio/iris/keymaps/ddone/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | LTO_ENABLE = yes | 1 | LTO_ENABLE = yes |
| 2 | COMMAND_ENABLE = no | 2 | COMMAND_ENABLE = no |
| 3 | MOUSEKEY_ENABLE = yes | 3 | MOUSEKEY_ENABLE = yes |
| 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/keebio/iris/keymaps/vyolle/rules.mk b/keyboards/keebio/iris/keymaps/vyolle/rules.mk index 56073e8b9..3b342b4ce 100644 --- a/keyboards/keebio/iris/keymaps/vyolle/rules.mk +++ b/keyboards/keebio/iris/keymaps/vyolle/rules.mk | |||
| @@ -4,4 +4,4 @@ STENO_ENABLE = no # Additional protocols for Stenography(+1700), require | |||
| 4 | AUDIO_ENABLE = no # Audio output on port C6 | 4 | AUDIO_ENABLE = no # Audio output on port C6 |
| 5 | MIDI_ENABLE = no # MIDI controls | 5 | MIDI_ENABLE = no # MIDI controls |
| 6 | NKRO_ENABLE = yes | 6 | NKRO_ENABLE = yes |
| 7 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/keebio/kbo5000/rules.mk b/keyboards/keebio/kbo5000/rules.mk index 94f92befe..1a1c97376 100644 --- a/keyboards/keebio/kbo5000/rules.mk +++ b/keyboards/keebio/kbo5000/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/keebio/levinson/config.h b/keyboards/keebio/levinson/config.h index ca0c79e55..4a3def7cc 100644 --- a/keyboards/keebio/levinson/config.h +++ b/keyboards/keebio/levinson/config.h | |||
| @@ -17,9 +17,6 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #ifndef CONFIG_H | 20 | #pragma once |
| 21 | #define CONFIG_H | ||
| 22 | 21 | ||
| 23 | #include "config_common.h" | 22 | #include "config_common.h" |
| 24 | |||
| 25 | #endif | ||
diff --git a/keyboards/keebio/levinson/keymaps/steno/rules.mk b/keyboards/keebio/levinson/keymaps/steno/rules.mk index 18da5e15b..18c51540b 100644 --- a/keyboards/keebio/levinson/keymaps/steno/rules.mk +++ b/keyboards/keebio/levinson/keymaps/steno/rules.mk | |||
| @@ -4,4 +4,4 @@ STENO_ENABLE = yes # Additional protocols for Stenography, requires VIR | |||
| 4 | AUDIO_ENABLE = no # Audio output on port C6 | 4 | AUDIO_ENABLE = no # Audio output on port C6 |
| 5 | MIDI_ENABLE = no # MIDI controls | 5 | MIDI_ENABLE = no # MIDI controls |
| 6 | NKRO_ENABLE = yes | 6 | NKRO_ENABLE = yes |
| 7 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/keebio/nyquist/keymaps/danielhklein/rules.mk b/keyboards/keebio/nyquist/keymaps/danielhklein/rules.mk index f8da5a5f5..ef7ab0420 100644 --- a/keyboards/keebio/nyquist/keymaps/danielhklein/rules.mk +++ b/keyboards/keebio/nyquist/keymaps/danielhklein/rules.mk | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | # change to "no" to disable the options, or define them in the Makefile in | 18 | # change to "no" to disable the options, or define them in the Makefile in |
| 19 | # the appropriate keymap folder that will get included automatically | 19 | # the appropriate keymap folder that will get included automatically |
| 20 | # | 20 | # |
| 21 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 22 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 22 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 24 | CONSOLE_ENABLE = no # Console for debug(+400) | 24 | CONSOLE_ENABLE = no # Console for debug(+400) |
diff --git a/keyboards/keebio/quefrency/keymaps/bjohnson/rules.mk b/keyboards/keebio/quefrency/keymaps/bjohnson/rules.mk index ca8d5989f..63121acd6 100644 --- a/keyboards/keebio/quefrency/keymaps/bjohnson/rules.mk +++ b/keyboards/keebio/quefrency/keymaps/bjohnson/rules.mk | |||
| @@ -4,7 +4,7 @@ BOOTLOADER = atmel-dfu | |||
| 4 | # change to "no" to disable the options, or define them in the Makefile in | 4 | # change to "no" to disable the options, or define them in the Makefile in |
| 5 | # the appropriate keymap folder that will get included automatically | 5 | # the appropriate keymap folder that will get included automatically |
| 6 | # | 6 | # |
| 7 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 10 | CONSOLE_ENABLE = no # Console for debug(+400) | 10 | CONSOLE_ENABLE = no # Console for debug(+400) |
diff --git a/keyboards/keebio/sinc/rules.mk b/keyboards/keebio/sinc/rules.mk index 7b9f99e1d..f72b3e9c9 100644 --- a/keyboards/keebio/sinc/rules.mk +++ b/keyboards/keebio/sinc/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/keebio/stick/rules.mk b/keyboards/keebio/stick/rules.mk index 2d6dc74b5..ba077c5fc 100644 --- a/keyboards/keebio/stick/rules.mk +++ b/keyboards/keebio/stick/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = caterina | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/keebio/wtf60/rules.mk b/keyboards/keebio/wtf60/rules.mk index 90542c4d2..f92841df1 100644 --- a/keyboards/keebio/wtf60/rules.mk +++ b/keyboards/keebio/wtf60/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
