Art Ortenburger
43579a80a7
add support for Orthodox keyboard ( #1436 )
...
* Added orthodox
* Modified readme
* Modified readme
* Modified readme
* Updated makefile
* Fixed keymap issues
* Modified serial communications to allow for over 8 columns
* Fixed sizeof command
* Fixed some typing issues
* Testing issue #1191 (n-column split i2c slave)
Based on initial OrthoDox (serial) config by @reddragond and others,
this attempts to add TWI (I2C) support.
Relevant: <https://github.com/qmk/qmk_firmware/issues/1191 >
- per @ahtn recommendation, using memcpy for moving slave matrix
into slave sending buffer
- slave buffer has been enlarged using sizeof(matrix_row_t)
- note: i2c.h now includes matrix.h
- note: matrix.c includes <string.h>
* Added i2c keymap - right col still not working
* orthodox: re-added i2c keymap, based on serial
* orthodox / issue #1191 : trying 9-bit serial
- orthodox serial protocol now sends 9 bits per row, instead of 16.
Technically it's using MATRIX_COLS, so it might work generically.
- ROW_MASK is #defined in serial.c to truncate the checksums to prevent
overflows causing false errors. This macro should be renamed if it's
kept.
* Revert "Fixed sizeof command"
This reverts commit f62a5b9939d6a9c0e442ec403de00c14431a55f9.
Changes had been made to the lets_split serial driver for testing which
mirrored the multi-byte-row changes made to support the orthodox. As the
lets_split does not require these changes, and new improvements had
been added to the orthodox port only, this commit reverts them.
Because the new code could potentially reduce latency over the serial
transport, it may be desirable to re-add in the future, by backporting
the current working orthodox code.
* orthodox: default serial keymap improvements
- formatting has been improved
- a few keys have been shifted, mainly in Raise and Lower layers,
to be more like the default Planck layout
- Now available: F12, Home, End, PgUp, PgDn, Media-Next, Media-Play
Still To Do:
- duplicate for TWI
- Alt modifier
- GUI modifier
* orthodox: failed attempt at 16b/row TWI
- duplicated updated serial keymap for "i2c"
- removed string.h/memcpy, instead
- hardcoded copying of six bytes per update
- still doesn't work; master reports interconnect errors on txled
* orthodox: adjusted default keymap
- this is applied to both 'serial' and 'i2c' keymaps
- Alt and GUI have been added, as they were missing
- comma and period persist across more layers; Home/PgUp and End/PgDn
have been moved slightly to accommodate
* orthodox: revert TWI support to minimum to debug
- disabled ssd1306 and hardware locking in build configuration
- increased TWI buffer from 0x10 to 0x20 bytes
- decreased TWI clock from 400000 to 100000
- removed hardcoded TWI multi-byte sending/receiving
An 'i2c' build of this was found to work on a rev1 Orthodox, although
slave-side col9 was understandably not working. When testing-time
permits, features will be gradually re-enabled towards getting the full
matrix supported over TWI.
* orthodox: TWI (i2c) is working, kludge for col9
The TWI interconnect ("i2c" in directories and build config) is now
working for the Orthodox, including the slave half's column #9 .
This is intended as an interim solution, as it's a kludge, not a fix.
Rather than a working multi-byte implementation, the two col9 keys'
bits are packed-into and unpacked-from the two unused bits in row1.
Furthermore, the TWI clock constant has been reduced to 100000 from
400000, as testing revealed the higher value just didn't work.
Testing also found that (with this kludge) increasing the TWI buffer
was not necessary.
This commit leaves many commented-out lines in matrix.c from previous
testing, which will be removed in a future commit once the
interconnects' multi-byte problems have been debugged more thoroughly.
* orthodox: updated readme.md
The readme for the Orthodox now includes a description of the keyboard,
allusions to its author and availability, a linked photo, and links to
the evolving build guide and the current keymap on KLE.
This update has been prepared with /u/Deductivemonkee's assistance.
7 years ago
Jack Humbert
1a4a66fd01
updates olkb readmes #1362
7 years ago
rai-suta
3a2ae6a213
Add a keymap for testing JIS_KEYCODE.
7 years ago
Jack Humbert
169ede0715
Merge pull request #1427 from blakedietz/master
...
Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz
7 years ago
Jack Humbert
de833659ae
Merge pull request #1429 from fredizzimo/fixes_for_emulator
...
Minor fixes to support the emulator
7 years ago
Blake Dietz
daf16535f1
Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz
7 years ago
skullY
62c77e7dbf
Remove the DIODE_DIRECTION defines from lets_split so we can close #1067
7 years ago
Dario Giovannetti
30ab4dd14f
Fix typo
7 years ago
Jack Humbert
dfa6417ae3
Merge pull request #1422 from nstickney/master
...
update ErgoDox "Familiar" layout
7 years ago
Jack Humbert
1524c2cb16
Merge pull request #1418 from npoirey/master
...
Frenchdev v1
7 years ago
npoirey
8ad12b1eb7
Updated frenchdev readme
7 years ago
Fred Sundvik
f912c74fe7
Change inline to static inline
7 years ago
Fred Sundvik
574ca7f59c
Delete emulator drivers
7 years ago
Stick
e43e58aad1
updated README.md
7 years ago
Stick
f4e4d6f8d0
Merge remote-tracking branch 'upstream/master'
7 years ago
Stick
37987837b1
added media keys; many bug fixes
7 years ago
npoirey
a3f151b8e9
Refactoring frenchdev
7 years ago
npoirey
de80e2c756
Moved frenchdev to handwired
7 years ago
Jack Humbert
a1ce43781a
Merge pull request #1421 from 333fred/update-layout
...
Update my layout
7 years ago
Fredric Silberberg
6794495336
Doc updates
7 years ago
Fredric Silberberg
2b26abf9a9
Copy/paste additions.
7 years ago
Fredric Silberberg
946f4854c5
Added backlight control keys
7 years ago
Fredric Silberberg
a2fbd671ad
Added a few more VS macros and another ctrl
7 years ago
Fredric Silberberg
7389beb18c
Small keymap layout updates
7 years ago
Mathias Andersson
dd9b00543b
Update Phantom readme
...
Added basic description of the keyboard and some build and configuration
instructions.
Also moved the RGB underlight modification instructions to the readme.
7 years ago
Mathias Andersson
7ca335cf5b
Adjust Phantom for standard PCB
...
The previous default configuration and keymap was made for a Phantom
modified with RGB underlight.
This commit makes the default more in line with the "official"
configurations provided by the PCB.
The previous default have been moved to a separate keymap named
`rgbmod`. It has also been updated to better match the template keymap.
7 years ago
Mathias Andersson
3522496f24
Update Phantom config to better match template
7 years ago
Mathias Andersson
67b8bf8f70
Move Phantom LED handling to phantom.c
...
This is more in line with the structure provided by the keyboard
template.
7 years ago
Stick
98373f2fc1
added tapdance locking
7 years ago
npoirey
a012c24225
Removed image from git and added references to imgur album for Frenchdev keyboard.
7 years ago
Stick
fa96d64f37
Merge remote-tracking branch 'upstream/master'
7 years ago
Jack Humbert
c21c2cc92b
Merge pull request #1416 from geofflane/feature/s65_x_std_grv_esc
...
Use the new Quantum KC_GESC instead of custom code
7 years ago
Erez Zukerman
fe9556104b
Merge pull request #1331 from ariasuni/master
...
Fix undefined reference errors with avr-gcc 7.1
7 years ago
npoirey
0fb835c54c
Fix warning in frenchdev
7 years ago
npoirey
23b0fc20e3
Frenchdev v1
7 years ago
Geoff Lane
8705ac408d
Use the new Quantum KC_GESC instead of custom code
7 years ago
Jack Humbert
9019d65b3c
Merge pull request #1414 from dvdizon/kbd75
...
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
8 years ago
Jack Humbert
2c171b3e5f
Merge pull request #1413 from lasko/master
...
This is a complete redo of my keymap. It includes several
8 years ago
David Dizon
e71b3c6572
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
8 years ago
Jon Nall
f169c715eb
Added custom keymap and enabled Space Cadet
8 years ago
Brandon Height
2ffcf47793
This is a complete redo of my keymap. It includes several
...
layers including qwerty, colemak, navigation, and gui layers.
I also was playing around with dancing tap keys.
8 years ago
Jon Nall
7ce056cad7
Fixed offset for knight rgb mode
8 years ago
Kaleb Elwert
f71c990215
tv44: Add core layout based on the Core 47
8 years ago
Jack Humbert
517f75d893
Merge pull request #1349 from jpetermans/infinity60
...
Infinity60 backlight support
8 years ago
Jack Humbert
dd73e14c9b
Merge pull request #1407 from take-a-CHANCE/master
...
Adding a planck keymap
8 years ago
Jack Humbert
66e2d6a063
Merge pull request #1406 from jprMesh/atreus52
...
Atreus52
8 years ago
Jack Humbert
f2e1609801
remove hardware files, move arrow pad
8 years ago
Jack Humbert
5682254f71
Merge pull request #1408 from fredizzimo/fix_build_improve_travis
...
Fix the two failing keymaps and improve the travis build script
8 years ago
Jack Humbert
51a86b85f3
Merge pull request #1361 from fredizzimo/ergodox_infinity_backlight
...
Add Ergodox Infinity backlight support
8 years ago
Fred Sundvik
2fd670bec0
Add missing include to Ergodox Belak keymap
8 years ago
Fred Sundvik
6ba22b5f5e
Don't define RGBLED_NUM in let-split khord keymap
...
It's already defined correctly by the parent keyboard project, and was
causing problems for rev1, where the pin is different.
8 years ago
root
1a8042ae91
Added personal keymap with underglow, right shift, numpad, and bright hidden behind raise/lower
8 years ago
Jonas Rogers
a284245f77
Atreus52- moved parens and braces to left hand.
8 years ago
Jonas Rogers
85d688e92c
Atreus52- made dvorak layer default.
8 years ago
Jonas Rogers
4c2f04986a
Atreus52- added software reset key.
8 years ago
Jonas
3007d01718
Atreus52- Modified BDO map.
8 years ago
Jonas
3b9fabb9aa
Atreus52- BDO keymap.
8 years ago
jprmesh
a8992a2cfe
Atreus52- Added Nav layer keymap.
8 years ago
Jonas
7837d96b6e
Atreus52- Reworked keymap to be more 40% like.
8 years ago
jprmesh
56026dd4df
Atreus52- Swapped thumb keys.
8 years ago
jprmesh
1552fd6ae1
Atreus52- Last changes to config to get it workin.
8 years ago
jprmesh
133908da74
Atreus52- Some keymap changes.
8 years ago
jprMesh
3c2c489768
Atreus52- Fixed spacing and changed to KC_KEYMAP macro.
8 years ago
jprmesh
b236e51b69
Atreus52- finished initial keymap layout.
8 years ago
jprmesh
17e81baab3
Atreus52- Fixed config.
8 years ago
jprmesh
f9eb11a674
Atreus52- Fixed Qwerty Dvorak switch
8 years ago
jprmesh
bb99d7117c
Atreus52- Changed to KEYMAP macro format.
8 years ago
jprMesh
a5ba30338f
Atreus52- Initial Atreus52 file creation.
8 years ago
Jack Humbert
7feadbd66d
Merge pull request #1401 from geofflane/s65_x_fixes3
...
S65-X Fixes Part 3
8 years ago
Jack Humbert
206233d98c
Merge pull request #1402 from belak/tv44-belak-tap-magic
...
tv44: Rearrange belak keymap and add some tap dance magic
8 years ago
Mathias Andersson
df26ede131
Unify KMAC code indentation
...
It's a little unclear what the style guidelines are for the QMK project.
But I figured that I should at least keep the indentation consistent
within the KMAC part.
8 years ago
Mathias Andersson
67e150a08a
Enable backlight support by default for KMAC
8 years ago
Mathias Andersson
ba945c5e77
Correct layer switching in KMAC keymap readmes
8 years ago
Mathias Andersson
be002137f9
Fix some KMAC code formating
8 years ago
Mathias Andersson
a621c7f88b
Don't include the console by default on the KMAC
8 years ago
Kaleb Elwert
722adce095
tv44: Rearrange belak keymap and add some tap dance magic
8 years ago
Jack Humbert
ff2b01da49
Merge pull request #1400 from belak/belak-ergodox-theme
...
ergodox: initial addition of belak theme
8 years ago
Kaleb Elwert
e9a4a5e961
tv44: add belak keymap
8 years ago
Kaleb Elwert
ef4abfeb31
ergodox: initial addition of belak theme
...
Imported from external repo https://github.com/belak/ergodox-layout at commit
233008ad8c46a85cb118fca0be093c3e751075b0
8 years ago
Geoff Lane
b4802d7567
Fix home and end to be on <>
8 years ago
Geoff Lane
d2a11b523b
LED control on the BL layer
8 years ago
Fred Sundvik
086aad0d7e
Make sure backlight is in the range 0-100
8 years ago
Fred Sundvik
19f0285a76
Fix typo in BACKLIGHT_ENABLE
8 years ago
Kaleb Elwert
29108d1477
tv44: update tong92 keymap to use KEYMAP macro
8 years ago
Kaleb Elwert
4cefb45a2d
tv44: update xyverz keymap to use KEYMAP macro
8 years ago
Kaleb Elwert
f894103997
tv44: update default keymap to use KEYMAP macro
8 years ago
Kaleb Elwert
b56a9a9899
tv44: update jeebak keymap to use new macros and remove custom ones
8 years ago
Kaleb Elwert
e32e7dc0f5
tv44: update smt keymap to use new macros and remove custom ones
8 years ago
Kaleb Elwert
44ce179192
tv44: Fix up the KEYMAP macro
...
Previously KEYMAP referred to the KEYMAP_ARROW layout and had 45 keys. It makes
more sense for the default keymap to be the 44 key layout, as is implied by the
name.
Additionally keymaps for all other known layouts have been added:
KEYMAP - base layout
KEYMAP_ARROW - additional key in bottom right
KEYMAP_COMMAND - additional key in bottom left
KEYMAP_ARROW_COMMAND - combination of KEYMAP_ARROW and KEYMAP_COMMAND
8 years ago
Geoff Lane
e553bb3af4
LED init works with just pin declared
8 years ago
Geoff Lane
b107d64d69
Use standard QMK key codes for RGB control
8 years ago
Geoff Lane
c81be932d2
Fix left shift in ansi layout
8 years ago
Geoff Lane
899584187f
Fix esc key
8 years ago
Jack Humbert
6a75a7d672
Merge pull request #1394 from Khord/master
...
Adding custom keymap for Let's Split and updates to custom Planck keymap
8 years ago
Daniel Shields
cc158d90ae
Minor updates to planck/keymaps/dshields
...
* tweaks to tap dance keys
* tidy up code
* save a few bytes
8 years ago
Dylan Khor
5c11ba74d8
tap dance and hold changes to make planck match lets split
8 years ago
Dylan Khor
a44ba492ea
minor fixes
8 years ago
Dylan Khor
22f985eba7
Add custom let's split keymap
8 years ago
Martin Gondermann
49cfdb544d
Added HyperTab and Ctrl/Fn as well as Space cadet parens ( #1390 )
...
* Added HyperTab and Ctrl/Escape as well as Space cadet parens to magicmonty keymap
* Replaced CTL_ESC With FN_ESC
8 years ago
Ethan Madden
a7942c4f48
Added whitefox keymap
8 years ago
Jack Humbert
3d5d3e1b0c
Merge pull request #1387 from antelaurijssen/master
...
Submitting my own custom layout for S60X keyboard
8 years ago
Ante Laurijssen
f37daa5343
Properly formatted unordered lists in readme.md
8 years ago
Ante Laurijssen
3ee346c07b
Mods to readme.md
8 years ago
Ante Laurijssen
78a4cfd453
Modifications to readme.md and deletion of keyboard layout images
8 years ago
Jack Humbert
6b5d67fcc6
Merge pull request #1389 from geofflane/keyboard_s65_x_2
...
Keyboard S65-X Support #2
8 years ago
Geoff Lane
0440c0f072
Add ISO layout for S65-X
8 years ago
Geoff Lane
568c662c14
Fix media controls in default layout
8 years ago
Geoff Lane
96b0382fb4
Fix backslash and some of the docs
8 years ago
Martin Gondermann
a5b5279da9
Add MIDI layer to magicmonty keymap ( #1386 )
...
* Add MIDI layer
* Respect brightness level on layer signalling
* Add hotkey in control layer for signalling state
* Update layout.png
* Remove image and replace it with imgur link
8 years ago
Jack Humbert
23c448b21d
remove .hex, .PNG, .jpg
8 years ago
Jack Humbert
a7ce482d14
remove the rest of the .pngs
8 years ago
Ante Laurijssen
54d48140cd
-MIDI Chords now using process_record_user instead of F(n) keys
...
-Morse Code shift keys implemented
8 years ago
Jack Humbert
c02f9a6ee4
remove most .pngs
8 years ago
Geoff Lane
b1e01e9d1f
Support Sentraq S65-X
...
Add initial support for ANSI layout of S65-X.
Includes support for controlling RGB underlighting.
8 years ago
Jack Humbert
ca01d94005
convert docs to lowercase and underscores
8 years ago
Jack Humbert
d81135410c
Merge pull request #1382 from binaryplease/handwired_binaryplease
...
Handwired binaryplease
8 years ago
binaryplease
1502c9c935
put colemak and qwert switching on the top right
8 years ago
binaryplease
0c1dc91d74
removed swapping keys in adjust layer
8 years ago
binaryplease
e3f657dfeb
commented out unused layers
8 years ago
Jack Humbert
d2aec1625d
removes some images
8 years ago
Jack Humbert
728f2f8d00
Merge pull request #1378 from nicinabox/fix-ls-avrdude
...
Let's Split avrdude portability fix
8 years ago
Jack Humbert
fc39a288ed
remove mechmini keymap from ps2avrGB
8 years ago
Jack Humbert
8c4a59611a
due diligence, etc
8 years ago
Nic Aitch
3b38e6954a
Use single brackets for portability with other shells
8 years ago
Jack Humbert
9ac2ed280c
move mechmini to own folder
8 years ago
skullY
2a667eba2a
Cleanup the Clueboard readme files.
8 years ago
Martin Gondermann
e4eb4eaa16
Fix layer LED signalling in magicmonty keymap ( #1373 )
...
* Fix layer LED signalling in magicmonty keymap
* Include the breathing modes in layer signalling
* Reverts mode to 1 as the other modes flicker
* Add Cursor keys on VIM positions and PAUSE to function layer
8 years ago
Mathias Andersson
1b02b2006e
Add support for KMAC
8 years ago
Stick
4b50ab029d
Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"
...
This reverts commit f397402e10
.
8 years ago
Stick
5a70cb30ee
trying to fix LEDs
8 years ago
Stick
3af2bca1fc
Merge remote-tracking branch 'upstream/master'
8 years ago
Ante Laurijssen
7146dfea6e
Created special shift keys for Morse layer that change variable value, enabling to send “shifted” special morse code characters.
8 years ago
Ante Laurijssen
8f80f35186
Working on Morse Code Macros
8 years ago
chilifries
c9e0068cf2
Added support for Mechmini v1
8 years ago
Jack Humbert
84012d8243
Merge pull request #1359 from agbell/PR
...
Permissive Hold, and two keymaps
8 years ago
Stick
035f7bb1bf
Merge remote-tracking branch 'upstream/master'
8 years ago
Martin Gondermann
8cc0035ea0
Add new keyboard layout for the ClueBoard ( #1371 )
8 years ago
Jack Humbert
5d83d320cb
Merge pull request #1366 from abperiasamy/refine-layout
...
Replace enter with quote and few reorgs
8 years ago
Daniel Shields
ad7a5bdc4f
Additional tap dance keys/functions for planck/keymap/dshields
8 years ago
Ante Laurijssen
1b8ed53f21
Added a couple of custom keys and updated layer image
8 years ago
Fred Sundvik
b51a0db6ed
Add backlight support to the default Ergodox Infinity animations
8 years ago
Fred Sundvik
2a7f9a7e46
Add backlight control to the IS31FL3731 driver
8 years ago
Adam Bell
4ab61344f5
Adding permissive_hold
8 years ago
Adam Bell
587b0de6e5
adding lets split keymap
8 years ago
Adam Bell
82de4d039d
Ergodox Adam keymap
8 years ago
Fred Sundvik
0f9bfafb9e
Turn off LED matrix by default
8 years ago
Fred Sundvik
a916f4e8b8
Let BACKLIGHT_ENABLE control the Infinity LEDs
8 years ago
Ante Laurijssen
9cfa37bb3d
Improvements and corrections to morse code macros layer
8 years ago
Stick
f397402e10
ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off
8 years ago
Stick
4cf17210b6
moved alt out from under space
8 years ago
Stick
4ba9917f82
Merge remote-tracking branch 'upstream/master'
8 years ago
Daniel Shields
7cbd16c902
Initial commit for gherkin keyboard support. Compiles but untested.
8 years ago
Jack Humbert
9069edd934
Merge pull request #1347 from nooges/nyquist
...
Add Nyquist keyboard support
8 years ago
Jack Humbert
ec3e684123
Merge pull request #1350 from originerd/add-originerd-planck-keymap
...
Add originerd planck keymap
8 years ago
Jack Humbert
05e6dd6527
Merge pull request #1351 from Alfrheim/fixing_dvorak_layout
...
replacing one R for a T
8 years ago
Jack Humbert
cf77c42c72
Merge pull request #1353 from 333fred/333fred-layout
...
ergodox/333fred layout
8 years ago
Danny Nguyen
aae727d9ec
Update keymap layout comments
8 years ago
Daniel Shields
db0ac3bcb3
Tweak reported power consumption to work with iOS
8 years ago
Danny Nguyen
db82b17d6e
Remove OLED code and set I2C rate back to 100kHz
8 years ago
Fredric Silberberg
dded79a412
Update licensing on visualizer.c
8 years ago
Fredric Silberberg
cfaf34daec
Updated readme
8 years ago
Fredric Silberberg
aa1b1c5756
Added several new macros
8 years ago
Fredric Silberberg
f35c82ccb2
Fixed numpad 0 layout
8 years ago
Alfrheim
974a77a07c
replacing one R for a T
8 years ago
Jitae Kim
c33c2bbade
Add originerd planck keymap
8 years ago
Fredric Silberberg
4eba71841e
Use code blocks for keyboard layouts
8 years ago
Fredric Silberberg
95ae256482
Completed iteration 1 of my layout
8 years ago
jpetermans
9af272e4bb
Update lock led processing and remove debug msgs
8 years ago
Jack Humbert
57cfb5f1ae
Merge pull request #1348 from Dbroqua/master
...
Added DK60 keyboard
8 years ago
Ante Laurijssen
fbaf964a85
Improvements to Midi and keymap
8 years ago
Fredric Silberberg
949540d601
Added initial keymap files
8 years ago
dbroqua
c5d3faace5
Merge remote-tracking branch 'origin/feature/DK60'
8 years ago
dbroqua
a381eb01f5
- Updated copyright
8 years ago
Danny Nguyen
7a433a7f3d
Update copyright info
8 years ago
Danny Nguyen
fbec02c148
Remove Let’s Split plate files
8 years ago
Damien Broqua
061bb4a0b8
Merge remote-tracking branch 'origin/feature/DK60'
8 years ago
Damien Broqua
05f5243426
- Updated readme
8 years ago
Damien Broqua
55d6750254
Merge remote-tracking branch 'origin/feature/DK60'
8 years ago
Damien Broqua
e280f7aad7
- Added Capslock/Esc led
8 years ago
Nick Choi
3c4022c41b
hmm?
8 years ago
Nick Choi
2c9f846608
Merge pull request #2 from qmk/master
...
pull in new qmk changes
8 years ago
Danny Nguyen
be204f9cdd
Update readme
8 years ago
Damien Broqua
f06f883589
- Some changes on DK60
8 years ago
Ante Laurijssen
06684555d2
Another typo...
8 years ago
Ante Laurijssen
cd4ccee703
Corrected typo in readme.md
8 years ago
Ante Laurijssen
1ef911d150
Added a few images
8 years ago
Ante Laurijssen
4c48c29c0e
Added MIDI_CHORD layer and other little fixes.
...
Updated readme.md
8 years ago
Nick Choi
5393bc6f4e
switched to uint8 and 16
8 years ago
Danny Nguyen
4a8da0cb45
Modify pinout and layouts for Nyquist
8 years ago
Danny Nguyen
aeade1b197
Fork Let’s Split files
8 years ago
Priyadi Iman Nurcahyo
7eebdd4760
Jokrik's Clueboard layout ( #1340 )
8 years ago
binaryplease
3ea5726739
redefined options in config.h
8 years ago
Erez Zukerman
41fa638aa8
Adds prevent stuck modifiers to EZ default
8 years ago
binaryplease
a83662329d
overwriting optins in makefile and configuration
8 years ago
binaryplease
64e4c47ae4
disabled backlight and audio
8 years ago
binaryplease
58af88eb51
copied default planck keymap to handwired_binaryplease;
8 years ago
Ante Laurijssen
a584675735
Midi Chord Function is now working! But some chords lag...
8 years ago
Jack Humbert
d24da945d1
Merge pull request #1319 from Johannes-Larsson/master
...
Add planck/johannes layout
8 years ago
ariasuni
e87691fa5d
Fix undefined reference errors with avr-gcc 7.1
8 years ago
Nick Choi
66e9cf9718
clarified tap
8 years ago