diff options
author | Reibl János Dániel <jani.reibl3@gmail.com> | 2020-10-05 00:35:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 15:35:28 -0700 |
commit | 661f4aaa8a4c25655007a238226d5d14549d083a (patch) | |
tree | 4326d4d55854465d0b7bd599669004b8eda2b30a /keyboards/handwired/riblee_f401/rules.mk | |
parent | 27f9f3196d39ab0ce1b72665ea4b57ff741e6dd8 (diff) | |
download | qmk_firmware-661f4aaa8a4c25655007a238226d5d14549d083a.tar.gz qmk_firmware-661f4aaa8a4c25655007a238226d5d14549d083a.zip |
[Keymap] Move my custom functions and keymaps to userspace (#10502)
* Move my custom functions and keymaps to userspace to be able to add the STM32F411 variant of my keyboard with mostly the same functionality
* Move keymaps to community layouts
* Remove keymaps from userspace readme.md
Co-authored-by: Janos Daniel Reibl <janos.daniel.reibl@protonmail.com>
Diffstat (limited to 'keyboards/handwired/riblee_f401/rules.mk')
-rw-r--r-- | keyboards/handwired/riblee_f401/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_f401/rules.mk b/keyboards/handwired/riblee_f401/rules.mk index bd4592d504..efe2522ee2 100644 --- a/keyboards/handwired/riblee_f401/rules.mk +++ b/keyboards/handwired/riblee_f401/rules.mk @@ -22,3 +22,5 @@ BACKLIGHT_DRIVER = software RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output + +LAYOUTS = ortho_5x12
\ No newline at end of file |