diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-22 15:25:19 +1100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-21 20:25:19 -0800 |
commit | 78954a0d3e09bd7e15779c5abbf27d428ec1b33c (patch) | |
tree | 10ec2d3c275aaa439a7d11a81983a47e1b4850a8 /keyboards/percent/canoe/canoe.h | |
parent | 02412156d55796c1a94a56ff49640609999a97e2 (diff) |
[Keyboard] Add three missing layouts (#7441)
* Add three missing default layouts
* Add layout support to tragicforce68
* Not really 68%
* Fix dumb mistake
* Update info.json too
* Apply suggestions from code review
Diffstat (limited to 'keyboards/percent/canoe/canoe.h')
-rw-r--r-- | keyboards/percent/canoe/canoe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/percent/canoe/canoe.h b/keyboards/percent/canoe/canoe.h index 2f608598f8..9e1e3e3d6a 100644 --- a/keyboards/percent/canoe/canoe.h +++ b/keyboards/percent/canoe/canoe.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define _x_ KC_NO -#define LAYOUT_iso( \ +#define LAYOUT_65_iso_blocker( \ K0D, K0C, K0B, K0A, K09, K08, K07, K06, K05, K04, K03, K02, K01, K00, K0E, \ K1D, K1C, K1B, K1A, K19, K18, K17, K16, K15, K14, K13, K12, K11, K1E, \ K2D, K2C, K2B, K2A, K29, K28, K27, K26, K25, K24, K23, K22, K10, K21, K2E, \ @@ -56,3 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. } #define LAYOUT LAYOUT_65_ansi_blocker // added to not break existing checked in keymaps +#define LAYOUT_iso LAYOUT_65_iso_blocker |