qmk_firmware/quantum
skullydazed 5fd68266f5 Clueboard 60% support (#1746)
* initial clueboard_60 support

* LED lighting support

* fix the clueboard->clueboard_66 rename

* Add layout support to clueboard_60

* Fix the 60_iso layout so it's actually iso

* add a default keymap for AEK layout

* fix clueboard_17

* Fixup the ISO layouts

* Fix the `wait_ms()/wait_us()` definitions for chibios

* Fix up the wait_ms/wait_us hack. Reduce stack size.

* Add a missing #include "wait.h"

* commit files that should have already been comitted
2017-09-29 16:17:30 -07:00
..
api
audio Clueboard 60% support (#1746) 2017-09-29 16:17:30 -07:00
keymap_extras Add support for GeminiPR steno protocol. 2017-07-27 16:10:36 -04:00
process_keycode KC_TILD should not have been listed as an auto shift key 2017-09-18 17:08:18 -04:00
serial_link
template Remove all Makefiles from the keyboards directory. (#1660) 2017-09-08 13:47:50 -04:00
tools Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
visualizer Creates a layouts/ folder for keymaps shared between keyboards (#1609) 2017-08-23 22:29:07 -04:00
api.c
api.h
config_common.h clean-up planck and preonic keymaps, move audio stuff around 2017-07-23 14:59:29 -04:00
dynamic_macro.h Prevent the recording of looping dynamic macros. 2017-06-01 16:29:58 +01:00
fauxclicky.c
fauxclicky.h
keycode_config.c Allow mod swapping for mod tap (MT) (#1202) 2017-06-26 18:54:01 -04:00
keycode_config.h Allow mod swapping for mod tap (MT) (#1202) 2017-06-26 18:54:01 -04:00
keymap.h Clarify the quantum license (#1042) 2017-03-28 15:20:36 -07:00
keymap_common.c Required overridden function for keymaps in EEPROM 2017-08-19 08:16:58 -04:00
led_tables.c
led_tables.h
matrix.c
pincontrol.h
quantum.c Added Auto Shift, tap key = normal, hold key = shifted state. 2017-09-18 17:08:18 -04:00
quantum.h Added Auto Shift, tap key = normal, hold key = shifted state. 2017-09-18 17:08:18 -04:00
quantum_keycodes.h Added Auto Shift, tap key = normal, hold key = shifted state. 2017-09-18 17:08:18 -04:00
rgblight.c Address issue #1713 (#1728) 2017-09-17 11:53:45 -07:00
rgblight.h update to driver separation 2017-09-15 21:43:58 -04:00
rgblight_types.h
send_string_keycodes.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
variable_trace.c
variable_trace.h