qmk-firmware/keyboards
Jacob Jerrell 4b5dcda126 Keymap: Bocaj Ergodox Updates (#3364)
* Bocaj Layout Revamp

* Pull in Upstream (#1)

* Various tweaks for some Input:Club build processes

* change KEYMAP to LAYOUT for all new keyboards made using this script

* Add support for rev3 of the Atom47 (#2672)

* Added support for rev3 of the Atom47

* Updated Atom47 readme's

* Fix redefine error on rev2 and add maartenwut's keymap

* Fix redefine error on LEdiodes keymap

* Add Nyquist keymap (#2692)

* nyquist

* danielhklein nyquist setup

* shift left controls

* remove readme

* cleanup before pr

* ready for pr

* Adds Phantom TKL support (#2696)

* Add an info.json to phantom keyboard

* Add layouts

 - KEYMAP_WINKEYLESS
 - KEYMAP_7BIT
 - KEYMAP_ISO
 - KEYMAP_ISO_WINKEYLESS

* Add key_counts

* Add 2 missing F-Row keys

* Add TKC1800 info.json

Created an info.json for the tkc1800.

* Clueboard 60 info.json

 - adds
   - LAYOUT_60_ansi
   - LAYOUT_60_iso
   - KEYMAP_AEK
   - KEYMAP
   - LAYOUT_60_ansi_split_bs_rshift

* Add the Speedo keyboard

* Fix KC60 info.json file (#2707)

* change KEYMAP to LAYOUT in all the KC60 files

* Redo the info.json file

* Small fixes to TKC1800

 - adjust F-row to use 0.25 spacing
 - split left shift
 - add key_count

* Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)

* change diverge 3 KC_KEYMAP to LAYOUT

* Change KEYMAP to LAYOUT for handwired arrow pad

* change M10A to LAYOUT for m10-a

* Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68

* change KC_KEYMAP to LAYOUT for nano

* Refactor to LAYOUT

* refactor to LAYOUT-ansi and LAYOUT_iso for s65

* LAYOUT conversions for lfkkeyboards

* missed a few renames

* mini1800 for lfkeyobards support of LAYOUT

* Improve state/chord handling and clean up namespace

Some values that can never, ever, change were held in local
variables, rather than in PROGMEM. Fixed.

Change "pressed" to a signed int so the test for < 0 makes
sense, and to avoid possible weird failure modes in the
case where a key release comes in when pressed is already
zero. (Shouldn't happen, sure, but computers are weird.)

A lot of things in process_steno had external linkage for no
particular reason. They've been marked static. Stuff still
builds.

Distinguish between currently-held keys and keys that have
been held, and expose these values through a nicely-named API
so other code could, say, check on the current set of steno
chording in order to make displays. Also in passing fix up the
"state" value having external linkage so it could clash with
other people's variable declarations.

The API also provides hooks for key processing and steno chord
events, so you can monitor those events without having to
run in matrix_scan_user and recheck the values directly. Also
document these.

There is no path through processing a key that doesn't
end with a return false, so the nested return foo() are
gone and we just return false.

* Pull information from config.h and rules.mk (#2711)

* Pull information from config.h and rules.mk

* Readd the kbd75 maintainer

* Remove obsolete info.json entries (#2712)

* Clean up some long-standing errors when populating the API (#2715)

* More Configurator Warning Fixes (#2716)

* mf68_ble did not have the correct .c and .h files

* Fix JC65 KEYMAP to LAYOUT

* Change KEYMAP to LAYOUT for s60_x

* Convert KEYMAP to LAYOUT for lets_split boards

* Convert KEYMAP to LAYOUT

* more fixes to keymap for iris

* convert KEYMAP to LAYOUT for levinson keyboard

* change losinggeneration's KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT for nyquist

* convert KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT for viterbi

* convert KEYMAP to LAYOUT

* convert KEYMAP and its subsidiries to the LAYOUT standard

* convert KEYMAP and its subsidiries to the new LAYOUT standard

* Normacos keymap for let's split keyboard (#2691)

* Cheers let's split keymap

* fixed typo on norman layer of cheers keymap for let's split

* fixed right handed mappings for home row

* cheers keymap for let's split redefinition

* updated Cheers keymap for let's split

* cheers keymap for let's split updated with some terminal macros

* renamed cheers let's split keymap to a more appropriate normacos

* updated normacos keymap doc / removed non functional keys

* reset let's split rules to default values

* added more spotlight search macros

* normalized keymap comments

* Moved numpad on lower layer

* hhkb jp personal keymap (#2698)

* Add JJ40 Cockpit personal keymap (#2713)

* Add JJ40 Cockpit keymap

* Fix lower layer symbols

* Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718)

* add readme to ktype keyboard

* add readme to m10a

* add readme to mini1800

* add readme to parent directory

* Revert "Pull in Upstream (#1)"

This reverts commit eeba0cec17ccb636e4225eed88aeae72b99f5e45.

* Updates to Bocaj Files

- Gave up on Tap Dance for ' -> '
+ Added another 'Secret'
+ Add ' -> ' to the Swap Hands key
+ Add Swap Hands to the ' -> ' key
+ Made Hand Swapping a momentary toggle
- Removed Auto Shift
+ Added Layer Toggle to KC_QUOTE for the _TOOLS layer
- Disabled Tap Dance

* Merge remote-tracking branch 'upstream/master'

* Updates to Bocaj

Added Game Layers, Removed Unused Macros

* Removed 'secrets.h'

* Updates to Bocaj

Remove 'secrets'.
Remove 'sendstring_workman.h' and set related layer back to qwerty due to macro compatibility issues

* Total revisioning of keymap and layout structure

* Missed readme.md file

* Bocaj - Permissive Hold setting enabled
2018-07-25 08:37:04 -07:00
..
1up60rgb More work on Talljoe layout including adding layout support for HHKB and TKL. (#2946) 2018-05-12 09:54:35 -07:00
6ball Refactor update for 6ball (#3017) 2018-05-22 12:12:50 -07:00
9key Refactor and Configurator updates for 9key (#3024) 2018-05-22 15:58:56 -07:00
acr60 Refactor and Configurator update for ACR60 (#3025) 2018-05-22 17:06:58 -07:00
al1 Al1 Configurator compile fix redux (#3357) 2018-07-09 08:28:38 -07:00
alf_x2 Alf X2 Layout Fixes (#2923) 2018-05-08 19:43:48 -07:00
alpha QMK Configurator updates for Alpha 28-key, AMJ40 and AMJ Pad (#2873) 2018-05-02 08:02:35 -07:00
alps64 Refactor for Alps64 (#3029) 2018-05-24 15:26:38 -07:00
alu84 Refactor and Configurator updates for ALU84 (#3043) 2018-05-24 21:11:29 -07:00
amj40 turn on permissive hold for my keymap (#3295) 2018-07-03 16:18:01 -07:00
amj60 Refactor and Configurator updates for AMJ60 (#3055) 2018-05-26 11:22:56 -07:00
amj96 Remove bootloader from info.jsons 2018-04-11 21:32:09 -07:00
amjpad Refactor and Configurator updates for AMJ Pad (#3060) 2018-05-27 19:19:09 -07:00
atom47 Fix Atom47 configurator layout (#3018) 2018-05-22 07:03:10 -07:00
atomic QMK Configurator updates: Atom47, Atomic and Atreus (#2883) 2018-05-03 07:56:12 -07:00
atreus Added my Balance 12 layout for Atreus (#3336) 2018-07-07 17:36:01 -07:00
atreus62 Configurator updates for Atreus/Atreus62 (#3065) 2018-05-28 20:29:14 -07:00
bananasplit More work on Talljoe layout including adding layout support for HHKB and TKL. (#2946) 2018-05-12 09:54:35 -07:00
bantam44 Refactor and Configurator updates for Bantam44 (#3071) 2018-05-29 01:13:53 -07:00
bfake Fix bfake matrix bug (#3180) 2018-06-14 19:28:25 -07:00
bfo9000 Updated keymap 'Andylikescandy' bfo9000 (#3413) 2018-07-15 21:16:53 -07:00
bigseries board(bigseries): dudeofawesome's layout (#3085) 2018-05-30 08:06:33 -07:00
bigswitch Add URL of PCB files to README.md (#3182) 2018-06-14 19:30:11 -07:00
bmini Refactor and Configurator updates for B.mini (#3081) 2018-05-29 15:59:34 -07:00
canoe Canoe Refactor (#3190) 2018-06-15 15:56:41 -07:00
chibios_test Add some generic/sparse readmes to get rid of errors (#3048) 2018-05-25 08:39:39 -07:00
chimera_ergo Refactor, Configurator update, and Readme cleanup for Chimera Ergo (#3083) 2018-07-11 08:29:13 -07:00
chimera_ls Added Chimera LS and Chimera Ergo (#2335) 2018-02-16 12:03:53 -05:00
chimera_ortho DCompact Update 1 (#3202) 2018-06-19 13:01:48 -07:00
chocopad keymap: Update khord let's split keymap and add chocopad keymap (#3482) 2018-07-25 08:30:17 -07:00
christmas_tree Configurator fix for Christmas Tree (#3338) 2018-07-07 18:35:31 -07:00
ckeys Move ckeys workshop to its own directory (#2928) 2018-05-10 00:37:04 -04:00
clueboard Temporary work around for CB60 sound issues (#3325) 2018-07-21 15:00:11 -07:00
cod67 COD67 "Support" (#3332) 2018-07-07 11:47:24 -07:00
comet46 Add Comet46 keyboard (#3342) 2018-07-09 07:46:09 -07:00
contra Maxr1998's contra layout (#3267) 2018-06-30 06:31:26 -07:00
converter Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 README (#2704) 2018-04-19 09:28:55 -07:00
cospad Cospad QMK Configurator support and refactor (#3319) 2018-07-05 10:43:15 -07:00
crawlpad Fixed dead links (#2451) 2018-03-01 07:45:47 -08:00
crkbd Add corne keyboard (#3119) 2018-06-08 15:28:28 -07:00
cu24 Support upcoming caps_unlocked boards in QMK Configurator (#2738) 2018-04-12 13:03:50 -04:00
cu75 CU75: Refactor and Configurator updates (#3123) 2018-06-04 12:15:14 -07:00
daisy [WIP] [Help Needed] Daisy 40%: Refactor and Configurator update (#3124) 2018-06-04 14:50:30 -07:00
dc01 Keyboard: Fix UTF-8 encoding for DC01 Numpad info.json (#3462) 2018-07-21 15:35:57 -07:00
deltasplit75 Fix Mbsurfer deltasplit75 keymap (#3262) 2018-06-29 08:22:23 -07:00
dichotemy Dichotemy: Refactor and Configurator update (#3133) 2018-06-06 09:47:56 -07:00
dilly Dilly: Refactor and Configurator support (#3134) 2018-06-06 11:12:42 -07:00
diverge3 Diverge3: Readme Clean-up, Refactor and Configurator support (#3135) 2018-06-06 09:51:24 -07:00
dk60 DK60: Refactor, Configurator and Readme updates (#3142) 2018-06-07 08:23:50 -07:00
do60 add support for the 60_ansi_split_bs_rshift community layout (#3227) 2018-06-25 07:56:48 -07:00
dz60 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
e6v2 E6V2 LE: Top Right Keys are Reversed (#3420) 2018-07-16 10:50:15 -07:00
eagle_viper Merlin community layouts (#3004) 2018-05-20 09:59:02 -07:00
eco Eco: Refactor, Configurator support and Readme changes (#3143) 2018-06-07 08:26:46 -07:00
ergo42 Keymap: Underglow support for Ergo42 default-ish keymap (#3431) 2018-07-20 09:05:45 -07:00
ergodash Ergodash refactor and Configurator update (#3378) 2018-07-12 10:31:05 -07:00
ergodone Fix hyperlinks in ErgoDone readme.md (#3323) 2018-07-05 18:34:04 -07:00
ergodox_ez Keymap: Bocaj Ergodox Updates (#3364) 2018-07-25 08:37:04 -07:00
ergodox_infinity Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel (#3173) 2018-06-13 07:58:23 -07:00
ergotravel Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel (#3173) 2018-06-13 07:58:23 -07:00
facew FaceW Keyboard Support (#2939) 2018-05-12 08:45:19 -07:00
fc660c FC660C Configurator Support (#2817) 2018-04-26 20:31:05 -07:00
fc980c Added FC980C Config (#2850) 2018-04-30 07:46:23 -07:00
felix felix info.json fix (#3195) 2018-06-16 07:56:09 -07:00
fortitude60 Fortitude60: Refactor and Configurator support (#3161) 2018-06-10 07:13:01 -07:00
four_banger Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 README (#2704) 2018-04-19 09:28:55 -07:00
fourier Updates to Xyverz keymaps (#3315) 2018-07-04 23:08:29 -07:00
fractal Keyboard: Added support for the Fractal keyboard (#3457) 2018-07-21 12:14:32 -07:00
frosty_flake Remove ISO imposter key from TKL keymap (#3014) 2018-05-21 18:17:15 -07:00
gh60 GH60: readme cleanup, Refactor, and Configurator update (#3164) 2018-06-12 14:44:24 -07:00
gh80_3000 GH80-3000: Refactor and Configurator support (#3166) 2018-06-12 14:47:50 -07:00
gherkin Userspace update for user bbaserdem (#3443) 2018-07-18 20:17:55 -07:00
gonnerd GON NerD: Refactor, Configurator support and Readme cleanup (#3167) 2018-06-12 14:49:41 -07:00
h87a Fix h87a info.json (#3371) 2018-07-11 08:25:40 -07:00
hadron Hadron: Readme, Refactor, and Configurator support (#3170) 2018-06-12 17:34:04 -07:00
handwired Keyboard: Add QC60 (#3472) 2018-07-25 08:18:36 -07:00
helix Keymap: Refactor helix keymap based on changes to default keymap (#3469) 2018-07-23 11:44:55 -07:00
hhkb Added E6v2 keymap & some minor changes (#3392) 2018-07-13 08:03:57 -07:00
hs60 Addition of hard brigtness limit for RGB_Matrix (#3299) 2018-07-03 12:52:04 -04:00
infinity60 Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
iris Keymap: Custom (fabian) layout for Iris and Planck (#3460) 2018-07-22 06:58:01 -07:00
jc65 Update JC65 Readme (#3384) 2018-07-12 10:36:47 -07:00
jd40 Renamed jd40's LAYOUT to LAYOUT_kc (#3000) 2018-05-18 21:00:48 -07:00
jd45 QMK Configurator Support for JD45 and JD40 (#2851) 2018-04-30 08:22:02 -07:00
jj40 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
jj50 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
jm60 Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
k_type Add a custom USB driver for ARM (#2750) 2018-04-15 20:42:53 -04:00
katana60 Katana60 refactor and Configurator update (#3242) 2018-06-27 07:52:00 -07:00
kbd8x Fixed kbd8x compile issues (#3409) 2018-07-15 11:21:26 -07:00
kbd66 KBD66 info.json update (#3175) 2018-06-13 17:08:10 -07:00
kbd75 General cleanup KBD75 keymap (#3410) 2018-07-16 08:41:53 -07:00
kc60 Fix to KC60 LAYOUT_60_ansi matrix (#3026) 2018-05-22 20:14:50 -07:00
kc60se Keyboard: Configurator fix: KC60SE info.json, LAYOUT matrix (#3463) 2018-07-22 06:58:32 -07:00
kinesis Updates to Xyverz keymaps (#3315) 2018-07-04 23:08:29 -07:00
kira75 Kira 75 QMK Support (#3003) 2018-05-20 10:25:34 -07:00
kitten_paw Kitten Paw refactor and Configurator update (#3248) 2018-06-28 12:40:40 -07:00
kmac QMK Configurator Support for KMAC (#2852) 2018-04-30 08:22:35 -07:00
kmini Kmini refactor and Configurator support (#3388) 2018-07-12 16:30:53 -07:00
knops Knops Configurator update (#3249) 2018-06-28 06:53:23 -07:00
kona_classic Keyboard: Fix character encoding for kona_classic's info.json (#3473) 2018-07-23 12:02:45 -07:00
laplace Laplace Refactor (#3252) 2018-06-28 06:56:14 -07:00
launchpad Launchpad (#2767) 2018-04-20 08:51:34 -07:00
lets_split keymap: Update khord let's split keymap and add chocopad keymap (#3482) 2018-07-25 08:30:17 -07:00
lets_split_eh Userspace update for user bbaserdem (#3443) 2018-07-18 20:17:55 -07:00
levinson Levinson Configurator support (#3260) 2018-06-28 22:24:23 -07:00
lfkeyboards Keyboard: LFKeyboards LFK65-HS Readme cleanup (#3442) 2018-07-18 20:06:34 -07:00
lightsaver Lightsaver info.json update (#3176) 2018-06-13 17:08:42 -07:00
m10a Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718) 2018-04-08 22:10:14 -04:00
maxipad QMK Configurator support for Maxipad keypad (#3307) 2018-07-04 18:04:22 -07:00
mechmini Updated matrix.c for some PS2AVRGB boards and templates for new_project script (#2992) 2018-05-31 08:32:05 -07:00
meira Meira updates for bluetooth and audio (#2731) 2018-04-19 00:57:24 -04:00
melody96 Configurator does not work with melody96 leds (#3396) 2018-07-14 13:26:10 -07:00
meme rename layouts based on memey monikers courtesy of Krelbit...lulz (#3218) 2018-06-21 23:33:34 -07:00
mf68 QMK Configurator Support MF68 (#2815) 2018-04-26 20:28:22 -07:00
mf68_ble QMK Configurator Support MF68 (#2815) 2018-04-26 20:28:22 -07:00
minidox Minidox refactor and Configurator support (#3373) 2018-07-12 10:21:29 -07:00
mitosis mitosis:datagrok layout and readme improvements (#3400) 2018-07-14 13:31:17 -07:00
miuni32 Miuni32 refactor and Configurator support (#3273) 2018-07-01 11:02:26 -07:00
mt40 MT40 refactor and Configurator support (#3377) 2018-07-12 10:28:23 -07:00
mxss MxSS Configurator bugfix: removed an extra key that didn't belong (#3362) 2018-07-09 18:07:20 -07:00
nano Nano refactor and Configurator update (#3275) 2018-07-01 11:05:10 -07:00
niu_mini Keyboard: NIU Mini refactor and Configurator update (#3433) 2018-07-18 08:02:52 -07:00
novelpad Novelpad refactor and Configurator support (#3276) 2018-07-01 11:06:00 -07:00
noxary Keyboard: Noxary 268 refactor and Configurator update (#3426) 2018-07-17 08:19:40 -07:00
nyquist Nyquist Configurator support and keymap refactor (#3278) 2018-07-01 11:06:57 -07:00
octagon Remove bootloader from info.jsons 2018-04-11 21:32:09 -07:00
ok60 OK60 Refactor and Configurator support (#3279) 2018-07-01 11:07:48 -07:00
omnikey_blackheart Omnikey Blackheart refactor (#3280) 2018-07-01 11:08:29 -07:00
org60 Configurator fix for Org60 (#3231) 2018-06-25 17:09:06 -07:00
orthodox Update to drashna userspace and keymaps (#3172) 2018-07-16 21:04:32 -04:00
paladin64 QMK Configurator Support for Paladin64 PCB (#2926) 2018-05-09 07:51:43 -07:00
pearl Add cijanzen Pearl 40% keymap (#2878) 2018-05-02 10:57:33 -07:00
pegasushoof citadel: new keymap for pegasushoof (#3146) 2018-06-08 13:06:14 -07:00
phantom Phantom refactor and Configurator update (#3285) 2018-07-01 20:18:50 -07:00
planck Keymap: Custom (fabian) layout for Iris and Planck (#3460) 2018-07-22 06:58:01 -07:00
playkbtw Play Keyboard 60 refactor and Configurator update (#3287) 2018-07-03 16:14:08 -07:00
preonic rename MIT to 1x2uC for preonic 2018-07-20 23:09:25 -04:00
prime_r Prime_R refactor and Configurator support (#3289) 2018-07-03 16:15:23 -07:00
ps2avrGB Updated matrix.c for some PS2AVRGB boards and templates for new_project script (#2992) 2018-05-31 08:32:05 -07:00
quefrency Quefrency Configurator fix (#3418) 2018-07-16 08:42:38 -07:00
rama Added M10-B implementation 2018-07-15 12:50:36 -04:00
redox Fix redox with DIODE_DIRECTION == ROW2COL (#3394) 2018-07-14 13:24:53 -07:00
roadkit Roadkit refactor and Configurator support (#3303) 2018-07-04 17:59:35 -07:00
s60_x S60-X refactor and Configurator support (#3304) 2018-07-04 18:00:53 -07:00
s65_plus Keyboard: adding Sentraq S65-Plus (#3406) 2018-07-20 09:01:35 -07:00
s65_x convert to unix line-endings [skip ci] 2018-07-11 15:24:41 +00:00
satan Keymap: Change Satan layout lepa (rev 2) (#3427) 2018-07-17 08:16:01 -07:00
scrabblepad ScrabblePad Updates (#3200) 2018-06-17 16:51:11 -07:00
singa Fixsingakeymaps (#3156) 2018-06-09 17:32:51 -07:00
sixkeyboard SixKeyBoard refactor (#3193) 2018-06-16 08:02:11 -07:00
speedo Speedo refactor and Configurator support (#3309) 2018-07-04 18:06:04 -07:00
staryu ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
subatomic remove all makefiles from keyboard directories 2017-09-27 08:21:09 -10:00
sweet16 Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 README (#2704) 2018-04-19 09:28:55 -07:00
sx60 remove trailing comma to fix parsing issue (#3130) 2018-06-06 09:46:06 -07:00
tada68 Keyboard: Add tada68 flashing instructions for Mac (#3424) 2018-07-17 08:18:11 -07:00
tanuki Tanuki Configurator support (#3310) 2018-07-04 18:06:32 -07:00
tetris Tetris Configurator support and Rules update (#3317) 2018-07-07 11:42:59 -07:00
the_ruler The Ruler QMK Configurator Support (#3308) 2018-07-04 18:04:59 -07:00
tiger_lily Tiger Lily Controller refactor and Configurator support (#3313) 2018-07-04 21:44:02 -07:00
tkc1800 Keymap: Add smt keymap for TKC1800 (#3481) 2018-07-25 08:28:06 -07:00
tomato Tomato refactor and Configurator support (#3314) 2018-07-04 21:44:50 -07:00
tv44 Some updates to my minivan keymap (#3294) 2018-07-03 16:17:39 -07:00
uk78 UK78 Refactor: rename LAYOUT to LAYOUT_all (#3405) 2018-07-14 15:18:54 -07:00
unloved_bastard Unloved Bastard refactor and Configurator support (#3318) 2018-07-05 08:22:39 -07:00
ut47 keymap: UT47:nordic - fixed typo (#3477) 2018-07-25 08:25:45 -07:00
v60_type_r Merlin community layouts (#3004) 2018-05-20 09:59:02 -07:00
vision_division backlight breathing overhaul (#2187) 2018-01-01 17:47:51 -05:00
vitamins_included Fix nyquist (and other splits using D2 in debouncing) (#3067) 2018-05-28 15:02:41 -07:00
viterbi Update to drashna userspace and keymaps (#3172) 2018-07-16 21:04:32 -04:00
whitefox Fix a few minor formatting annoyances in WhiteFox (#3331) 2018-07-07 11:45:49 -07:00
xd60 Add standard layout to XD60 (#2925) 2018-05-09 07:52:35 -07:00
xd75 Keymap: Add software development oriented bepo layout to xd75 (#3451) 2018-07-23 11:43:13 -07:00
xmmx Adding XMMX (#2236) 2018-01-07 11:23:45 -05:00
ymd75 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
ymd96 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
ymdk_np21 ps2avrgb: fix incorrect avr ports specified (for numlock and capslock LEDs) (#3453) 2018-07-23 12:11:56 -07:00
zen Added jwlawrence keymap for zen keyboard (#3137) 2018-06-06 09:54:26 -07:00
zlant Adds Zlant keyboard support (#3028) 2018-05-22 20:53:11 -07:00
readme.md Fixed dead links (#2451) 2018-03-01 07:45:47 -08:00

readme.md

Included Keyboards

QMK runs on a diverse range of keyboards. Some of these keyboards are officially supported and see constant community contributions, while others are part of the repository for historical reasons.

Official QMK Keyboards

These keyboards are manufactured by the maintainers of QMK.

Ortholinear Keyboards - Jack Humbert

What makes OLKB keyboards shine is a combo of lean aesthetics, compact size, and killer tactile feel. These are available through olkb.com as well as through Massdrop from time to time, as easy to assemble kits.

  • Planck — A 40% DIY powerhouse of customizability and modification capability. It's a lean, mean, typing machine.
  • Preonic — Like the Planck, but bigger. 50%.
  • Atomic — Imagine the size of the Planck. Now imagine the size of the Preonic. Now imagine bigger. That is the Atomic. A 60% keyboard.

ErgoDox EZ - Erez Zukerman

Made in Taiwan using advanced robotic manufacturing, the ErgoDox EZ is a fully-assembled, premium ergonomic keyboard. Its split design allows you to place both halves shoulder width, and its custom-made wrist rests and tilt/tent kit make for incredibly comfortable typing. Available on ergodox-ez.com.

  • ErgoDox EZ — Our one and only product. Yes, it's that awesome. Comes with either printed or blank keycaps, and 7 different keyswitch types.

Clueboard - Zach White

Designed and built in Felton, CA, Clueboards keyboard emphasize quality and locally sourced components, available on clueboard.co

  • Clueboard — The 66% custom keyboard.
  • Cluecard — A small board to help you hack on QMK.
  • Cluepad — A mechanical numpad with QMK superpowers.

Community-supported QMK Keyboards

These keyboards are part of the QMK repository, but their manufacturers are not official maintainers of the repository.

  • 9key — A 9-key minipad sold by Bishop Keyboards.
  • Alps64 — A 60% keyboard for Alps keyswitches.
  • AMJ60 — DIY/Assembled compact 60% keyboard.
  • Arrow Pad — A custom creation by IBNobody.
  • Atreus — Made by Technomancy.
  • Bantam44 — It is a 44-key 40% staggered keyboard.
  • Ergodox Infinity - Ergonomic Split Keyboard by Input Club.
  • GH60 — A 60% Geekhack community-driven project.
  • GON NerD — Korean custom 60% PCB
  • Happy Hacking Keyboard — The Happy Hacking keyboard can be hacked with a custom controller to run QMK.
  • Infinity 60% - — Compact community keyboard by Input Club.
  • JD45 — Another Geekhack community project, designed by jdcarpe.
  • JJ40 — ps2avrGB based ortholinear sold by KPrepublic
  • KBD75 — A 75% keyboard made by made by KBDFans.
  • KC60 — A programmable Chinese-made keyboard, lost in the mists of time.
  • Kinesis Advantage — Contoured ergonomic keyboard by Kinesis Computer Ergonomics.
  • KMAC — Korean custom keyboard.
  • The Kitten Paw — A replacement controller (2016 revision) for the Filco Majestouch by Bathroom Epiphanies.
  • Lets Split - Split ortholinear 40% keyboard.
  • Phantom — A tenkeyless kit by Teel, also from Geekhack.
  • Retro Refit — Another creation by IBNobody.
  • S60-x — DIY compact keyboard designed by VinnyCordeiro for Sentraq.
  • Satan — A GH60 variant.
  • SixKeyBoard — A 6-key keyboard made by TechKeys.
  • TheVan 44 — A 44-key staggered keybard by Evangs.
  • WhiteFox — A 65% keyboard designed as a partnership by matt3o, Massdrop and Input Club
  • Vision Division — Full Size / Split Linear Keyboard by IBNobody.
  • XD75 — 15x5 ortholinear keyboard by XIUDI.
  • YMDK NP21 — ps2avrGB based number pad (numpad) sold by YMDK on Aliexpress.