~ruther/qmk_firmware

1b81c4dd — Barry Huang 7 years ago
pk60.c fix for capslock indicator (#3032)

* Capslock indicator add

* edit

* name correction

* led_set_user(usb_led); delete

* config edit for caps indicator

* keymap.c fix

* led.h include

* pk60.c fix for capslock indicator
9ae6f4f9 — Yan-Fa Li 7 years ago
Wait for QMK to initialize before configuring RGB (#3030)

Wait for 1 second before turning on RGB to get debug messages on
console.

 - configure HSV color, on a brand new pro micro the default values are
   0, 0, 0
3a4a28a3 — noroadsleft 7 years ago
Refactor for Alps64 (#3029)

* Refactor for Alps64

* Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi

* Add LAYOUTS = 60_ansi to rules.mk

* Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
73ddb764 — Alexander Dang-Tran 7 years ago
Fix readme and contributing hyperlinks
2ec0e014 — Barry Huang 7 years ago
config edit for caps indicator (#3016)

* Capslock indicator add

* edit

* name correction

* led_set_user(usb_led); delete

* config edit for caps indicator

* keymap.c fix

* led.h include
575b2a66 — Felipe Coury 7 years ago
Adds Zlant keyboard support (#3028)

* Added Zlant support

* Uses LAYOUT and identifies individual layers

* Removed deprecated =? usage on rules.mk

* Adds readme for Zlant keyboard and its default layout

* Fixed LAYOUT constant

* Minor zlant readme formatting fix
0026da14 — noroadsleft 7 years ago
Fix to KC60 LAYOUT_60_ansi matrix (#3026)

c1dd36a1 — noroadsleft 7 years ago
Refactor and Configurator update for ACR60 (#3025)

760b11b5 — epaew 7 years ago
Add edvorakjp layout for the Iris keyboard (#3020)

* add edvorakjp libraries

* add edvorakjp iris keymap

* change the custom eeconfig's address to prevent future address conflicts

* deleted the verbose line of rule.mk
c465cf2f — noroadsleft 7 years ago
Refactor and Configurator updates for 9key (#3024)

c29d8ffd — Yan-Fa Li 7 years ago
Adds basic support for u/flehrad's bigswitch pcb (#3015)

* Adds basic support for u/flehrad's bigswitch pcb

 - also adds support for OSX Eject/Power
   The function of this key depends on the version of OSX and if you
   have physical media. For a macbook pro 2017 holding this key down
   brings up the shutdown dialog. If you wrap it in LCTL and LSFT the
   screenlock turns on immediately.

* Switch to Layout Macro

 - add a code for OSX Sleep

* Add a README

* Turn on RGB by default

* Add info.json

* Address comments by @drashna

* Only define Eject in keymap
470c50dd — yiancar 7 years ago
 Update documentation for rgb matrix  (#3023)

* Update documentation for rgb matrix

- Updated keycodes.md to include RGB matrix keycodes + necessary link
06b36372 — GreenShadowMaker 7 years ago
added some helpful notes to the documentation (#2981)

508801c9 — WillyPillow 7 years ago
Import userspace config.h according to USER_NAME (#2983)

* Import userspace config.h according to USER_NAME

* Use USER_PATH instead of directly using USER_NAME
7658f10f — Danny 7 years ago
Fix led enabled slave (#3022)

* Account for backlight enabled flag when passing backlight level to slave

* Add BL_TOGG to keymap for testing

* Apply backlight fix to Iris

* Port I2C LED backlight control from Iris to Levinson
4b1f60a3 — noroadsleft 7 years ago
Refactor update for 6ball (#3017)

def0ff48 — Danny 7 years ago
Add mike808 Viterbi layout (#3019)

5018892f — rfvizarra 7 years ago
A personal layout for the orthodox keyboard (#3006)

* A personal layout for the orthodox keyboard

* Added layout readme.md

* Consolidated inclues with #include QMK_KEYBOARD_H

* Moved layer tones setup to config.h

* Replace persistent_default_layer_set calls with set_single_persistent_default_layer

* Simplified the process_record_user function using layer_state_set_user function and MO() to set the lower, raise, nav and media layers

* Removed AUDIO_ENABLE ifdefs and persistent_default_layer_set() as they are not needed any more
ddbe60dc — Maarten Dekkers 7 years ago
Fix Atom47 configurator layout (#3018)

61f30ba5 — QMK Bot 7 years ago
convert to unix line-endings [skip ci]
Next