~ruther/qmk_firmware

c5b95333 — Pierre Constantineau 7 years ago
adding all ErgoTravel Files (#3129)

* adding all ErgoTravel Files

* fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c
6b1350d7 — noroadsleft 7 years ago
[WIP] [Help Needed] Daisy 40%: Refactor and Configurator update (#3124)

* Refactor KEYMAP to LAYOUT

* Configurator update

* info.json update

* Refactor daisy.h: White space update
68d5e364 — noroadsleft 7 years ago
CU75: Refactor and Configurator updates (#3123)

* Refactor

* Configurator: LAYOUT_iso fix

* Readme formatting cleanup
c69ed8a1 — crilith 7 years ago
Keymap with dynamic macro (#3121)

* Add files via upload

Added dynamic macro support

* Delete keymap.c
7498b184 — MakotoKurauchi 7 years ago
Support ios to default keymap (#3118)

* add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL

* add define USB_MAX_POWER_CONSUMPTION

* Helix keyboard OLED, RGBLIGHT enable/disable control integrate into rules.mk

rules.mk: add 4 Variables for compile control.

   # Helix keyboard customize
   # you can edit follows 4 Variables
   #  jp: 以下の4つの変数を必要に応じて編集します。
   OLED_ENABLE = no            # OLED_ENABLE
   LED_BACK_ENABLE = no        # LED backlight (Enable WS2812 RGB underlight.)
   LED_UNDERGLOW_ENABLE = no   # LED underglow (Enable WS2812 RGB underlight.)
   LED_ANIMATIONS = yes        # LED animations

config.h: auto set RGBLED_NUM by HELIX_ROWS and rules.mk's define

* HELIX_ROWS define move from config.h to rules.mk

* add readme.md

* rename readme.md to readme_jp.md

* add readme.md and modify readme_jp.md

* change helix/ssd1306.c for select glcdfont.c position

* add variable LOCAL_GLCDFONT into each keymaps rules.mk

* Add iPhone/iPad LED support to Helix default keymap

* add Freggy keymap

* adjust the delay of serial.c

* change readme

* renumber _ADJUST for shrink program size
e354e36e — fordmustang5l 7 years ago
Added ASCII legend to melody96 to help visualize the layouts (#3117)

b05c1536 — KeLorean 7 years ago
change to ca66 kelorean layout (#3116)

52297346 — Takeshi ISHII 7 years ago
Add rgblight mode 35 (R,G,B test mode) (#3114)

* add rgblight mode 35 (RGB cyclic mode) into quantum/rgblight.c

* Update docs, add rgblight mode 35(RGB cyclic)

* rename RGBCYCLIC to RGBTEST
cb91320d — Drashna Jaelre 7 years ago
Add Suspend functions (#3112)

* Add suspend functions

* Disable RGB code if it's disabled

* Add suspend code to ChibiOS for future compatibility

* Add keyboard_init functions

* Change where references so it will compile

* Wrong command chained in wake up kb function

* Fix non-feature file changes

* Add documentation

* Re-add matrix init docs

* add rgblight code to example

* Remove keyboard init stuff for separate PR
692a77c2 — noroadsleft 7 years ago
Refactor Chocopad to support LAYOUT_ortho_4x4 macro (#3106)

* Refactor for Chocopad

* Configurator update

* Chocopad refactor for LAYOUT_ortho_4x4

* info.json update
82500842 — Andrew Dunai 7 years ago
Add ability to write additional code in matrix scann loop on slave. (#3072)

a055a45b — kaylanm 7 years ago
Melody96 QMK Support (#3108)

* Initial melody96 keyboard definition.

* Fixes for Melody96 keyboard definition.
5ce0d640 — Přemek Vyhnal 7 years ago
planck/premek layout - thumb shift, mouse middleclick (#3111)

* Update readme.md

updated links, hope those are the correct ones

* planck premek - left thumb shift

* middleclick key

* mod tap thumb-shift, space

* update layout description
8707bdd5 — Takeshi ISHII 7 years ago
Fix helix:led_test build break (#3110)

* copy new rgblight.[ch] from quantum/ into keyboards/helix/rev2/keymaps/led_test/ and add mode 35 RGB cyclic mode

* force RGB light mode 25
d554d963 — KeLorean 7 years ago
Fixed mistake to kelorean keymap for ca66 (#3109)

d8478351 — Dan Hertz 7 years ago
Dhertz' keymaps (#3094)

* Port my keymap to QMK

* Add Percent Canoe keyboard

* Fix row of nonus backslash

* Update info.json to be correct for canoe

* fix alignment

* Use qmk shortcuts rather than tmk functions

* Move over first macro

* Move rest of macros over

* clean up unused functions

* Move files to userspace for HHKB

* Add keymaps for hhkb

* Change LAYOUT_ISO to LAYOUT_iso

* Remove bootloader key in info.json

* Remove tilde remap from Karabiner

* Add country_iso_alpha2_code to macros

* Add my keymap for canoe

* Add layer colour indicator

* Fix bad rebase

* Fix naming of keymap from rebase

* Add GRV to function layer

* Fix keymap to use new LAYOUT_JP

* Update keymaps to use process_record_*

rather than action functions

* Update hhkb imports to be just what is needed

* Update whitefox to use LAYOUT macro instead of KEYMAP

* Remove redundant imports from user definition

* Move TAPPING_TERM to config.h

* Use layer change events to change RGB LED colour

* temp

* Fix layer switching to iPad on HHKB

* Fix Canoe pictures
2196dc9f — Pekaso 7 years ago
Add support for staggerd column layout KB "Fortitude60" (#3090)

* modifying fortitude for working

* add accurate keymap

* backlight fix

* Fix slave LED Backlight

* Add readme.md

* modified readme.md

* Fixed make error

* Commit including suggestions

* Add dvorak and colemak layout and some fix
9fb1e5d1 — Dan Hertz 7 years ago
Remove bootloader key as it is no longer used (#3093)

3364334b — noroadsleft 7 years ago
Refactor and Configurator update for Chocopad (#3099)

* Refactor for Chocopad

* Configurator update
b5da3b53 — MechMerlin 7 years ago
enable RGB underglow in rules (#3101)

Next