diff options
| author | Garret G <45295190+TheRoyalSweatshirt@users.noreply.github.com> | 2019-10-08 13:24:20 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-10-08 11:24:20 -0700 |
| commit | 9fe7b406cb43e334d588e69b14c3fa41ae4c4925 (patch) | |
| tree | 6d9a5f09156c6943f9b1bef8613c1d76b2e089a6 /keyboards/kingly_keys/ropro/ropro.h | |
| parent | 19584b92c559b134401be1efa7a5f199eda12f89 (diff) | |
| download | qmk_firmware-9fe7b406cb43e334d588e69b14c3fa41ae4c4925.tar.gz qmk_firmware-9fe7b406cb43e334d588e69b14c3fa41ae4c4925.zip | |
[Keyboard] Move existing boards to Kingly_Keys and add more boards (#6879)
* try to fix and orginize to Kingly_Keys subfolder and add various keyboard support
* fixed layout nomenclature and rules.mk pref
* modified readme for smd_milk
* fixed layout name in little_foot.h
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* remove old stand-alone keyboard folders
* Fixed missing comma in littlefoot keymap
* remove OLED code in romac_plus.c
* Update rules.mk
* Update readme.md
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk
* Update rules.mk
* Update keymap.c
* Update keymap.c
* Update keymap.c
* fix little_foot.h layouts, delete smd_milk readme.md
* Fix ALpha Edits
* Fix ALpha Edits p.2
* update little_foot.h
* fix little_foot.h p.2
* Update keyboards/kingly_keys/little_foot/little_foot.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/kingly_keys/little_foot/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Modify config.h for cleaned up PCB.
Diffstat (limited to 'keyboards/kingly_keys/ropro/ropro.h')
| -rw-r--r-- | keyboards/kingly_keys/ropro/ropro.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/ropro/ropro.h b/keyboards/kingly_keys/ropro/ropro.h new file mode 100644 index 000000000..cb635cff3 --- /dev/null +++ b/keyboards/kingly_keys/ropro/ropro.h | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | /* Copyright 2019 Garret G. (TheRoyalSweatshirt) | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | * | ||
| 16 | * Note: Matrix is a little wacky with the rotary encoder click mapping being | ||
| 17 | * on the opposite side of the board. Remember to pay attention to | ||
| 18 | * the 13th column where the lone key mapped for rotary encoder click (K132). | ||
| 19 | */ | ||
| 20 | |||
| 21 | #pragma once | ||
| 22 | |||
| 23 | #include "quantum.h" | ||
| 24 | |||
| 25 | #define LAYOUT( \ | ||
| 26 | K10, K20, K30, K40, K50, K60, K70, K80, K90, K100, K110, K120, \ | ||
| 27 | K11, K21, K31, K41, K51, K61, K71, K81, K91, K101, K111, K121, \ | ||
| 28 | K132, K12, K22, K32, K42, K52, K62, K72, K82, K92, K102, K112, K122, \ | ||
| 29 | K03, K13, K23, K33, K43, K53, K63, K73, K83, K93, K103, K113, K123, \ | ||
| 30 | K04, K14, K24, K34, K44, K54, K64, K74, K84, K94, K104, K114, K124, \ | ||
| 31 | K05, K15, K25, K35, K45, K55, K65, K75, K85, K95, K105, K115, K125 \ | ||
| 32 | ) { \ | ||
| 33 | { KC_NO, K10, K20, K30, K40, K50, K60, K70, K80, K90, K100, K110, K120, KC_NO }, \ | ||
| 34 | { KC_NO, K11, K21, K31, K41, K51, K61, K71, K81, K91, K101, K111, K121, KC_NO }, \ | ||
| 35 | { KC_NO, K12, K22, K32, K42, K52, K62, K72, K82, K92, K102, K112, K122, K132 }, \ | ||
| 36 | { K03, K13, K23, K33, K43, K53, K63, K73, K83, K93, K103, K113, K123, KC_NO }, \ | ||
| 37 | { K04, K14, K24, K34, K44, K54, K64, K74, K84, K94, K104, K114, K124, KC_NO }, \ | ||
| 38 | { K05, K15, K25, K35, K45, K55, K65, K75, K85, K95, K105, K115, K125, KC_NO } \ | ||
| 39 | } | ||
