mtei
15b0021b40
remove temporary compile test shell script
8 years ago
mtei
dfdeca580f
remove temporary file quantum/split_common/split-keyboards-list.txt
8 years ago
mtei
02e9405ae6
remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_backward_compatibility.h
8 years ago
mtei
28fc69ab06
add '#define SOFT_SERIAL_PIN D0' to keyboards/rorschach/rev1/config.h
8 years ago
mtei
ab0373bfc6
add '#define SOFT_SERIAL_PIN D0' to keyboards/redox/rev1/config.h
8 years ago
mtei
0f30eeab0c
add '#define SOFT_SERIAL_PIN D0' to keyboards/qwertyydox/config.h,keyboards/qwertyydox/rev1/config.h
8 years ago
mtei
4d79a942c4
add '#define SOFT_SERIAL_PIN D0' to keyboards/quefrency/rev1/config.h
8 years ago
mtei
b26a4b4b30
add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h
8 years ago
mtei
f97e68e506
add '#define SOFT_SERIAL_PIN D0' to keyboards/miniaxe/config.h
8 years ago
mtei
6e93aee9e1
add '#define SOFT_SERIAL_PIN D0' to keyboards/levinson/rev*/config.h
8 years ago
mtei
78d3368b7f
add '//#define SOFT_SERIAL_PIN D0' to keyboards/lets_split_eh/config.h
8 years ago
mtei
9d6e92ca05
add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h
8 years ago
mtei
2a53ff62bc
add '//#define SOFT_SERIAL_PIN D0' to keyboards/handwired/xealous/config.h
8 years ago
mtei
58a0c9f45a
add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/qc60/config.h
8 years ago
mtei
f644ed698c
add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h
8 years ago
mtei
33ed22b38d
add '#define SOFT_SERIAL_PIN D0' to keyboards/foobar/config.h
8 years ago
mtei
6d46519b0e
add '#define SOFT_SERIAL_PIN D0' to keyboards/ergotravel/rev1/config.h
8 years ago
mtei
9c9cc5ec9e
add '#define SOFT_SERIAL_PIN D0' to keyboards/divergetm2/config.h
8 years ago
mtei
8da7fce2c6
add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h
8 years ago
mtei
3cb3cd56bf
add temporary file quantum/split_common/split-keyboards-list.txt
8 years ago
mtei
e5eeb93cc8
quantum/split_common/serial.c change to helix-serial.c style serial configuration
8 years ago
mtei
a7af2ad718
add quantum/split_common/serial_backward_compatibility.h
...
SERIAL_PIN_PORT and other PIN define move to serial_backward_compatibility.h
SERIAL_BACKLIT_START move to split_util.h
8 years ago
mtei
ad7aa7ee1b
add 'CONFIG_H += serial_backward_compatibility.h' into common_features.mk:SPLIT_KEYBOARD block
8 years ago
mtei
fa97715298
add temporary compile test shell script
8 years ago
Konstantin Đorđević
3dec80b774
Improve wording, punctuation and capitalization in newbs_getting_started guide ( #4342 )
...
* Improve wording, punctuation and capitalization in newbs_getting_started guide
Also add some links
* Update example build command output
Co-Authored-By: vomindoraan <vomindoraan@gmail.com>
* Replace occurrences of "layout" with "keymap"
Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
* Explicitly instruct users to open an MSYS2 MinGW 64-bit terminal
* MSYS2 Console → MSYS2 MinGW
* Replace thin spaces with regular spaces
8 years ago
MechMerlin
a5d22424f4
Commit my DZ60 keymap ( #4375 )
...
* default mechmerlin keymap initial commit
* fix up the keymap
* cleanup keymap
* add rgb sleep functionality
* add the beginning of a readme
* fix that compile error
* fixup formatting
* spruce up that readme
* add RGB lighting controls to _CL layer
* update readme
* set rgb underglow color
* update readme
* fix formatting
8 years ago
Danilo Vulicevic
29dd664589
Add whitefox/billypython keymap ( #4374 )
...
* Add keyboards/whitefox/keymaps/billypython
Cloned from vomindoraan/qmk_firmware
* Customize keymap for Linux
8 years ago
Takeshi ISHII
a91f439aec
Helix-serial.c configuration improvement ( #4370 )
...
The new simple API can be selected.
Previous version, can select two way.
* use old API (compatible with let's split serial.c)
* use new API (multi-type transaction)
This version, can select three way.
* use old API (compatible with let's split serial.c)
* use new API (single-type transaction)
* use new API (multi-type transaction)
There is no change in the code generated by this change.
8 years ago
TheOneTrueTrench
8f5ac39fb9
separated all my changes into separate files, working on generalizing my relativity macros. ( #4368 )
...
* Updating to my local changes.
* Added auto-complete for joins.
* Added lights to imply current state better
8 years ago
Monksoffunk
f8d8005835
Zinc : Update to latest serial.c #4278 ( #4361 )
...
* Add Zinc keyboard
* Fix photo
* Fix readme.md
* Fix RGB LED init of monks/keymap.c
* Fix default keymap and readme.jp
* Fix change DEFS of RGB ANIMATIONS to LED_ANIMATIONS
* Add EOL
* Use serial_config_simpleapi.h
* Fix comment char
* Fix error handling in split_scomm.c : mtei works
* Fix keymaps
* Remove DISABLE_LEADER definition
* Remove pro_micro.h
* Add 2 spaces after Hardware name
* Fix keymaps
- remove audio codes
- change LAYOUT to LAYOUT_ortho_4X12
- change "persistent_default_layer_set" to core function
* Use the Community Layouts feature
- with some clean up
* Update latest serial.c #4278
8 years ago
Sean Dwyer
63e212c0b7
Add localized LED flash effect on keypress to Massdrop ALT ( #4340 )
8 years ago
Drashna Jaelre
388df5359b
Fix Spacing issue in makefile that breaks Terminal config
8 years ago
tcatkins99
1b3ac77fec
mapdev's Espectro layout ( #4366 )
...
* Add mapdev layout to espectro
* Add mapdev layout to espectro
* - Update MO
Co-Authored-By: tcatkins99 <tatkins@beitzanddaigh.com>
8 years ago
Drashna Jaelre
73e634482e
command.h include was not set correctly
8 years ago
Drashna Jaelre
40313cfa3b
Fix Terminal feature on ChibiOS
8 years ago
Drashna Jaelre
ec34b53864
Fixe line endings
8 years ago
Drashna Jaelre
4a033641df
Update Features page to reflect all of the features linked in the sidebar/summary
8 years ago
Drashna Jaelre
26a201e687
fix example to reflect caveat
8 years ago
Drashna Jaelre
6e44f94f21
Add EEPROM_RESET keycode to core code ( #4234 )
...
* Add EEPROM Reset keycode
* Add keycode to docs
* Move EEPROM Reset code to the end of the enum
* Cleanup and naming change
8 years ago
Drashna Jaelre
f2101cfb6a
Update to drashna keymaps ( #4365 )
...
* Consistency fixes and more eeprom defaults
* Handle setting Unicode mode on eeprom reset better
* Unicode EEPROM hack
* Re-enable permissive hold and ignore mod tap
* Set unicode input mode
* More unicode stuff
* more haaaaaacks
* Attempted RGB Cleanup
* Fix compiler issue
* Add GitLab CI config for personal compiling
* Add avr gcc version to GitLab CI script
* Add rgblight init to matrix init
8 years ago
Drashna Jaelre
6729265625
Clarify the Mod Tap defines in documentation ( #4352 )
...
* Fix up Mod Tap settings keys
* Change link names
* permissive hold wordsmith
Co-Authored-By: drashna <drashna@live.com>
* ignore mod tap wordsmithing
Co-Authored-By: drashna <drashna@live.com>
* grammar fix
Co-Authored-By: drashna <drashna@live.com>
* wordsmithing
Co-Authored-By: drashna <drashna@live.com>
* word smithing
Co-Authored-By: drashna <drashna@live.com>
8 years ago
Konstantin Đorđević
4636f0f623
Remove ALTG(kc) as it's misleading and is not actually AltGr ( #4338 )
...
* Remove ALTG(kc) as it's misleading and is not actually AltGr
* Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
8 years ago
zvecr
5729380530
Keyboard: Initial 6lit port ( #4355 )
...
* Initial 6lit port
* Pull request review changes
* Switch to bootmagic lite
8 years ago
zvecr
a3bb8c05c9
Keyboard: Initial foobar port ( #4367 )
8 years ago
Danny
a49d0a1e83
Keyboard: Add Nyquist Rev 3 ( #4287 )
...
* Add Nyquist Rev 3
* Switch to split_common
8 years ago
Jeremy Herve
a95fc388fd
Redox: move curly brackets one row down. ( #4364 )
...
In #4258 , the 2 curly brackets were inadvertently moved one row up. This fixes that.
8 years ago
Konstantin Đorđević
d1d5f20078
Update whitefox/konstantin keymap ( #4363 )
...
* Use Magic+Esc for entering bootloader mode
* Expand rules.mk
* Improve FN_RCTL tap dance
* Avoid one-line if statements
* Add PROGMEM to keymaps definition
* td_fn_rctl_* → td_fn_rctrl_*
* Fix FN_RCTL tap dance bug when count is 4, 8, 12 etc.
* Add ACTION_TAP_DANCE_DOUBLE_MODS
* Rearrange/rename keycode defines
* Use RAL_RGU and RCT_RSF in keymaps
* Replace keymap ASCII art with box drawing characters
* Add FN_FNLK and use it
* Set Unicode input mode in eeconfig_init_user instead of matrix_init_user
8 years ago
Jarred Steenvoorden
f2fda1bd56
Keymap update Adding RGB underglow controls. ( #4358 )
...
* Update userspace with common config.h
* Add my dz60, satan and xd75 keyboard keymaps
* Fixing executable bits changed during last upstream merge
* Cleanup unnecessary files and defines
* Remove unnecessary defines from userspace config
* Add underglow controls to dz60 function layer
* Fixing merge conflicts
* Fixing exectable bits changed during merge
8 years ago
TurboMech
f28a4e39fc
Fix Espectro build ( #4353 )
...
After further testing and feedback from others, the bottom row matrix was incorrect. Also RGB number was incorrect (I was tired when building this, really shouldn't do that).
8 years ago
Kosuke Adachi
756d92c1a0
Keyboard: Update the serial.c of crkbd based on the helix-serial.c ( #4349 )
8 years ago