Commit Graph
29 Commits
Author SHA1 Message Date
Mathias AnderssonandDrashna Jaelre 3483c51f62 [Keyboard] Modernize KMAC (#6131)
* [Keyboard] Modernize the KMAC implementation

This brings the matrix implementation more in line with the current
default matrix code.
It also simplifies the implementation quite a bit.

* [Keyboard] Add layout support to KMAC
2019-06-26 00:32:03 -07:00
Mathias AnderssonandDrashna Jaelre 7a7e3848c7 [Keyboard] Add keyboard Moon (#5976) 2019-05-28 10:57:17 -07:00
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.
2017-06-23 12:07:18 +02:00
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.
2017-06-23 12:07:18 +02:00
Mathias Andersson 3522496f24 Update Phantom config to better match template 2017-06-23 12:07:18 +02:00
Mathias Andersson 67b8bf8f70 Move Phantom LED handling to phantom.c
This is more in line with the structure provided by the keyboard
template.
2017-06-23 12:07:18 +02:00
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.
2017-06-17 20:06:28 +02:00
Mathias Andersson 67e150a08a Enable backlight support by default for KMAC 2017-06-17 20:06:28 +02:00
Mathias Andersson ba945c5e77 Correct layer switching in KMAC keymap readmes 2017-06-17 20:06:28 +02:00
Mathias Andersson be002137f9 Fix some KMAC code formating 2017-06-17 20:06:28 +02:00
Mathias Andersson a621c7f88b Don't include the console by default on the KMAC 2017-06-17 20:06:28 +02:00
Mathias Andersson 1b02b2006e Add support for KMAC 2017-06-08 19:35:27 +02:00
Wraul eef6aa58b7 Correction to Phantom readme markdown. 2013-07-07 18:48:25 +02:00
Wraul a21359a098 Fix Phantom scroll lock LED. 2013-07-07 18:48:25 +02:00
Wraulandtmk 43e5ca60af Initial implementation for the KMAC 2013-06-22 17:23:37 +09:00
Wraulandtmk 1eb8523e95 Add support for backlight 2013-06-22 17:23:36 +09:00
Mathias Andersson 43b4e2d3b1 Add Phantom README. 2013-05-27 20:53:11 +02:00
Mathias Andersson 6e548590c4 Move Phantom keymaps to separate header files. 2013-05-27 20:53:11 +02:00
Mathias Andersson 28aeef231b Fix Phantom sleep LED. 2013-05-27 20:53:11 +02:00
Mathias Andersson 9e84c89535 Correct order of rows for Phantom 2013-05-27 20:53:11 +02:00
Mathias Andersson 5c5312c508 Update Phantom debug print
This updates the Phantom project to use the new debug print functions.
2013-05-27 20:52:28 +02:00
Mathias Andersson ddf1759dbe Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
2013-05-27 18:36:00 +02:00
Mathias Andersson 3f48b13f81 Code style fixes for Phantom matrix. 2013-05-02 20:37:41 +02:00
Mathias Andersson 1e07b60d3a Add full 7bit support to Phantom keymap. 2013-05-02 20:37:31 +02:00
Mathias Andersson 2d31fcf187 Change Phantom matrix scan to be similar to GH60. 2013-05-01 15:33:48 +02:00
Mathias Andersson 71fabf72e0 Improve matrix print for Phantom. 2013-05-01 13:21:08 +02:00
Mathias Andersson 3d503c8932 Fix debouncing on Phantom. 2013-04-28 18:54:38 +02:00
Mathias Andersson 8633cb170f Adjust Phantom layouts formating.
Make the layout formating better match that of GH60.
2013-04-21 22:13:14 +02:00
Mathias Andersson c4b012cdb5 Updated Phantom for new keymap framework. 2013-04-21 22:06:14 +02:00