~ruther/qmk_firmware

292dbd51cc6967d1b98f29b29580f96535ae3ec7 — tmk 12 years ago 8848d01 + eef6aa5
Merge pull request #44 from Wraul/phantom_fix

Correcting Phantom mistakes
2 files changed, 2 insertions(+), 1 deletions(-)

M keyboard/phantom/README.md
M keyboard/phantom/led.c
M keyboard/phantom/README.md => keyboard/phantom/README.md +1 -0
@@ 48,6 48,7 @@ Each layout have their own keymap file.
*Note that only the ANSI keymap is tested on actual hardware.*

To customize a keymap:

1. Edit the file that corresponds to your layout.
2. Specify your layout when building.


M keyboard/phantom/led.c => keyboard/phantom/led.c +1 -1
@@ 37,7 37,7 @@ void led_set(uint8_t usb_led)
    if (usb_led & (1<<USB_LED_SCROLL_LOCK))
    {
        // Output high.
        DDRB &= ~(1<<7);
        DDRB |= (1<<7);
        PORTB |= (1<<7);
    }
    else