noroadsleft and Drashna Jaelre
836efb50c6
Updated templates for use by new_project.sh ( #3783 )
...
* template.h file cleanup
Reformatted the pre-macro comments as block comments.
Updated the ps2avrgb template comment to match the avr template's comment, which was more informative.
Deleted the line about the macro representing the Planck MIT layout, because the macro doesn't represent that layout anymore.
* base template keymap.c refactor
Deleted the deprecated TMK macro functions.
Defined two custom keycodes for use as macros by process_record_user.
process_record_user is now after the keymap and before matrix_init_user, where the deleted TMK functions were.
* Removed an extra " from macro command per @drashna
* Added BOOTLOADER rule to avr/rules.mk per @drashna
* Updated Bootloader sections per @drashna
* Updated links to docs at the bottom of both avr and ps2avrgb template readme.md files
Corrected the links to the Build Environment Setup and the Make Instructions docs.
Added direct link to the QMK Complete Newbs Guide.
2018-08-29 10:57:30 -07:00
noroadsleft and Drashna Jaelre
9d27d55443
Keyboard: Blockey refactor ( #3722 )
...
* Matrix refactor
Edited for readability.
* Keymap refactor
Deleted TMK-syntax macro block. Edited for readability.
* Readme cleanup
Edited image link (link previously referenced a single-image album).
* Configurator support
2018-08-22 09:00:40 -07:00
noroadsleft and Drashna Jaelre
4951fc52be
Keyboard: AL1 Configurator fix: misplaced arrow keys ( #3716 )
...
* Configurator fix: misplaced arrow keys
* rules.mk: set backlight and RGB rules
2018-08-22 08:59:00 -07:00
noroadsleft and Drashna Jaelre
356fe590e6
Keyboard: AMJ96 Refactor and Configurator update ( #3707 )
...
* AMJ96 Refactor
LAYOUT matrix and default keymap refactored to use full-length keycodes (instead of shorthand).
* Configurator update
Minor physical layout update and made the labels more sensible.
* Readme update
White space correction.
* Default keymap update: #include QMK_KEYBOARD_H
* rules.mk update
Disabled the following options as my local test compile's .hex ended up too big to fit in the available flash space:
MOUSEKEY_ENABLE
EXTRAKEY_ENABLE
BACKLIGHT_ENABLE
RGBLIGHT_ENABLE
If this is undesirable, suggestions are welcome.
* Config/rules update
Re-enabled MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, BACKLIGHT_ENABLE, and RGBLIGHT_ENABLE and disabled COMMAND_ENABLE in rules.mk; enabled NO_ACTION_MACRO and NO_ACTION_FUNCTION per @drashna
* Swapped `___` for `XXX` in amj96.h per @mechmerlin
2018-08-22 08:58:12 -07:00
noroadsleft and Drashna Jaelre
343dc1be7f
Keyboard: UT47 Configurator support and readme cleanup ( #3708 )
...
* Configurator support
* Readme cleanup
2018-08-21 08:45:42 -07:00
noroadsleft and Drashna Jaelre
cffaf0acf4
Keyboard: Configurator render fix for AMJPad ( #3706 )
...
- `LAYOUT` updated to `LAYOUT_numpad_6x4`
- `LAYOUT_all` update to `LAYOUT_ortho_6x4`
2018-08-21 08:42:18 -07:00
noroadsleft and Drashna Jaelre
3f8654c85d
Keyboard: AMJ60 LAYOUT_iso matrix fix ( #3705 )
...
LAYOUT_iso matrix was invalid.
2018-08-21 08:41:40 -07:00
noroadsleft and Drashna Jaelre
8720c6628a
Keyboard: Alf X2 matrix fix ( #3704 )
...
Invalid syntax in LAYOUT_split_arrows matrix macro.
2018-08-21 08:41:12 -07:00
noroadsleft and Drashna Jaelre
e1be79d7c9
Keyboard: Corrected LFK65_HS LAYOUT_all matrix ( #3703 )
...
Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).
2018-08-21 08:40:25 -07:00
noroadsleft and Drashna Jaelre
dbef2ad6b9
Keymap: Update 333fred's keymap for Zen ( #3690 )
...
Reset file to upstream/master, update only macro name (KEYMAP to LAYOUT).
2018-08-20 09:45:15 -07:00
noroadsleft and Drashna Jaelre
2091280bbb
Keyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards ( #3698 )
2018-08-19 19:33:49 -07:00
noroadsleft and Drashna Jaelre
19fdfccca2
Keyboard: Ckeys refactor ( #3681 )
...
* Obelus Refactor: LAYOUT to LAYOUT_ortho_4x4
- Keymap also now uses #include QMK_KEYBOARD_H
- Readability and white space changes
- rules.mk now has LAYOUTS = ortho_4x4
- added info.json
* naKey Refactor: LAYOUT to LAYOUT_numpad_5x4
- Matrix LAYOUT renamed to LAYOUT_numpad_5x4
- Now supports community layout numpad_5x4
- White space changes
* naKey Configurator update
Updated order of JSON objects to match new matrix order.
2018-08-17 16:12:22 -07:00
noroadsleft and Drashna Jaelre
8007d9f3a7
Keyboard: Zen refactor and Configurator support ( #3677 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme reformatting
2018-08-17 16:04:21 -07:00
noroadsleft and Drashna Jaelre
4044c746d0
Keyboard: Eagle/Viper V2 refactor and Configurator update ( #3671 )
...
* Matrix refactor: eagle_viper/v2 LAYOUT_all
- Deleted K0L (research indicates no switch position at this location)
- Renamed K0J to K0I (spacebar key; on 9th column instead of 10th)
- Updated info.json and default keymap to match
- readability updates
* Keymap refactor
readability update
2018-08-16 08:54:17 -07:00
noroadsleft and Drashna Jaelre
4e41812a67
Keyboard: Fix character encoding for kona_classic's info.json ( #3473 )
2018-07-23 12:02:45 -07:00
noroadsleft and Drashna Jaelre
006abbfd6f
Keyboard: Kona Classic refactor and Configurator update ( #3464 )
...
* Refactor: matrices and keymaps
* Configurator support
* Readme cleanup
2018-07-22 06:59:28 -07:00
noroadsleft and Drashna Jaelre
95e7e10061
Keyboard: Configurator fix: KC60SE info.json, LAYOUT matrix ( #3463 )
2018-07-22 06:58:32 -07:00
noroadsleft and Drashna Jaelre
83d33caf63
Keyboard: Fix UTF-8 encoding for DC01 Numpad info.json ( #3462 )
2018-07-21 15:35:57 -07:00
noroadsleft and Drashna Jaelre
1147fc24ad
Keyboard: DC01 refactor and Configurator support ( #3445 )
...
* Arrow: matrix and keymap refactor
* Left: matrix and keymap refactor
* Numpad: matrix macro correction
* Numpad: add support for community layouts numpad_5x4 and ortho_5x4
* Right: matrix and keymap refactor
* DC01 global readme cleanup (minor grammar)
* DC01 global Configurator support
* Right: bugfixes for HHKB-style keymaps
2018-07-21 12:12:07 -07:00
noroadsleft and Drashna Jaelre
9c4b9bbccc
Keyboard: KC60se matrix fixes ( #3446 )
...
* Replace KC_NO with ___ in matrices for readability
* Add K49 to LAYOUT matrix
K49 was previously was stated to be padless, but it's actually the right-hand half of a split Backspace.
* Switched positions of K3C and K3D in LAYOUT matrix
When using a split right Shift, K3D is to the left of K3C.
* Insert KC_NO (___) element into bottom row of LAYOUT_60_ansi matrix
Reported by @NimMooMoo on QMK Discord
Right-hand modifiers on bottom row were shifted one key to the right. After debugging, discovered that the "electrical matrix" (the part of the matrix macro that determines which row and column a key uses) was one element short on the last row at K49, causing the rest of the row to be offset by one column.
This commit corrects that issue.
* Added a missing comma in the LAYOUT matrix
2018-07-20 09:10:13 -07:00
noroadsleft and Drashna Jaelre
b89cec9ebc
Keyboard: LFKeyboards LFK65-HS Readme cleanup ( #3442 )
2018-07-18 20:06:34 -07:00
noroadsleft and Drashna Jaelre
38299ff2ef
Keyboard: LFKeyboards SMK65 refactor and Configurator support ( #3441 )
...
* SMK65: Matrix refactor
* SMK65: Keymap refactor (QMK_KEYBOARD_H)
* SMK65: Configurator support
2018-07-18 20:05:39 -07:00
noroadsleft and Drashna Jaelre
61c53ad75e
Keyboard: LFKeyboards Mini1800 refactor and Configurator update ( #3440 )
...
* Mini1800: Matrix refactor
* Mini1800: Keymap refactor (QMK_KEYBOARD_H)
* Mini1800: Configurator update (white space)
2018-07-18 20:05:05 -07:00
noroadsleft and Drashna Jaelre
9234f9c964
Keyboard: LFKPad refactor and Configurator support ( #3439 )
...
* LFKPad: matrix refactor
* LFKPad: keymap refactor (QMK_KEYBOARD_H; matrix update)
* LFKPad: Configurator support
* LFKPad: added community layout numpad_6x4 to rules.mk
* LFKPad: Update rgb_sequence to match new matrix
* LFKPad: delete deprecated makefile include block from rules.mk
2018-07-18 20:03:40 -07:00
noroadsleft and Drashna Jaelre
bc7fe1223d
Add #include "config_common.h" after #pragma once to config.h templates ( #3444 )
2018-07-18 17:16:57 -07:00
noroadsleft and Drashna Jaelre
f804bd3d2d
LFK87 refactor and Configurator support ( #3436 )
...
* LFK87: Matrix refactor
* LFK87: Keymap refactor
* LFK87: Configurator support
* LFK87: Added community layouts tkl_ansi and tkl_iso to rules.mk
2018-07-18 11:31:31 -07:00
noroadsleft and Drashna Jaelre
ffc2ae057b
Keyboard: NIU Mini refactor and Configurator update ( #3433 )
...
* Removed LAYOUTS = planck_grid from rules.mk
* Matrix refactor
* Keymap refactor
* Configurator update
2018-07-18 08:02:52 -07:00
noroadsleft and Drashna Jaelre
c691396ae5
Keyboard: Noxary 268 refactor and Configurator update ( #3426 )
...
* Rename LAYOUT to LAYOUT_all
* Repair LAYOUT_all object in info.json (element count mismatch)
* Added LAYOUT_iso and LAYOUT_ansi matrices, with sample keymaps
* Added LAYOUT_iso and LAYOUT_ansi to info.json
* Added block comment regarding layout options to 268.h
* Readme cleanup (GitHub markdown parsing)
2018-07-17 08:19:40 -07:00
noroadsleft and Drashna Jaelre
6a4a4a2875
Quefrency Configurator fix ( #3418 )
2018-07-16 08:42:38 -07:00
noroadsleft and Drashna Jaelre
a69b610456
UK78 Refactor: rename LAYOUT to LAYOUT_all ( #3405 )
2018-07-14 15:18:54 -07:00
noroadsleft and Drashna Jaelre
2ba6b9ab69
UK78 refactor and Configurator support ( #3395 )
...
* Matrix update
* Keymap refactor
* Configurator support
* Readme cleanup
2018-07-14 13:43:15 -07:00
noroadsleft and Drashna Jaelre
f5ebfdabcd
Kmini refactor and Configurator support ( #3388 )
...
* default keymap refactor: QMK_KEYBOARD_H include; readability
* Configurator support
* info.json was missing a comma
* Added matrix functions to matrix.c per @drashna
2018-07-12 16:30:53 -07:00
noroadsleft and Drashna Jaelre
de7d1d35c8
Configurator fix: Removed an extra key ( #3380 )
2018-07-12 10:33:52 -07:00
noroadsleft and Drashna Jaelre
180d39824b
Helix rev1 refactor: deleted extra commas ( #3379 )
2018-07-12 10:32:15 -07:00
noroadsleft and Drashna Jaelre
82277af884
Ergodash refactor and Configurator update ( #3378 )
...
* Moved info.json to rev1 directory
* rev1 info.json metadata update
* Configurator support for ErgoDash rev2
* Moved rev1/ergodash.h to ergodash.h
* Integrate rev2 support into ergodash.h; delete rev2/ergodash.h
2018-07-12 10:31:05 -07:00
noroadsleft and Drashna Jaelre
956ba037ef
MT40 refactor and Configurator support ( #3377 )
...
* Removed LAYOUTS ortho_4x12 and planck_grid from rules.mk
* Matrix refactor
* Keymap refactor
* Configurator support
2018-07-12 10:28:23 -07:00
noroadsleft and Drashna Jaelre
e3299db9e3
Minidox refactor and Configurator support ( #3373 )
...
* Matrix refactor
* Keymap refactor: #include QMK_KEYBOARD_H
* Configurator support
2018-07-12 10:21:29 -07:00
noroadsleft and Drashna Jaelre
9ce7374563
Refactor, Configurator update, and Readme cleanup for Chimera Ergo ( #3083 )
...
* Refactor for Chimera Ergo
* Readme cleanup
* Configurator update
2018-07-11 08:29:13 -07:00
noroadsleft and Drashna Jaelre
df8b8c5032
LFK78 Refactor and Configurator support ( #3369 )
...
* LFK78: matrix and keymap refactor
* Removed lfkeyboards.c and lfkeyboard.h
* LFK78: Configurator support
* LFK78: Readme cleanup
2018-07-11 08:24:55 -07:00
noroadsleft and Drashna Jaelre
b335a22568
S65-X refactor and Configurator support ( #3306 )
...
* Matrix refactor: add S65-Plus matrices
* Fix description identifier
* Readme cleanup
* Configurator support
* Add s65plus default keymap
2018-07-11 08:20:41 -07:00
noroadsleft and Drashna Jaelre
a345458fa9
MxSS Configurator bugfix: removed an extra key that didn't belong ( #3362 )
2018-07-09 18:07:20 -07:00
noroadsleft and Drashna Jaelre
5b7ac47b1a
MxSS refactor and Configurator bugfix ( #3355 )
...
* Matrix refactor
* Configurator bugfix
2018-07-09 07:49:11 -07:00
noroadsleft and Drashna Jaelre
df8b564518
Configurator fix for Christmas Tree ( #3338 )
2018-07-07 18:35:31 -07:00
noroadsleft and Drashna Jaelre
0a8d529d74
Tetris Configurator support and Rules update ( #3317 )
...
* Configurator support
* Add LAYOUTS = planck_mit to rules.mk
* Disable Tap Dance at the keyboard level
* Keymap refactor: QMK_KEYBOARD_H; enable Tap Dance for default keymap
* Add keymaps/default/rules.mk to enable Tap Dance
* Reverse the addition of config.h in keyboards/tetris/keymaps/default/
2018-07-07 11:42:59 -07:00
noroadsleft and Drashna Jaelre
e36cbdc786
Unloved Bastard refactor and Configurator support ( #3318 )
...
* Matrix refactor: KEYMAP to LAYOUT; +LAYOUT_tkl_ansi
* Keymap refactor: QMK_KEYBOARD_H; matrix rename; +default_ansi
* Configurator support
* Add LAYOUTS = tkl_ansi to rules.mk
2018-07-05 08:22:39 -07:00
noroadsleft and Drashna Jaelre
3d6919c3dc
Tomato refactor and Configurator support ( #3314 )
...
* Matrix refactor: rename KEYMAP to LAYOUT_ortho_3x10
* Keymap refactor: matrix rename
* Add LAYOUTS = ortho_3x10 to rules.mk
* Configurator support
2018-07-04 21:44:50 -07:00
noroadsleft and Drashna Jaelre
db8b547b7d
Tiger Lily Controller refactor and Configurator support ( #3313 )
...
* Matrix refactor: rename KEYMAP to LAYOUT; +LAYOUT_fullsize_ansi
* Keymap refactor: QMK_KEYBOARD_H; matrix rename; +default_ansi keymap
* Configurator support
* Add LAYOUTS = fullsize_ansi to rules.mk
* Readme cleanup
2018-07-04 21:44:02 -07:00
noroadsleft and Drashna Jaelre
b9bf310b0f
Tanuki Configurator support ( #3310 )
2018-07-04 18:06:32 -07:00
noroadsleft and Drashna Jaelre
1f9ee8b990
Speedo refactor and Configurator support ( #3309 )
...
* Matrix refactor: rename KEYMAP to LAYOUT
* Keymap refactor: QMK_KEYBOARD_H; matrix rename
* Configurator support
* Readme cleanup
2018-07-04 18:06:04 -07:00
noroadsleft and Drashna Jaelre
876377e945
Satan refactor and Configurator support ( #3305 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme cleanup
2018-07-04 18:02:01 -07:00
noroadsleft and Drashna Jaelre
3bbf11d110
S60-X refactor and Configurator support ( #3304 )
...
* Matrix refactor
* Keymap refactor
* Configurator update
* Rules: added layouts 60_ansi, 60_ansi_split_bs_rshift and 60_iso
2018-07-04 18:00:53 -07:00
noroadsleft and Drashna Jaelre
3204dec096
Roadkit refactor and Configurator support ( #3303 )
...
* Matrix refactor: rename KEYMAP to LAYOUT_numpad_4x4
* Keymap refactor: QMK_KEYBOARD_H, matrix renames, readability
* Configurator support
* Add numpad_4x4 LAYOUT to rules.mk
2018-07-04 17:59:35 -07:00
noroadsleft and Drashna Jaelre
df73b74b55
Redox Configurator support ( #3290 )
2018-07-03 16:15:58 -07:00
noroadsleft and Drashna Jaelre
d49e4543b3
Prime_R refactor and Configurator support ( #3289 )
...
* Matrix refactor: rename KEYMAP to LAYOUT
* Keymap refactor: QMK_KEYBOARD_H; new matrix names
* Configurator support
2018-07-03 16:15:23 -07:00
noroadsleft and Drashna Jaelre
3f886a3efe
Play Keyboard 60 refactor and Configurator update ( #3287 )
...
* Matrix refactor
* Keymap refactor
* Configurator update
* Add LAYOUTS = 60_ansi_split_bs_rshift to rules.mk
* Keymap bugfix: deleted two extra commas
2018-07-03 16:14:08 -07:00
noroadsleft and Drashna Jaelre
dad851d47d
Phantom refactor and Configurator update ( #3285 )
...
* Matrix refactor
* Keymap refactor
* Add iso_uk keymap
* Configurator update
* Add LAYOUTS = tkl_ansi tkl_iso to rules.mk
2018-07-01 20:18:50 -07:00
noroadsleft and Drashna Jaelre
90c384f650
Omnikey Blackheart refactor ( #3280 )
2018-07-01 11:08:29 -07:00
noroadsleft and Drashna Jaelre
47957c3f77
OK60 Refactor and Configurator support ( #3279 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme formatting fix
2018-07-01 11:07:48 -07:00
noroadsleft and Drashna Jaelre
63b0290708
Nyquist Configurator support and keymap refactor ( #3278 )
...
* Configurator support
* Keymap refactor to QMK_KEYBOARD_H
2018-07-01 11:06:57 -07:00
noroadsleft and Drashna Jaelre
e8d2f4f891
Novelpad refactor and Configurator support ( #3276 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Add LAYOUTS = ortho_5x4 to rules.mk
* Readme formatting fix
* #include != #define
* Removed an extra comma
2018-07-01 11:06:00 -07:00
noroadsleft and Drashna Jaelre
29954efd06
Nano refactor and Configurator update ( #3275 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
2018-07-01 11:05:10 -07:00
noroadsleft and Drashna Jaelre
0470017c21
Miuni32 refactor and Configurator support ( #3273 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme formatting update
2018-07-01 11:02:26 -07:00
noroadsleft and Drashna Jaelre
585f753ffe
Mitosis refactor and Configurator support ( #3271 )
...
* Matrix refactor
* Configurator support
* Keymap refactor
2018-06-30 19:42:06 -07:00
noroadsleft and Drashna Jaelre
b4888eee14
Levinson Configurator support ( #3260 )
...
* Configurator support
* Deleted deprecated KC_LAYOUT_ortho_4x12 matrix alias
* Refactor valgrahf keymap for new matrix name
2018-06-28 22:24:23 -07:00
noroadsleft and Drashna Jaelre
91e8e8d916
Let's Split refactor and Configurator support ( #3259 )
...
* Matrix refactor: deleted KC_LAYOUT_ortho_4x12 alias
* Keymap refactor: bbaserdem_right keymap updated to use new matrix name
* Configurator support
2018-06-28 22:23:41 -07:00
noroadsleft and Drashna Jaelre
e448ef0b1a
Kitten Paw refactor and Configurator update ( #3248 )
...
* Matrix refactor
* Keymap refactor
* Add fullsize_ansi layout to rules.mk
* Configurator support
* Readme cleanup
* Add matrix_init_user and matrix_scan_user functions to kitten_paw.c
2018-06-28 12:40:40 -07:00
noroadsleft and Drashna Jaelre
ded51136ce
Laplace Refactor ( #3252 )
2018-06-28 06:56:14 -07:00
noroadsleft and Drashna Jaelre
d80774027e
Knops Configurator update ( #3249 )
2018-06-28 06:53:23 -07:00
noroadsleft and Drashna Jaelre
f1344d1f1e
Kinesis refactor and Configurator update ( #3245 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
* Stapelberg readme formatting fix (missing grave accent)
2018-06-27 19:24:08 -07:00
noroadsleft and Drashna Jaelre
3d831f3550
KBD75 refactor and Configurator update ( #3243 )
...
* Added layout notes to kbd75.h
* info.json cleanup
* Readme cleanup
* Keymap refactor
2018-06-27 11:09:00 -07:00
noroadsleft and Drashna Jaelre
14c2209427
Katana60 refactor and Configurator update ( #3242 )
...
* Matrix refactor
* Configurator support
* Keymap refactor
2018-06-27 07:52:00 -07:00
noroadsleft and Drashna Jaelre
21dbae5d46
JJ50 Refactor and updates ( #3241 )
...
* Matrix Refactor
* Configurator update
* Rules update: add LAYOUTS = ortho_5x12
* Readme update
2018-06-27 07:41:50 -07:00
noroadsleft and Drashna Jaelre
7b2b9b64ec
Fix line endings in keyboards/iris/keymaps/s1carii/config.h ( #3240 )
2018-06-27 07:39:11 -07:00
noroadsleft and Drashna Jaelre
ac05cdd1f8
JC65 Refactor and Configurator update ( #3239 )
...
* Add Configurator support for JC65 v32a (ps2avrgb) version
* JC65 Keymap refactor
2018-06-27 07:38:35 -07:00
noroadsleft and Drashna Jaelre
e84c07e6f7
Helix: Refactor and Configurator support ( #3238 )
...
* Matrix refactor
* Keymap refactor
* Configurator support
2018-06-27 07:37:27 -07:00
noroadsleft and Drashna Jaelre
ee700b2e83
Configurator fix for Org60 ( #3231 )
...
* Configurator fix
* Added LAYOUTS = 60_ansi to rules.mk
2018-06-25 17:09:06 -07:00
noroadsleft and Drashna Jaelre
796c990e00
Handwired/Dactyl refactor and Configurator support ( #3222 )
...
* Matrix refactor
* Configurator support
* Keymap refactor
2018-06-22 17:24:52 -07:00
noroadsleft and Drashna Jaelre
f5109c93dd
DZ60 Configurator fix and refactor ( #3205 )
...
* Bugfix refactor
* Added 60_iso layout to rules.mk
* Added sample ISO-UK keymap
* Keymap refactor
* Fixes per @andys8
2018-06-21 10:41:51 -07:00
noroadsleft and Drashna Jaelre
eccfb8d55e
SixKeyBoard refactor ( #3193 )
...
* Refactor: create matrix macro
* Readme changes
* Configurator support
2018-06-16 08:02:11 -07:00
noroadsleft and Drashna Jaelre
2435a52655
felix info.json fix ( #3195 )
2018-06-16 07:56:09 -07:00
noroadsleft and Drashna Jaelre
4cf4009b2b
Ergodash refactor ( #3196 )
...
* Deleted LAYOUTS = ortho_5x14 from rules.mk
* Refactor
* Configurator support
2018-06-16 07:55:02 -07:00
noroadsleft and Drashna Jaelre
4e9fb1d0d9
Contra refactor ( #3191 )
...
* Readme update
* Keyboard Refactor
* Keymap refactor
* Fixes per drashna
* Fixed curly brace
2018-06-15 21:57:15 -07:00
noroadsleft and Drashna Jaelre
1dfb29e162
Canoe Refactor ( #3190 )
...
* Readme formatting
* Matrix refactor
* Configurator update
2018-06-15 15:56:41 -07:00
noroadsleft and Drashna Jaelre
2ee435e107
planck/light/info.json fix ( #3186 )
2018-06-14 21:32:25 -07:00
noroadsleft and Drashna Jaelre
ee266dd5c8
Tada68 refactor and readme update ( #3178 )
...
* Readme update
* Matrix/info.json refactor
* Keymap refactor
* Bugfix for mattdicarlo keymap
2018-06-14 19:34:32 -07:00
noroadsleft and Drashna Jaelre
85d4c15a65
Clueboard 2x1800 Refactor ( #3179 )
...
* Readme cleanup
* Refactor: matrices and info.json
* Refactor: keymaps
* Moved xyverz config.h
2018-06-14 19:28:00 -07:00
noroadsleft and Drashna Jaelre
034d025579
Lightsaver info.json update ( #3176 )
2018-06-13 17:08:42 -07:00
noroadsleft and Drashna Jaelre
c219a451cf
KBD66 info.json update ( #3175 )
2018-06-13 17:08:10 -07:00
noroadsleft and Drashna Jaelre
1912f36177
Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel ( #3173 )
...
* Ergodone refactor
* Ergodox Infinity refactor
* Ergotravel refactor
* Ergotravel configurator layout update
* Fixing include on Ergodox Infinity narze keymap
2018-06-13 07:58:23 -07:00
noroadsleft and Drashna Jaelre
698ce733b7
Ergodox EZ refactor ( #3171 )
...
* Refactor matrices and keymaps
* Fixes for @ericgebhart keymap
* Deleted macro aliases
* ericgebhart/keymap.c to LAYOUT_ergodox_wrapper
2018-06-12 21:55:08 -07:00
noroadsleft and Drashna Jaelre
454bc3c264
Hadron: Readme, Refactor, and Configurator support ( #3170 )
...
* Refactor
* Configurator support
* Readme
2018-06-12 17:34:04 -07:00
noroadsleft and Drashna Jaelre
d0e635aa1b
GON NerD: Refactor, Configurator support and Readme cleanup ( #3167 )
...
* Refactor
* Configurator support
* Readme cleanup
2018-06-12 14:49:41 -07:00
noroadsleft and Drashna Jaelre
64df10082d
GH80-3000: Refactor and Configurator support ( #3166 )
...
* Refactor
* Configurator support
* Updated Rules: LAYOUTS
2018-06-12 14:47:50 -07:00
noroadsleft and Drashna Jaelre
b9fea284fc
GH60: readme cleanup, Refactor, and Configurator update ( #3164 )
...
* Readme cleanup
* Refactor
* Configurator updates
* Removed an extra comma
* Add supported PCB revisions
* Refactor: remove matrix aliases
2018-06-12 14:44:24 -07:00
noroadsleft and Drashna Jaelre
e1a29c03cb
Fourier: Refactor and readme updates ( #3163 )
...
* Readme changes: Added direct product link
* Keymap refactor
2018-06-12 14:42:44 -07:00
noroadsleft and Drashna Jaelre
ca02b0dde0
Fortitude60: Refactor and Configurator support ( #3161 )
...
* Removed LAYOUT_ortho_5x12 alias
* Configurator support
2018-06-10 07:13:01 -07:00
noroadsleft and Drashna Jaelre
769854b8a2
Felix: Refactor, Rules, and Configurator Support ( #3160 )
...
* Refactor
* Configurator support
* Add LAYOUTS = ortho_5x4 to rules.mk
2018-06-10 07:12:09 -07:00
noroadsleft and Drashna Jaelre
a474d6b49f
Additional default layouts: Fullsize ANSI, Fullsize ISO, TKL ISO ( #3154 )
...
* Add Fullsize ANSI layout
* Add Fullsize ISO layout
* Add TKL ISO layout
2018-06-09 12:38:14 -07:00
noroadsleft and Drashna Jaelre
f6a0adfe36
Fix KC_P00 macro for ortho_5x4 layout ( #3152 )
2018-06-09 08:30:51 -07:00
noroadsleft and Drashna Jaelre
e08139b79c
Ergo42: Refactor and Configurator support ( #3150 )
...
* Refactor
* Configurator support
* Switch macro names around
2018-06-08 10:58:12 -07:00